diff options
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r-- | gtk/gtkdnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index 95cafaa63a..e219dd5689 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -890,7 +890,7 @@ gtk_drag_get_data (GtkWidget *widget, * * Determines the source widget for a drag. * - * Returns: (transfer none): if the drag is occurring + * Returns: (nullable) (transfer none): if the drag is occurring * within a single application, a pointer to the source widget. * Otherwise, %NULL. */ @@ -1187,7 +1187,7 @@ gtk_drag_dest_unset (GtkWidget *widget) * Returns the list of targets this widget can accept from * drag-and-drop. * - * Returns: (transfer none): the #GtkTargetList, or %NULL if none + * Returns: (nullable) (transfer none): the #GtkTargetList, or %NULL if none */ GtkTargetList* gtk_drag_dest_get_target_list (GtkWidget *widget) |