summaryrefslogtreecommitdiff
path: root/gio/src/dbusconnection.hg
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2011-10-23 19:08:34 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2011-10-23 19:11:11 -0400
commit621b90ea15f53685054410a7835faadc51ab96d9 (patch)
tree48e2e3c3052b185f7c5b556c2307831e012ccfa7 /gio/src/dbusconnection.hg
parent353c3dc9f70cccc3cbe90686cd9c5e42112999a7 (diff)
downloadglibmm-621b90ea15f53685054410a7835faadc51ab96d9.tar.gz
Gio::DBus::Connection: Temporarily remove newly added call() methods.
* gio/src/dbusconnection.{ccg,hg}: Remove the newly added call() methods with a UnixFDList parameter until the call_finish() method with a UnixFDList parameter is added also. * gio/src/credentials.hg: * gio/src/dbusmessage.ccg: * gio/src/dbusmessage.hg: Typos.
Diffstat (limited to 'gio/src/dbusconnection.hg')
-rw-r--r--gio/src/dbusconnection.hg6
1 files changed, 5 insertions, 1 deletions
diff --git a/gio/src/dbusconnection.hg b/gio/src/dbusconnection.hg
index 600ab69d..dc0d74e2 100644
--- a/gio/src/dbusconnection.hg
+++ b/gio/src/dbusconnection.hg
@@ -751,6 +751,9 @@ public:
const Glib::VariantType& reply_type = Glib::VariantType()
);
+// TODO: Re-add the following two methods when the call_finish() method with a
+// UnixFDList is wrapped.
+#if 0
#ifdef G_OS_LINUX
/** Like call() but also takes a GUnixFDList object.
* This method is only available on UNIX.
@@ -800,6 +803,7 @@ public:
const Glib::VariantType& reply_type = Glib::VariantType()
);
#endif // G_OS_LINUX
+#endif // 0
///** Finishes an operation started with call() (with a UnixFDList).
//* @param res A AsyncResult obtained from the SlotAsyncReady passed to
@@ -810,7 +814,7 @@ public:
//*/
//TODO: _WRAP_METHOD(Glib::VariantContainerBase call_with_unix_fd_finish(const Glib::RefPtr<AsyncResult>& res{.}, Glib::RefPtr<UnixFDList>& out_fd_list{.?}), g_dbus_connection_call_with_unix_fd_list_finish, errthrow)
- /*
+ /* TODO:
_WRAP_METHOD(
Glib::VariantContainerBase call_sync(
const Glib::ustring& object_path{.},