gtk: port many nullability annotation fixes from Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=730745
This commit is contained in:
@ -1714,10 +1714,11 @@ gtk_selection_data_set_pixbuf (GtkSelectionData *selection_data,
|
||||
*
|
||||
* Gets the contents of the selection data as a #GdkPixbuf.
|
||||
*
|
||||
* Returns: (transfer full): if the selection data contained a recognized
|
||||
* image type and it could be converted to a #GdkPixbuf, a
|
||||
* newly allocated pixbuf is returned, otherwise %NULL.
|
||||
* If the result is non-%NULL it must be freed with g_object_unref().
|
||||
* Returns: (nullable) (transfer full): if the selection data
|
||||
* contained a recognized image type and it could be converted to a
|
||||
* #GdkPixbuf, a newly allocated pixbuf is returned, otherwise
|
||||
* %NULL. If the result is non-%NULL it must be freed with
|
||||
* g_object_unref().
|
||||
*
|
||||
* Since: 2.6
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user