mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
Annotate GtkIconView array arguments
This commit is contained in:
parent
9f895aa3ad
commit
234b3b2c6f
@ -6548,7 +6548,8 @@ gtk_icon_view_drag_data_received (GtkWidget *widget,
|
|||||||
* gtk_icon_view_enable_model_drag_source:
|
* gtk_icon_view_enable_model_drag_source:
|
||||||
* @icon_view: a #GtkIconTreeView
|
* @icon_view: a #GtkIconTreeView
|
||||||
* @start_button_mask: Mask of allowed buttons to start drag
|
* @start_button_mask: Mask of allowed buttons to start drag
|
||||||
* @targets: the table of targets that the drag will support
|
* @targets: (array length=n_targets): the table of targets that the drag will
|
||||||
|
* support
|
||||||
* @n_targets: the number of items in @targets
|
* @n_targets: the number of items in @targets
|
||||||
* @actions: the bitmask of possible actions for a drag from this
|
* @actions: the bitmask of possible actions for a drag from this
|
||||||
* widget
|
* widget
|
||||||
@ -6580,7 +6581,8 @@ gtk_icon_view_enable_model_drag_source (GtkIconView *icon_view,
|
|||||||
/**
|
/**
|
||||||
* gtk_icon_view_enable_model_drag_dest:
|
* gtk_icon_view_enable_model_drag_dest:
|
||||||
* @icon_view: a #GtkIconView
|
* @icon_view: a #GtkIconView
|
||||||
* @targets: the table of targets that the drag will support
|
* @targets: (array length=n_targets): the table of targets that the drag will
|
||||||
|
* support
|
||||||
* @n_targets: the number of items in @targets
|
* @n_targets: the number of items in @targets
|
||||||
* @actions: the bitmask of possible actions for a drag to this
|
* @actions: the bitmask of possible actions for a drag to this
|
||||||
* widget
|
* widget
|
||||||
|
Loading…
Reference in New Issue
Block a user