typedef GdkAtom GdkTarget;
Warning
GdkTarget is deprecated and should not be used in newly-written code.
The GdkTarget enumeration contains predefined atom values which are
used to describe possible targets for a selection. Other atoms can be
used, and the recommended practice for GTK+ is to to use mime types
for this purpose. However, supporting these types may be useful for
compatibility with older programs.
typedef GdkAtom GdkTarget; Warning GdkTarget is deprecated and should not be used in newly-written code. The GdkTarget enumeration contains predefined atom values which are used to describe possible targets for a selection. Other atoms can be used, and the recommended practice for GTK+ is to to use mime types for this purpose. However, supporting these types may be useful for compatibility with older programs.