Method

Gtk.DropTarget.get_formats

Declaration [src]

GdkContentFormats*
gtk_drop_target_get_formats (
  GtkDropTarget* self
)

Description [src]

Gets the data formats that this drop target accepts.

If the result is NULL, all formats are expected to be supported.

Gets propertyGtk.DropTarget:formats

Return value

Returns: GdkContentFormats*

the supported data formats

Ownership of the data is transferred to the caller
Can be NULL