summaryrefslogtreecommitdiff
path: root/glib/src/glib_signals.defs
blob: 2748e7784cc53631da6645d77d4c667fdfbc4305 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
;; From GBinding

(define-property source
  (of-object "GBinding")
  (prop-type "GParamObject")
  (docs "The source of the binding")
  (readable #t)
  (writable #t)
  (construct-only #t)
)

(define-property target
  (of-object "GBinding")
  (prop-type "GParamObject")
  (docs "The target of the binding")
  (readable #t)
  (writable #t)
  (construct-only #t)
)

(define-property source-property
  (of-object "GBinding")
  (prop-type "GParamString")
  (docs "The property on the source to bind")
  (readable #t)
  (writable #t)
  (construct-only #t)
  (default-value "")
)

(define-property target-property
  (of-object "GBinding")
  (prop-type "GParamString")
  (docs "The property on the target to bind")
  (readable #t)
  (writable #t)
  (construct-only #t)
  (default-value "")
)

(define-property flags
  (of-object "GBinding")
  (prop-type "GParamFlags")
  (docs "The binding flags")
  (readable #t)
  (writable #t)
  (construct-only #t)
  (default-value "G_BINDING_DEFAULT")
)

;; GBytes is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GChecksum is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GDate is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GDateTime is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GIOChannel is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GKeyFile is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GMainContext is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GMainLoop is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GMatchInfo is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GRegex is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GSource is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GThread is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GVariant is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GVariantBuilder is neither a GObject nor a GInterface. Not checked for signals and properties.

;; GVariantDict is neither a GObject nor a GInterface. Not checked for signals and properties.