summaryrefslogtreecommitdiff
path: root/gio/gapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gapplication.h')
-rw-r--r--gio/gapplication.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gio/gapplication.h b/gio/gapplication.h
index 7cbbf4ca8..932c3098f 100644
--- a/gio/gapplication.h
+++ b/gio/gapplication.h
@@ -238,6 +238,13 @@ void g_application_unbind_busy_property (GApplic
gpointer object,
const gchar *property);
+GLIB_AVAILABLE_IN_2_54
+void g_application_set_status_icon (GApplication *application,
+ GIcon *icon);
+
+GLIB_AVAILABLE_IN_2_54
+GIcon * g_application_get_status_icon (GApplication *application);
+
G_END_DECLS
#endif /* __G_APPLICATION_H__ */