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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user