[glibmm] Gio::DBus::InterfaceInfo: Add cache_build() and cache_release().



commit c77476e8f4ead9fcacba3b268827590613368132
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 3 09:03:04 2015 +0100

    Gio::DBus::InterfaceInfo: Add cache_build() and cache_release().

 gio/src/dbusintrospection.hg |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gio/src/dbusintrospection.hg b/gio/src/dbusintrospection.hg
index 9613edf..419c424 100644
--- a/gio/src/dbusintrospection.hg
+++ b/gio/src/dbusintrospection.hg
@@ -119,6 +119,9 @@ public:
   _WRAP_METHOD(Glib::RefPtr<PropertyInfo> lookup_property(const Glib::ustring& name), 
g_dbus_interface_info_lookup_property, refreturn)
   _WRAP_METHOD(Glib::RefPtr<const PropertyInfo> lookup_property(const Glib::ustring& name) const, 
g_dbus_interface_info_lookup_property, constversion, refreturn)
 
+  _WRAP_METHOD(void cache_build(), g_dbus_interface_info_cache_build)
+  _WRAP_METHOD(void cache_release(), g_dbus_interface_info_cache_release)
+
   //TODO: _WRAP_METHOD(void generate_xml(guint indent, GString* string_builder), 
g_dbus_interface_info_generate_xml)
 };
 


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