dragicon: Make a function propertly exported

Mark gtk_drag_icon_create_widget_for_value with
GDK_AVAILABLE_IN_ALL, since it is meant to be public.
Also, clarify the documentation a bit.

Fixes: #3325
This commit is contained in:
Matthias Clasen 2020-11-05 07:23:38 -05:00
parent d526bcc71b
commit c09ff35df4
2 changed files with 2 additions and 0 deletions

View File

@ -500,6 +500,7 @@ gtk_drag_icon_get_child (GtkDragIcon *self)
* Creates a widget that can be used as a drag icon for the given
* @value.
*
* Supported types include strings, #GdkRGBA and #GtkTextBuffer.
* If GTK does not know how to create a widget for a given value,
* it will return %NULL.
*

View File

@ -51,6 +51,7 @@ void gtk_drag_icon_set_from_paintable (GdkDrag *drag,
int hot_x,
int hot_y);
GDK_AVAILABLE_IN_ALL
GtkWidget * gtk_drag_icon_create_widget_for_value (const GValue *value);
G_END_DECLS