summaryrefslogtreecommitdiff
path: root/gio/src/gio_signals.defs
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/gio_signals.defs')
-rw-r--r--gio/src/gio_signals.defs27
1 files changed, 27 insertions, 0 deletions
diff --git a/gio/src/gio_signals.defs b/gio/src/gio_signals.defs
index b7f98925..8caca150 100644
--- a/gio/src/gio_signals.defs
+++ b/gio/src/gio_signals.defs
@@ -297,6 +297,33 @@
;; From GThemedIcon
+(define-property name
+ (of-object "GThemedIcon")
+ (prop-type "GParamString")
+ (docs "The name of the icon")
+ (readable #f)
+ (writable #t)
+ (construct-only #t)
+)
+
+(define-property names
+ (of-object "GThemedIcon")
+ (prop-type "GParamBoxed")
+ (docs "An array containing the icon names")
+ (readable #t)
+ (writable #t)
+ (construct-only #t)
+)
+
+(define-property use-default-fallbacks
+ (of-object "GThemedIcon")
+ (prop-type "GParamBoolean")
+ (docs "Whether to use default fallbacks found by shortening the name at '-' characters. Ignores names after the first if multiple names are given.")
+ (readable #f)
+ (writable #t)
+ (construct-only #t)
+)
+
;; From GVolume
;; From GVolumeMonitor