Method

Gtk.DropTargetAsync.set_formats

Declaration [src]

void
gtk_drop_target_async_set_formats (
  GtkDropTargetAsync* self,
  GdkContentFormats* formats
)

Description [src]

Sets the data formats that this drop target will accept.

Parameters

formats GdkContentFormats*
 

the supported data formats or NULL for any format.

 Can be NULL
 Ownership is not transferred to the callee