aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-11-08 11:19:19 -0500
committerTed Gould <ted@gould.cx>2010-11-08 11:19:19 -0500
commitde1ea7a175f0913b5a5421e666dd2d38d864fe47 (patch)
treea5d98303f56ae64b79a13da92bf4480a9fd6ca31 /src/app-indicator.h
parent9c008cd03484b38b968618f1877c64215ba2c2fb (diff)
downloadlibayatana-appindicator-de1ea7a175f0913b5a5421e666dd2d38d864fe47.tar.gz
libayatana-appindicator-de1ea7a175f0913b5a5421e666dd2d38d864fe47.tar.bz2
libayatana-appindicator-de1ea7a175f0913b5a5421e666dd2d38d864fe47.zip
Adding an API function to build the menu from a desktop file
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r--src/app-indicator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h
index ce152bb..cfc9565 100644
--- a/src/app-indicator.h
+++ b/src/app-indicator.h
@@ -280,6 +280,10 @@ 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);
+
G_END_DECLS
/**