[CCode (cheader_filename = "gdk/gdkx.h")]
public static unowned X.Display x11_colormap_get_xdisplay (Gdk.Colormap colormap);
[CCode (cheader_filename = "gdk/gdkx.h")]
- public static unowned Gdk.Cursor x11_cursor_get_xcursor (Gdk.Cursor cursor);
+ public static X.Cursor x11_cursor_get_xcursor (Gdk.Cursor cursor);
[CCode (cheader_filename = "gdk/gdkx.h")]
public static unowned X.Display x11_cursor_get_xdisplay (Gdk.Cursor cursor);
[CCode (cheader_filename = "gdk/gdkx.h")]
- public static void x11_display_broadcast_startup_message (Gdk.Display display, string message_type);
+ public static void x11_display_broadcast_startup_message (Gdk.Display display, string message_type, ...);
[CCode (cheader_filename = "gdk/gdkx.h")]
public static unowned string x11_display_get_startup_notification_id (Gdk.Display display);
[CCode (cheader_filename = "gdk/gdkx.h")]
[CCode (cheader_filename = "gdk/gdkx.h")]
public static unowned X.Screen x11_screen_get_xscreen (Gdk.Screen screen);
[CCode (cheader_filename = "gdk/gdkx.h")]
- public static unowned Gdk.Visual x11_screen_lookup_visual (Gdk.Screen screen, uint32 xvisualid);
+ public static unowned Gdk.Visual x11_screen_lookup_visual (Gdk.Screen screen, X.VisualID xvisualid);
[CCode (cheader_filename = "gdk/gdkx.h")]
public static bool x11_screen_supports_net_wm_hint (Gdk.Screen screen, Gdk.Atom property);
[CCode (cheader_filename = "gdk/gdkx.h")]
public static void x11_ungrab_server ();
[CCode (cheader_filename = "gdk/gdkx.h", cname = "gdkx_visual_get")]
- public static unowned Gdk.Visual x11_visual_get (uint32 xvisualid);
+ public static unowned Gdk.Visual x11_visual_get (X.VisualID xvisualid);
[CCode (cheader_filename = "gdk/gdkx.h")]
public static unowned X.Visual x11_visual_get_xvisual (Gdk.Visual visual);
[CCode (cheader_filename = "gdk/gdkx.h")]
public class X11Cursor : Gdk.Cursor {
[CCode (has_construct_function = false)]
protected X11Cursor ();
- public static unowned Gdk.Cursor get_xcursor (Gdk.Cursor cursor);
+ public static X.Cursor get_xcursor (Gdk.Cursor cursor);
public static unowned X.Display get_xdisplay (Gdk.Cursor cursor);
}
[CCode (cheader_filename = "gdk/gdkx.h")]
public class X11Display : Gdk.Display {
[CCode (has_construct_function = false)]
protected X11Display ();
- public static void broadcast_startup_message (Gdk.Display display, string message_type);
+ public static void broadcast_startup_message (Gdk.Display display, string message_type, ...);
public static int error_trap_pop (Gdk.Display display);
public static void error_trap_pop_ignored (Gdk.Display display);
public static void error_trap_push (Gdk.Display display);
public static int get_screen_number (Gdk.Screen screen);
public static unowned string get_window_manager_name (Gdk.Screen screen);
public static unowned X.Screen get_xscreen (Gdk.Screen screen);
- public static unowned Gdk.Visual lookup_visual (Gdk.Screen screen, uint32 xvisualid);
+ public static unowned Gdk.Visual lookup_visual (Gdk.Screen screen, X.VisualID xvisualid);
public static bool supports_net_wm_hint (Gdk.Screen screen, Gdk.Atom property);
public virtual signal void window_manager_changed ();
}