summaryrefslogtreecommitdiff
path: root/vapi/gdk-3.0.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/gdk-3.0.vapi')
-rw-r--r--vapi/gdk-3.0.vapi16
1 files changed, 16 insertions, 0 deletions
diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi
index 8fbcbe5d3..ff2153b8f 100644
--- a/vapi/gdk-3.0.vapi
+++ b/vapi/gdk-3.0.vapi
@@ -48,6 +48,8 @@ namespace Gdk {
}
[CCode (cheader_filename = "gdk/gdk.h")]
public class Device : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected Device ();
public static void free_history (Gdk.TimeCoord[] events);
public unowned Gdk.Device get_associated_device ();
public bool get_axis ([CCode (array_length = false)] double[] axes, Gdk.AxisUse use, out double value);
@@ -87,6 +89,8 @@ namespace Gdk {
}
[CCode (cheader_filename = "gdk/gdk.h")]
public class DeviceManager : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected DeviceManager ();
public unowned Gdk.Display get_display ();
public virtual unowned GLib.List list_devices (Gdk.DeviceType type);
public Gdk.Display display { get; construct; }
@@ -96,6 +100,8 @@ namespace Gdk {
}
[CCode (cheader_filename = "gdk/gdk.h")]
public class Display : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected Display ();
public void add_client_message_filter (Gdk.Atom message_type, Gdk.FilterFunc func);
public void beep ();
public void close ();
@@ -152,6 +158,8 @@ namespace Gdk {
}
[CCode (cheader_filename = "gdk/gdk.h")]
public class DisplayManager : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected DisplayManager ();
public static unowned Gdk.DisplayManager @get ();
public unowned Gdk.Display get_default_display ();
public GLib.SList<weak Gdk.Display> list_displays ();
@@ -180,6 +188,8 @@ namespace Gdk {
}
[CCode (cheader_filename = "gdk/gdk.h")]
public class Drawable : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected Drawable ();
public unowned Gdk.Image copy_to_image (Gdk.Image image, int src_x, int src_y, int dest_x, int dest_y, int width, int height);
[NoWrapper]
public virtual unowned Cairo.Surface create_cairo_surface (int width, int height);
@@ -348,6 +358,8 @@ namespace Gdk {
}
[CCode (cheader_filename = "gdk/gdk.h")]
public class Keymap : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected Keymap ();
public void add_virtual_modifiers (Gdk.ModifierType state);
public bool get_caps_lock_state ();
public static unowned Gdk.Keymap get_default ();
@@ -446,6 +458,8 @@ namespace Gdk {
}
[CCode (cheader_filename = "gdk/gdk.h")]
public class Screen : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected Screen ();
public void broadcast_client_message (Gdk.Event event);
public unowned Gdk.Window get_active_window ();
public static unowned Gdk.Screen get_default ();
@@ -494,6 +508,8 @@ namespace Gdk {
}
[CCode (cheader_filename = "gdk/gdk.h")]
public class Visual : GLib.Object {
+ [CCode (has_construct_function = false)]
+ protected Visual ();
public static unowned Gdk.Visual get_best ();
public static int get_best_depth ();
public static Gdk.VisualType get_best_type ();