aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-11-08 11:25:40 -0500
committerTed Gould <ted@gould.cx>2010-11-08 11:25:40 -0500
commitd2427bba3a731af3db25878f7e63fd2a83a3243e (patch)
tree9fe092a2e2a7a343a4c43506b3592cd4cc40c33a /src/app-indicator.h
parentde1ea7a175f0913b5a5421e666dd2d38d864fe47 (diff)
downloadlibayatana-appindicator-d2427bba3a731af3db25878f7e63fd2a83a3243e.tar.gz
libayatana-appindicator-d2427bba3a731af3db25878f7e63fd2a83a3243e.tar.bz2
libayatana-appindicator-d2427bba3a731af3db25878f7e63fd2a83a3243e.zip
Adding the profile in there
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r--src/app-indicator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h
index cfc9565..3e159db 100644
--- a/src/app-indicator.h
+++ b/src/app-indicator.h
@@ -282,7 +282,8 @@ guint32 app_indicator_get_ordering_index (AppIndicator *
/* Helpers */
void app_indicator_build_menu_from_desktop (AppIndicator * self,
- const gchar * desktop_file);
+ const gchar * desktop_file,
+ const gchar * desktop_profile);
G_END_DECLS