aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-02-29 19:22:36 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-02-29 19:22:36 +0100
commit72ddc78d74a6022c62d1928f6777dc85b3cde28a (patch)
treedad7ca0e11482093c135ec0f263835d72c11fa82
parent4ccb5d75887671bce24df6eeaacd7eb89b2be189 (diff)
downloadlibayatana-appindicator-72ddc78d74a6022c62d1928f6777dc85b3cde28a.tar.gz
libayatana-appindicator-72ddc78d74a6022c62d1928f6777dc85b3cde28a.tar.bz2
libayatana-appindicator-72ddc78d74a6022c62d1928f6777dc85b3cde28a.zip
Set "Since: 0.5" in the inline documentation for the new
set_title and get_title functions
-rw-r--r--src/app-indicator.c6
1 files changed, 6 insertions, 0 deletions
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)