summaryrefslogtreecommitdiff
path: root/gio/src/themedicon.hg
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2012-11-04 16:42:47 -0500
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2012-11-04 17:25:43 -0500
commit29b114da0546866c8aea90b46164a331f81e2b9b (patch)
treeee6de610eecd09ecfe543e2c3a32023a48b41a6a /gio/src/themedicon.hg
parentdb6b3a380dc8a5cd718fab1ae7597d29d91d0303 (diff)
downloadglibmm-29b114da0546866c8aea90b46164a331f81e2b9b.tar.gz
ThemedIcon: Wrap the "names" property.
* gio/src/themedicon.hg:
Diffstat (limited to 'gio/src/themedicon.hg')
-rw-r--r--gio/src/themedicon.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/themedicon.hg b/gio/src/themedicon.hg
index 4f54259e..8ecadf8e 100644
--- a/gio/src/themedicon.hg
+++ b/gio/src/themedicon.hg
@@ -79,7 +79,7 @@ public:
//There are no signals.
//The "name" property is write-only and construct-only so it should not be wrapped.
- //An array: This is awkward to wrap_WRAP_PROPERTY("names", )
+ _WRAP_PROPERTY("names", std::vector<Glib::ustring>)
_WRAP_PROPERTY("use-default-fallbacks", bool)
};