summaryrefslogtreecommitdiff
path: root/gio/src/gio_others.defs
blob: 7330612b1210990a2dfaa28eee45b6b26787462b (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
; h2defs.py does not generate this. murrayc.
(define-function g_themed_icon_get_names
  (c-name "g_themed_icon_get_names")
  (return-type "const-char*const*")
)


; extra_defs does not generate these, for some reason. murrayc:
(define-signal changed
  (of-object "GMount")
  (return-type "void")
  (when "last")
)

(define-signal unmounted
  (of-object "GMount")
  (return-type "void")
  (when "last")
)

; extra_defs does not generate these, for some reason. murrayc:
(define-signal changed
  (of-object "GVolume")
  (return-type "void")
  (when "last")
)

(define-signal removed
  (of-object "GVolume")
  (return-type "void")
  (when "last")
)