mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
gdk: annotate Content Serialize/Deserialize return_error
This commit is contained in:
parent
7db87a8889
commit
c5eb2f5d16
@ -364,7 +364,7 @@ gdk_content_deserializer_return_success (GdkContentDeserializer *deserializer)
|
||||
/**
|
||||
* gdk_content_deserializer_return_error:
|
||||
* @deserializer: a `GdkContentDeserializer`
|
||||
* @error: a `GError`
|
||||
* @error: (transfer full): a `GError`
|
||||
*
|
||||
* Indicate that the deserialization has ended with an error.
|
||||
*
|
||||
|
@ -368,7 +368,7 @@ gdk_content_serializer_return_success (GdkContentSerializer *serializer)
|
||||
/**
|
||||
* gdk_content_serializer_return_error:
|
||||
* @serializer: a `GdkContentSerializer`
|
||||
* @error: a `GError`
|
||||
* @error: (transfer full): a `GError`
|
||||
*
|
||||
* Indicate that the serialization has ended with an error.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user