~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vapi/gdk-3.0.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-05 10:32:13 UTC
  • mfrom: (1.5.9 upstream) (28.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20100905103213-8nn88erk20o4wgm3
Tags: 0.9.8-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        }
49
49
        [CCode (cheader_filename = "gdk/gdk.h")]
50
50
        public class Device : GLib.Object {
 
51
                [CCode (has_construct_function = false)]
 
52
                protected Device ();
51
53
                public static void free_history (Gdk.TimeCoord[] events);
52
54
                public unowned Gdk.Device get_associated_device ();
53
55
                public bool get_axis ([CCode (array_length = false)] double[] axes, Gdk.AxisUse use, out double value);
87
89
        }
88
90
        [CCode (cheader_filename = "gdk/gdk.h")]
89
91
        public class DeviceManager : GLib.Object {
 
92
                [CCode (has_construct_function = false)]
 
93
                protected DeviceManager ();
90
94
                public unowned Gdk.Display get_display ();
91
95
                public virtual unowned GLib.List list_devices (Gdk.DeviceType type);
92
96
                public Gdk.Display display { get; construct; }
96
100
        }
97
101
        [CCode (cheader_filename = "gdk/gdk.h")]
98
102
        public class Display : GLib.Object {
 
103
                [CCode (has_construct_function = false)]
 
104
                protected Display ();
99
105
                public void add_client_message_filter (Gdk.Atom message_type, Gdk.FilterFunc func);
100
106
                public void beep ();
101
107
                public void close ();
152
158
        }
153
159
        [CCode (cheader_filename = "gdk/gdk.h")]
154
160
        public class DisplayManager : GLib.Object {
 
161
                [CCode (has_construct_function = false)]
 
162
                protected DisplayManager ();
155
163
                public static unowned Gdk.DisplayManager @get ();
156
164
                public unowned Gdk.Display get_default_display ();
157
165
                public GLib.SList<weak Gdk.Display> list_displays ();
180
188
        }
181
189
        [CCode (cheader_filename = "gdk/gdk.h")]
182
190
        public class Drawable : GLib.Object {
 
191
                [CCode (has_construct_function = false)]
 
192
                protected Drawable ();
183
193
                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);
184
194
                [NoWrapper]
185
195
                public virtual unowned Cairo.Surface create_cairo_surface (int width, int height);
348
358
        }
349
359
        [CCode (cheader_filename = "gdk/gdk.h")]
350
360
        public class Keymap : GLib.Object {
 
361
                [CCode (has_construct_function = false)]
 
362
                protected Keymap ();
351
363
                public void add_virtual_modifiers (Gdk.ModifierType state);
352
364
                public bool get_caps_lock_state ();
353
365
                public static unowned Gdk.Keymap get_default ();
446
458
        }
447
459
        [CCode (cheader_filename = "gdk/gdk.h")]
448
460
        public class Screen : GLib.Object {
 
461
                [CCode (has_construct_function = false)]
 
462
                protected Screen ();
449
463
                public void broadcast_client_message (Gdk.Event event);
450
464
                public unowned Gdk.Window get_active_window ();
451
465
                public static unowned Gdk.Screen get_default ();
494
508
        }
495
509
        [CCode (cheader_filename = "gdk/gdk.h")]
496
510
        public class Visual : GLib.Object {
 
511
                [CCode (has_construct_function = false)]
 
512
                protected Visual ();
497
513
                public static unowned Gdk.Visual get_best ();
498
514
                public static int get_best_depth ();
499
515
                public static Gdk.VisualType get_best_type ();