[glibmm] Gio::Application: Fix property_resource_base_path()'s type



commit 66954ba29fa9c8407d998536f71f4361a330b74b
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sat Sep 9 11:52:53 2017 +0200

    Gio::Application: Fix property_resource_base_path()'s type
    
    The property_resource_base_path()'s type shall be std::string,
    like the type of set/get_resource_base_path().

 gio/src/application.hg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/src/application.hg b/gio/src/application.hg
index 1dd8f64..5f414a9 100644
--- a/gio/src/application.hg
+++ b/gio/src/application.hg
@@ -366,7 +366,7 @@ public:
   _WRAP_PROPERTY("inactivity-timeout", guint)
   _WRAP_PROPERTY("is-registered", bool)
   _WRAP_PROPERTY("is-remote", bool)
-  _WRAP_PROPERTY("resource-base-path", bool, newin "2,44")
+  _WRAP_PROPERTY("resource-base-path", std::string, newin "2,44")
   _WRAP_PROPERTY("is-busy", bool)
 
   _WRAP_SIGNAL(void startup(), "startup")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]