[glibmm] ThemedIcon: Wrap the "names" property.
- From: Josà Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] ThemedIcon: Wrap the "names" property.
- Date: Mon, 5 Nov 2012 00:50:29 +0000 (UTC)
commit 29b114da0546866c8aea90b46164a331f81e2b9b
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date: Sun Nov 4 16:42:47 2012 -0500
ThemedIcon: Wrap the "names" property.
* gio/src/themedicon.hg:
ChangeLog | 6 ++++++
gio/src/themedicon.hg | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a068a5e..8721fc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-11-04 Josà Alburquerque <jaalburquerque gmail com>
+ ThemedIcon: Wrap the "names" property.
+
+ * gio/src/themedicon.hg:
+
+2012-11-04 Josà Alburquerque <jaalburquerque gmail com>
+
SocketConnection: Add connect*() and is_connected() methods.
* gio/src/socketconnection.{ccg,hg}: Add connect(), connect_async(),
diff --git a/gio/src/themedicon.hg b/gio/src/themedicon.hg
index 4f54259..8ecadf8 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)
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]