gdk: Drop invalid "transfer" g-i annotations

This commit is contained in:
Rico Tzschichholz
2018-01-03 08:26:21 +01:00
parent 14d64eaf95
commit 6aeae2c828
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ gdk_content_deserializer_get_mime_type (GdkContentDeserializer *deserializer)
*
* Gets the GType to create an instance of.
*
* Returns: (transfer none): the GType for the current operation
* Returns: the GType for the current operation
*/
GType
gdk_content_deserializer_get_gtype (GdkContentDeserializer *deserializer)

View File

@@ -187,7 +187,7 @@ gdk_content_serializer_get_mime_type (GdkContentSerializer *serializer)
*
* Gets the GType to of the object to serialize.
*
* Returns: (transfer none): the GType for the current operation
* Returns: the GType for the current operation
*/
GType
gdk_content_serializer_get_gtype (GdkContentSerializer *serializer)