diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 22:02:03 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 22:02:03 -0600 |
commit | 240d1c9389c27c68171bb45df150979aecd9d870 (patch) | |
tree | 304379249fc32c2735aa1815dc4940c72f0673c9 /src/app-indicator.h | |
parent | 5265f39dd8fe1d8cfe9d3884f413b22fe29dac71 (diff) | |
parent | 0f4c1ea2e42274464d4acef34e2048b5791d51fb (diff) | |
download | libayatana-appindicator-240d1c9389c27c68171bb45df150979aecd9d870.tar.gz libayatana-appindicator-240d1c9389c27c68171bb45df150979aecd9d870.tar.bz2 libayatana-appindicator-240d1c9389c27c68171bb45df150979aecd9d870.zip |
Sync with remove service branch
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 /** |