diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app-indicator.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c index 41f0a05..8c78529 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -2199,6 +2199,9 @@ app_indicator_set_secondary_activate_target (AppIndicator *self, GtkWidget *menu * the title as the first part of the line for the menu items. * * Setting @title to %NULL removes the title. + * + * Since: 0.5 + * */ void app_indicator_set_title (AppIndicator *self, const gchar * title) @@ -2348,6 +2351,9 @@ app_indicator_get_attention_icon_desc (AppIndicator *self) * app_indicator_set_title() for information on the title. * * Return value: The current title. + * + * Since: 0.5 + * */ const gchar * app_indicator_get_title (AppIndicator *self) |