forked from AuroraMiddleware/gtk
contentserializer: Fix an annotation
This commit is contained in:
parent
662bcb34b1
commit
21708e4352
@ -432,7 +432,7 @@ lookup_serializer (const char *mime_type,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gdk_content_formats_union_serialize_gtypes:
|
* gdk_content_formats_union_serialize_gtypes:
|
||||||
* @formats: a #GdkContentFormats
|
* @formats: (transfer full): a #GdkContentFormats
|
||||||
*
|
*
|
||||||
* Add GTypes for the mime types in @formats for which serializers are
|
* Add GTypes for the mime types in @formats for which serializers are
|
||||||
* registered.
|
* registered.
|
||||||
@ -467,7 +467,7 @@ gdk_content_formats_union_serialize_gtypes (GdkContentFormats *formats)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gdk_content_formats_union_serialize_mime_types:
|
* gdk_content_formats_union_serialize_mime_types:
|
||||||
* @formats: a #GdkContentFormats
|
* @formats: (transfer full): a #GdkContentFormats
|
||||||
*
|
*
|
||||||
* Add mime types for GTypes in @formats for which serializers are
|
* Add mime types for GTypes in @formats for which serializers are
|
||||||
* registered.
|
* registered.
|
||||||
|
Loading…
Reference in New Issue
Block a user