summaryrefslogtreecommitdiff
path: root/pluma/pluma-message-type.c
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/pluma-message-type.c')
-rw-r--r--pluma/pluma-message-type.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/pluma/pluma-message-type.c b/pluma/pluma-message-type.c
index f399887b..7ca880f0 100644
--- a/pluma/pluma-message-type.c
+++ b/pluma/pluma-message-type.c
@@ -33,9 +33,6 @@
* NULL);
* </programlisting>
* </example>
- *
- * Since: 2.25.3
- *
*/
typedef struct
{
@@ -398,7 +395,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 +420,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 +506,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.