Files
piper/data/piper.gresource.xml
Jente Hidskes 33afa03f14 Application: a Gtk.Application subclass
A Gtk.Application subclass to handle the application's initialization
and integration with the GNOME stack. It implements the do_startup and
do_activate methods and is responsible for the application's menus,
icons, title and lifetime.
2017-07-04 15:53:05 +10:00

11 lines
416 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/freedesktop/Piper">
<file preprocess="xml-stripblanks">piper.ui</file>
<file preprocess="xml-stripblanks">aboutDialog.ui</file>
<file>404.svg</file>
<!-- Using this alias, GtkApplication will automatically pick it up for us. -->
<file alias="gtk/menus.ui" preprocess="xml-stripblanks">menus.ui</file>
</gresource>
</gresources>