diff options
author | Ted Gould <ted@gould.cx> | 2010-11-11 22:29:42 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-11 22:29:42 -0600 |
commit | c2e08e008bd9ea4f43a15390e6e4116cc714521a (patch) | |
tree | 92a8ace0ec1257141eb1692e70d40d8a767a7424 /src | |
parent | aad192611ca84bfabc036658066ea584385f0982 (diff) | |
download | libayatana-appindicator-c2e08e008bd9ea4f43a15390e6e4116cc714521a.tar.gz libayatana-appindicator-c2e08e008bd9ea4f43a15390e6e4116cc714521a.tar.bz2 libayatana-appindicator-c2e08e008bd9ea4f43a15390e6e4116cc714521a.zip |
Documentation fixes for distcheck
Diffstat (limited to 'src')
-rw-r--r-- | src/app-indicator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c index 199e256..146bee2 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -2171,6 +2171,7 @@ shorty_activated_cb (DbusmenuMenuitem * mi, guint timestamp, gpointer user_data) app_indicator_build_menu_from_desktop: @self: The #AppIndicator object to use @desktop_file: A path to the desktop file to build the menu from + @desktop_profile: Which entries should be used from the desktop file This function allows for building the Application Indicator menu from a static desktop file. |