diff options
Diffstat (limited to 'gio/src/dbusconnection.hg')
-rw-r--r-- | gio/src/dbusconnection.hg | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gio/src/dbusconnection.hg b/gio/src/dbusconnection.hg index 2a71767d..7504c562 100644 --- a/gio/src/dbusconnection.hg +++ b/gio/src/dbusconnection.hg @@ -167,8 +167,8 @@ public: /// A Non-cancellable version of get_sync(). static Glib::RefPtr<DBusConnection> get_sync(BusType bus_type); - /** @throw Glib::Error. - */ + _WRAP_METHOD_DOCS_ONLY( g_bus_get_finish, errthrow) + /// @throw Glib::Error. _WRAP_METHOD(static Glib::RefPtr<DBusConnection> get_finish(const Glib::RefPtr<AsyncResult>& res), g_bus_get_finish, errthrow) _WRAP_METHOD_DOCS_ONLY(g_dbus_connection_new) @@ -186,6 +186,7 @@ public: const SlotAsyncReady& slot, DBusConnectionFlags flags = Gio::DBUS_CONNECTION_FLAGS_NONE); + _WRAP_METHOD_DOCS_ONLY(g_dbus_connection_new_finish) /// @throw Glib::Error. _WRAP_METHOD(static Glib::RefPtr<DBusConnection> create_finish(const Glib::RefPtr<AsyncResult>& res), g_dbus_connection_new_finish, errthrow) @@ -202,12 +203,12 @@ public: const SlotAsyncReady& slot, DBusConnectionFlags flags = Gio::DBUS_CONNECTION_FLAGS_NONE); + _WRAP_METHOD_DOCS_ONLY(g_dbus_connection_new_for_address_finish) /// @throw Glib::Error. _WRAP_METHOD(static Glib::RefPtr<DBusConnection> create_for_address_finish(const Glib::RefPtr<AsyncResult>& res), g_dbus_connection_new_for_address_finish, errthrow) _WRAP_METHOD_DOCS_ONLY(g_dbus_connection_new_sync) - /** @throw Glib::Error. - */ + /// @throw Glib::Error. static Glib::RefPtr<DBusConnection> create_sync( const Glib::RefPtr<IOStream>& stream, const Glib::ustring& guid, @@ -224,8 +225,7 @@ public: DBusConnectionFlags flags = Gio::DBUS_CONNECTION_FLAGS_NONE); _WRAP_METHOD_DOCS_ONLY(g_dbus_connection_new_for_address_sync) - /** @throw Glib::Error. - */ + /// @throw Glib::Error. static Glib::RefPtr<DBusConnection> create_for_address_sync( const Glib::ustring& address, const Glib::RefPtr<DBusAuthObserver>& observer, @@ -449,6 +449,7 @@ public: int timeout_msec, const SlotAsyncReady& slot); + _WRAP_METHOD_DOCS_ONLY(g_dbus_connection_send_message_with_reply_finish) /// @throw Glib::Error. _WRAP_METHOD(Glib::RefPtr<DBusMessage> send_message_with_reply_finish(const Glib::RefPtr<AsyncResult>& result), g_dbus_connection_send_message_with_reply_finish, errthrow) |