diff options
author | Murray Cumming <murrayc@src.gnome.org> | 2008-03-10 19:28:20 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2008-03-10 19:28:20 +0000 |
commit | 3a7bdbc8a725bd0586d114116da195f3ed9041dd (patch) | |
tree | f29cdb4f9d51c30f1af53b848756547dd36fc831 /gio/src/gio_signals.defs | |
parent | 01128a410f5c707df2c3e53ece56bd90d50f20fc (diff) | |
download | glibmm-3a7bdbc8a725bd0586d114116da195f3ed9041dd.tar.gz |
Increased versionglibmm-2.16.0
svn path=/trunk/; revision=640
Diffstat (limited to 'gio/src/gio_signals.defs')
-rw-r--r-- | gio/src/gio_signals.defs | 27 |
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 |