aboutsummaryrefslogtreecommitdiff
path: root/libmessaging-menu/messaging-menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmessaging-menu/messaging-menu.c')
-rw-r--r--libmessaging-menu/messaging-menu.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libmessaging-menu/messaging-menu.c b/libmessaging-menu/messaging-menu.c
index 387412e..0d80163 100644
--- a/libmessaging-menu/messaging-menu.c
+++ b/libmessaging-menu/messaging-menu.c
@@ -327,7 +327,7 @@ messaging_menu_app_init (MessagingMenuApp *app)
* The messaging menu will return to marking the application as not running as
* soon as the returned #MessagingMenuApp is destroyed.
*
- * Returns: (transfer-full): a new #MessagingMenuApp
+ * Returns: (transfer full): a new #MessagingMenuApp
*/
MessagingMenuApp *
messaging_menu_app_new (const gchar *desktop_id)
@@ -658,7 +658,6 @@ messaging_menu_app_insert_source_with_time (MessagingMenuApp *app,
/**
* messaging_menu_app_append_source_with_time:
* @app: a #MessagingMenuApp
- * @position: the position at which to insert the source
* @id: a unique identifier for the source to be added
* @icon: (allow-none): the icon associated with the source
* @label: a user-visible string best describing the source
@@ -714,7 +713,6 @@ messaging_menu_app_insert_source_with_string (MessagingMenuApp *app,
/**
* messaging_menu_app_append_source_with_string:
* @app: a #MessagingMenuApp
- * @position: the position at which to insert the source
* @id: a unique identifier for the source to be added
* @icon: (allow-none): the icon associated with the source
* @label: a user-visible string best describing the source
@@ -832,7 +830,7 @@ messaging_menu_app_set_source_time (MessagingMenuApp *app,
* messaging_menu_app_set_source_string:
* @app: a #MessagingMenuApp
* @source_id: a source id
- * @string: the new string for the source
+ * @str: the new string for the source
*
* Updates the string displayed next to @source_id to @str.
*