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

« back to all changes in this revision

Viewing changes to vapi/atk.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-07-28 07:58:01 UTC
  • mfrom: (1.5.5 upstream) (7.3.14 experimental)
  • Revision ID: james.westby@ubuntu.com-20100728075801-18u9cg5hv5oety6m
Tags: 0.9.4-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                public virtual void threads_leave ();
57
57
        }
58
58
        [CCode (cheader_filename = "atk/atk.h")]
59
 
        public class NoOpObject : Atk.Object, Atk.Value, Atk.Document, Atk.Component, Atk.Text, Atk.Action, Atk.Hypertext, Atk.Selection, Atk.Table, Atk.Image, Atk.EditableText {
 
59
        public class NoOpObject : Atk.Object, Atk.Component, Atk.Action, Atk.EditableText, Atk.Image, Atk.Selection, Atk.Table, Atk.Text, Atk.Hypertext, Atk.Value, Atk.Document {
60
60
                [CCode (type = "AtkObject*", has_construct_function = false)]
61
61
                public NoOpObject (GLib.Object obj);
62
62
        }
141
141
                public virtual GLib.Type get_accessible_type ();
142
142
                public virtual void invalidate ();
143
143
        }
 
144
        [CCode (cheader_filename = "atk/atk.h")]
 
145
        public class Plug : Atk.Object {
 
146
                [CCode (type = "AtkObject*", has_construct_function = false)]
 
147
                public Plug ();
 
148
                public unowned string get_id ();
 
149
                [NoWrapper]
 
150
                public virtual unowned string get_object_id ();
 
151
        }
144
152
        [Compact]
145
153
        [CCode (cheader_filename = "atk/atk.h")]
146
154
        public class PropertyValues {
163
171
                public Relation (Atk.Object[] targets, Atk.RelationType relationship);
164
172
                public void add_target (Atk.Object target);
165
173
                public Atk.RelationType get_relation_type ();
166
 
                public unowned GLib.PtrArray get_target ();
 
174
                public unowned GLib.GenericArray get_target ();
167
175
                public bool remove_target (Atk.Object target);
168
176
                public static Atk.RelationType type_for_name (string name);
169
177
                public static unowned string type_get_name (Atk.RelationType type);
175
183
        }
176
184
        [CCode (cheader_filename = "atk/atk.h")]
177
185
        public class RelationSet : GLib.Object {
178
 
                public weak GLib.PtrArray relations;
 
186
                public weak GLib.GenericArray relations;
179
187
                [CCode (has_construct_function = false)]
180
188
                public RelationSet ();
181
189
                public void add (Atk.Relation relation);
187
195
                public void remove (Atk.Relation relation);
188
196
        }
189
197
        [CCode (cheader_filename = "atk/atk.h")]
 
198
        public class Socket : Atk.Object {
 
199
                public weak string embedded_plug_id;
 
200
                [CCode (type = "AtkObject*", has_construct_function = false)]
 
201
                public Socket ();
 
202
                public virtual void embed (string plug_id);
 
203
                public bool is_occupied ();
 
204
        }
 
205
        [CCode (cheader_filename = "atk/atk.h")]
190
206
        public class StateSet : GLib.Object {
191
207
                [CCode (has_construct_function = false)]
192
208
                public StateSet ();
471
487
                PARENT_WINDOW_OF,
472
488
                DESCRIBED_BY,
473
489
                DESCRIPTION_FOR,
 
490
                NODE_PARENT_OF,
474
491
                LAST_DEFINED
475
492
        }
476
493
        [CCode (cprefix = "ATK_ROLE_", cheader_filename = "atk/atk.h")]