Method

GtkTargetListfind

Declaration [src]

gboolean
gtk_target_list_find (
  GtkTargetList* list,
  GdkAtom target,
  guint* info
)

Description [src]

Looks up a given target in a GtkTargetList.

Parameters

target

Type: GdkAtom

An interned atom representing the target to search for.

info

Type: guint*

A pointer to the location to store application info for target, or NULL.

The argument will be set by the function.
The argument can be NULL.

Return value

Type: gboolean

TRUE if the target was found, otherwise FALSE.