[glibmm] AsyncInitable: Add create_finish() wrapping an unwrapped function.
- From: José Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] AsyncInitable: Add create_finish() wrapping an unwrapped function.
- Date: Tue, 26 Oct 2010 05:07:22 +0000 (UTC)
commit ec3416ea8866d118b3670fd26a2bfbf0d79433e0
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Mon Oct 25 23:39:56 2010 -0400
AsyncInitable: Add create_finish() wrapping an unwrapped function.
* gio/src/asyncinitable.hg: Add create_finish() wrapping
g_async_initable_new_finish(). Its not clear how useful the method
will be, but at least gmmproc does not say that it is still unwrapped.
* gio/src/dbusproxy.hg: Typo.
ChangeLog | 9 +++++++++
gio/src/asyncinitable.hg | 2 ++
gio/src/dbusproxy.hg | 2 +-
3 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1c36025..f17ae36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-25 José Alburquerque <jaalburqu svn gnome org>
+
+ AsyncInitable: Add create_finish() wrapping an unwrapped function.
+
+ * gio/src/asyncinitable.hg: Add create_finish() wrapping
+ g_async_initable_new_finish(). Its not clear how useful the method
+ will be, but at least gmmproc does not say that it is still unwrapped.
+ * gio/src/dbusproxy.hg: Typo.
+
2010-10-21 Murray Cumming <murrayc murrayc-desktop>
Added get_system_data_dirs() and get_system_config_dirs().
diff --git a/gio/src/asyncinitable.hg b/gio/src/asyncinitable.hg
index 68f66d5..eca9bd2 100644
--- a/gio/src/asyncinitable.hg
+++ b/gio/src/asyncinitable.hg
@@ -127,6 +127,8 @@ protected:
_WRAP_METHOD(bool init_finish(const Glib::RefPtr<AsyncResult>& result), g_async_initable_init_finish, errthrow)
+ _WRAP_METHOD(Glib::RefPtr<Glib::Object> create_finish(const Glib::RefPtr<AsyncResult>& res), g_async_initable_new_finish, errthrow)
+
virtual void init_async_vfunc(const SlotAsyncReady& slot,
const Glib::RefPtr<Cancellable>& cancellable,
int io_priority = Glib::PRIORITY_DEFAULT);
diff --git a/gio/src/dbusproxy.hg b/gio/src/dbusproxy.hg
index 87d2901..8e9fec6 100644
--- a/gio/src/dbusproxy.hg
+++ b/gio/src/dbusproxy.hg
@@ -124,7 +124,7 @@ public:
*/
_WRAP_METHOD(static Glib::RefPtr<DBusProxy> create_for_bus_finish(const Glib::RefPtr<AsyncResult>& result), g_dbus_proxy_new_for_bus_finish, errthrow)
- _WRAP_METHOD_DOCS_ONLY(g_dbus_proxy_new__for_bus_sync)
+ _WRAP_METHOD_DOCS_ONLY(g_dbus_proxy_new_for_bus_sync)
static Glib::RefPtr<DBusProxy>
create_for_bus(BusType bus_type, DBusProxyFlags flags,
const Glib::RefPtr<DBusInterfaceInfo>& info, const Glib::ustring& name,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]