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 | |
parent | aad192611ca84bfabc036658066ea584385f0982 (diff) | |
download | libayatana-appindicator-c2e08e008bd9ea4f43a15390e6e4116cc714521a.tar.gz libayatana-appindicator-c2e08e008bd9ea4f43a15390e6e4116cc714521a.tar.bz2 libayatana-appindicator-c2e08e008bd9ea4f43a15390e6e4116cc714521a.zip |
Documentation fixes for distcheck
-rw-r--r-- | docs/reference/libappindicator-sections.txt | 1 | ||||
-rw-r--r-- | src/app-indicator.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/libappindicator-sections.txt b/docs/reference/libappindicator-sections.txt index e0effd1..41ff7fa 100644 --- a/docs/reference/libappindicator-sections.txt +++ b/docs/reference/libappindicator-sections.txt @@ -38,5 +38,6 @@ app_indicator_get_menu app_indicator_get_label app_indicator_get_label_guide app_indicator_get_ordering_index +app_indicator_build_menu_from_desktop </SECTION> 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. |