diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 15:31:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 15:31:12 -0600 |
commit | 36d0bc801369edb79da28871a00c3cc4ef9ee001 (patch) | |
tree | 4f4564ec0e42fb48365d876cbb689b377563bbb5 /src/app-indicator.h | |
parent | 3acbfb57c4800b7f8611d1ce5db391cad96f398b (diff) | |
parent | 0d8a2c601b50a1d9ce6ccd1140f624c84558cf9d (diff) | |
download | libayatana-appindicator-36d0bc801369edb79da28871a00c3cc4ef9ee001.tar.gz libayatana-appindicator-36d0bc801369edb79da28871a00c3cc4ef9ee001.tar.bz2 libayatana-appindicator-36d0bc801369edb79da28871a00c3cc4ef9ee001.zip |
* Upstream Merge
* Removing service, lib only
* Switching from dbus-glib to GDBus
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r-- | src/app-indicator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h index ce152bb..3e159db 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -280,6 +280,11 @@ const gchar * app_indicator_get_label (AppIndicator * const gchar * app_indicator_get_label_guide (AppIndicator *self); guint32 app_indicator_get_ordering_index (AppIndicator *self); +/* Helpers */ +void app_indicator_build_menu_from_desktop (AppIndicator * self, + const gchar * desktop_file, + const gchar * desktop_profile); + G_END_DECLS /** |