[Version (deprecated = true, deprecated_since = "2.22")]
public static void rgb_set_verbose (bool verbose);
[CCode (cheader_filename = "gdk/gdk.h")]
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.convert")]
- public static void selection_convert (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, uint32 time_);
- [CCode (cheader_filename = "gdk/gdk.h")]
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_get")]
- public static unowned Gdk.Window selection_owner_get (Gdk.Atom selection);
- [CCode (cheader_filename = "gdk/gdk.h")]
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_get_for_display")]
- public static unowned Gdk.Window selection_owner_get_for_display (Gdk.Display display, Gdk.Atom selection);
- [CCode (cheader_filename = "gdk/gdk.h")]
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_set")]
- public static bool selection_owner_set (Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- [CCode (cheader_filename = "gdk/gdk.h")]
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_set_for_display")]
- public static bool selection_owner_set_for_display (Gdk.Display display, Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- [CCode (cheader_filename = "gdk/gdk.h")]
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.property_get")]
- public static int selection_property_get (Gdk.Window requestor, uchar[] data, out Gdk.Atom prop_type, int prop_format);
- [CCode (cheader_filename = "gdk/gdk.h")]
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.send_notify")]
- public static void selection_send_notify (Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
- [CCode (cheader_filename = "gdk/gdk.h")]
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.send_notify_for_display")]
- public static void selection_send_notify_for_display (Gdk.Display display, Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
- [CCode (cheader_filename = "gdk/gdk.h")]
public static void set_double_click_time (uint msec);
[CCode (cheader_filename = "gdk/gdk.h")]
public static unowned string set_locale ();
public static void send_notify (Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
public static void send_notify_for_display (Gdk.Display display, Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
}
-
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.convert")]
- public static void selection_convert (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, uint32 time_);
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_get")]
- public static unowned Gdk.Window selection_owner_get (Gdk.Atom selection);
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_get_for_display")]
- public static unowned Gdk.Window selection_owner_get_for_display (Gdk.Display display, Gdk.Atom selection);
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_set")]
- public static bool selection_owner_set (Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_set_for_display")]
- public static bool selection_owner_set_for_display (Gdk.Display display, Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.property_get")]
- public static int selection_property_get (Gdk.Window requestor, uchar[] data, out Gdk.Atom prop_type, int prop_format);
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.send_notify")]
- public static void selection_send_notify (Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
- [Version (deprecated_since = "vala-0.12", replacement = "Selection.send_notify_for_display")]
- public static void selection_send_notify_for_display (Gdk.Display display, Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
}