mirror of
https://github.com/libratbag/piper.git
synced 2026-04-23 15:58:28 -04:00
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.
11 lines
416 B
XML
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>
|