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

« back to all changes in this revision

Viewing changes to vapi/libwnck-1.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:
19
19
        }
20
20
        [CCode (cheader_filename = "libwnck/libwnck.h")]
21
21
        public class Application : GLib.Object {
 
22
                [CCode (has_construct_function = false)]
 
23
                protected Application ();
22
24
                public static unowned Wnck.Application @get (ulong xwindow);
23
25
                public unowned Gdk.Pixbuf get_icon ();
24
26
                public bool get_icon_is_fallback ();
43
45
        }
44
46
        [CCode (cheader_filename = "libwnck/libwnck.h")]
45
47
        public class ClassGroup : GLib.Object {
 
48
                [CCode (has_construct_function = false)]
 
49
                protected ClassGroup ();
46
50
                public static unowned Wnck.ClassGroup @get (string res_class);
47
51
                public unowned Gdk.Pixbuf get_icon ();
48
52
                public unowned Gdk.Pixbuf get_mini_icon ();
106
110
        }
107
111
        [CCode (cheader_filename = "libwnck/libwnck.h")]
108
112
        public class Screen : GLib.Object {
 
113
                [CCode (has_construct_function = false)]
 
114
                protected Screen ();
109
115
                public void calc_workspace_layout (int num_workspaces, int space_index, Wnck.WorkspaceLayout layout);
110
116
                public void change_workspace_count (int count);
111
117
                public void force_update ();
201
207
        }
202
208
        [CCode (cheader_filename = "libwnck/libwnck.h")]
203
209
        public class Window : GLib.Object {
 
210
                [CCode (has_construct_function = false)]
 
211
                protected Window ();
204
212
                public void activate (uint32 timestamp);
205
213
                public void activate_transient (uint32 timestamp);
206
214
                public void close (uint32 timestamp);
293
301
        }
294
302
        [CCode (cheader_filename = "libwnck/libwnck.h")]
295
303
        public class Workspace : GLib.Object {
 
304
                [CCode (has_construct_function = false)]
 
305
                protected Workspace ();
296
306
                public void activate (uint32 timestamp);
297
307
                public void change_name (string name);
298
308
                public int get_height ();