Mark gtk_drop_target_get_formats() return value as transfer none

It was wrongly inferred as `transfer full` by gobject-introspection.
This commit is contained in:
Sebastian Dröge
2022-02-07 16:23:01 +02:00
parent 06ec4ec148
commit 3ba582375d

View File

@@ -895,7 +895,7 @@ gtk_drop_target_new (GType type,
*
* If the result is %NULL, all formats are expected to be supported.
*
* Returns: (nullable): the supported data formats
* Returns: (nullable) (transfer none): the supported data formats
*/
GdkContentFormats *
gtk_drop_target_get_formats (GtkDropTarget *self)