From 72ddc78d74a6022c62d1928f6777dc85b3cde28a Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 29 Feb 2012 19:22:36 +0100 Subject: Set "Since: 0.5" in the inline documentation for the new set_title and get_title functions --- src/app-indicator.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app-indicator.c b/src/app-indicator.c index 6c693e8..2a49586 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -2201,6 +2201,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) @@ -2350,6 +2353,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) -- cgit v1.2.3