public unowned GLib.List<Gdk.Device> list_devices ();
public void notify_startup_complete (string startup_id);
public static unowned Gdk.Display? open (string display_name);
+ [Deprecated (since = "3.16")]
public static unowned Gdk.Display? open_default_libgtk_only ();
public Gdk.Event? peek_event ();
[Deprecated (since = "3.0")]
protected GLContext ();
public static void clear_current ();
public static unowned Gdk.GLContext get_current ();
+ public unowned Gdk.Display get_display ();
public Gdk.GLProfile get_profile ();
public unowned Gdk.Window get_window ();
public void make_current ();
+ public Gdk.Display display { get; construct; }
public Gdk.GLProfile profile { get; construct; }
[NoAccessorMethod]
public Gdk.GLContext shared_context { owned get; construct; }
[Deprecated (since = "3.14")]
public void flush ();
public void focus (uint32 timestamp);
+ [Deprecated (since = "3.16")]
public void freeze_toplevel_updates_libgtk_only ();
public void freeze_updates ();
public void fullscreen ();
public void show_unraised ();
public bool show_window_menu (Gdk.Event event);
public void stick ();
+ [Deprecated (since = "3.16")]
public void thaw_toplevel_updates_libgtk_only ();
public void thaw_updates ();
public void unfullscreen ();
[CCode (cheader_filename = "gdk/gdk.h")]
public const Gdk.Atom SELECTION_SECONDARY;
[CCode (cheader_filename = "gdk/gdk.h")]
+ [Deprecated (since = "3.16")]
public static void add_option_entries_libgtk_only (GLib.OptionGroup group);
[CCode (cheader_filename = "gdk/gdk.h")]
public static void beep ();
[Deprecated (since = "3.0")]
public static void pointer_ungrab (uint32 time_);
[CCode (cheader_filename = "gdk/gdk.h")]
+ [Deprecated (since = "3.16")]
public static void pre_parse_libgtk_only ();
[CCode (cheader_filename = "gdk/gdk.h")]
public static void property_change (Gdk.Window window, Gdk.Atom property, Gdk.Atom type, int format, Gdk.PropMode mode, [CCode (array_length = false, type = "const guchar*")] uint8[] data, int nelements);
public void add_search_path (string module_dir, string? data_dir);
public Peas.Extension create_extension (Peas.PluginInfo info, GLib.Type extension_type, ...);
public Peas.Extension create_extensionv (Peas.PluginInfo info, GLib.Type extension_type, [CCode (array_length_cname = "n_parameters", array_length_pos = 2.5, array_length_type = "guint")] GLib.Parameter[]? parameters);
- public void enable_loader (string loader_id);
+ public void enable_loader (string loader_name);
public void garbage_collect ();
public static unowned Peas.Engine get_default ();
[CCode (array_length = false, array_null_terminated = true)]