summaryrefslogtreecommitdiff
path: root/pluma/pluma-message-type.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-12-01 16:05:41 +0300
committermonsta <[email protected]>2016-12-01 16:05:41 +0300
commitb9a3360ee86441189c8091836dae6d1e97544db8 (patch)
tree3e1cbe885e5c138dfc96265c8c6d6b0215d05862 /pluma/pluma-message-type.c
parenta4dcd9177a32626929783b3920d660782d89bf01 (diff)
downloadpluma-b9a3360ee86441189c8091836dae6d1e97544db8.tar.bz2
pluma-b9a3360ee86441189c8091836dae6d1e97544db8.tar.xz
fix some introspection warnings
Diffstat (limited to 'pluma/pluma-message-type.c')
-rw-r--r--pluma/pluma-message-type.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pluma/pluma-message-type.c b/pluma/pluma-message-type.c
index f399887b..77c7eca6 100644
--- a/pluma/pluma-message-type.c
+++ b/pluma/pluma-message-type.c
@@ -398,7 +398,7 @@ pluma_message_type_set_valist (PlumaMessageType *message_type,
* Instantiate a new message from the message type with specific values
* for the message arguments.
*
- * Return value: the newly created message
+ * Return value: (transfer full): the newly created message
*
*/
PlumaMessage *
@@ -423,7 +423,7 @@ pluma_message_type_instantiate_valist (PlumaMessageType *message_type,
* Instantiate a new message from the message type with specific values
* for the message arguments.
*
- * Return value: the newly created message
+ * Return value: (transfer full): the newly created message
*
*/
PlumaMessage *
@@ -509,7 +509,7 @@ foreach_gtype (const gchar *key,
/**
* pluma_message_type_foreach:
* @message_type: the #PlumaMessageType
- * @func: the callback function
+ * @func: (scope call): the callback function
* @user_data: user data supplied to the callback function
*
* Calls @func for each argument in the message type.