aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-06 15:56:44 -0600
committerTed Gould <ted@gould.cx>2012-03-06 15:56:44 -0600
commitbd4dbb3c1b266daf27511e62397abd4fa6256e85 (patch)
treedad7ca0e11482093c135ec0f263835d72c11fa82
parent4ccb5d75887671bce24df6eeaacd7eb89b2be189 (diff)
parent72ddc78d74a6022c62d1928f6777dc85b3cde28a (diff)
downloadlibayatana-appindicator-bd4dbb3c1b266daf27511e62397abd4fa6256e85.tar.gz
libayatana-appindicator-bd4dbb3c1b266daf27511e62397abd4fa6256e85.tar.bz2
libayatana-appindicator-bd4dbb3c1b266daf27511e62397abd4fa6256e85.zip
Improve docs on 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)