blob: 226231eecc334cd01fedbadbd22c80e39a7b90cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
Application.new.argv unowned
BoxLayout
.add_actor name="add_child"
.add_actor_with_properties skip=false
Draggable
.disable#virtual_method virtual
.enable#virtual_method virtual
Droppable
.accept_drop#virtual_method virtual
.disable#virtual_method virtual
.enable#virtual_method virtual
Padding struct
Style.* skip=false
Stylable.get skip=false
Table
.add_actor name="add_child"
.add_actor_with_properties skip=false
Widget
.paint_background#method name="paint_background_with_defaults"
// http://bugzilla.clutter-project.org/show_bug.cgi?id=2688
Image
.set_from_buffer*.buffer type="owned uint8[]?" array_length_idx=1
.set_from_buffer*.buffer_free_func nullable
.set_from_data.data type="uint8[]?"
// Fixed upstream in mx 1.3.1
ButtonGroup
.set_active_button.button nullable
.get_buttons type_arguments="Mx.Button"
Clipboard.get_text skip=false
Focusable
.move_focus skip=false
.accept_focus skip=false
ItemFactory.create skip=false unowned=false
Notebook.get_current_page skip=false
Offscreen.buffer type="Cogl.Handle"
Scrollable.get_adjustments
.hadjustment out nullable
.vadjustment out nullable
TextureCache
.get_meta_texture skip=false unowned=false
.get_meta_cogl_texture skip=false unowned=false
|