diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 21:48:10 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 21:48:10 -0600 |
commit | 8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e (patch) | |
tree | d7ac15bb30fb017e184ae1c647d027f5edeb3a92 /src/app-indicator.h | |
parent | 2855f7ddc41cee49729cc94a43a3bead2de22055 (diff) | |
parent | fbf708eb94946bf976ea3902f00d4a4376c760da (diff) | |
download | libayatana-appindicator-8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e.tar.gz libayatana-appindicator-8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e.tar.bz2 libayatana-appindicator-8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e.zip |
Merging from trunk with the desktop convience function.
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 /** |