[glibmm] DBusConnection: Add missing _IGNORE().
- From: José Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] DBusConnection: Add missing _IGNORE().
- Date: Mon, 6 Dec 2010 05:02:54 +0000 (UTC)
commit cf1ede83953667f71a1b041f03f6e93e8e31794e
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Sun Dec 5 22:26:33 2010 -0500
DBusConnection: Add missing _IGNORE().
* gio/src/dbusconnection.{ccg,hg}: Add a missing _IGNORE() for
the emit_signal() method and correct its misspelled name at the same
time.
ChangeLog | 8 ++++++++
gio/src/dbusconnection.ccg | 2 +-
gio/src/dbusconnection.hg | 3 ++-
3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a98eb5f..c18c42a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2010-12-05 José Alburquerque <jaalburqu svn gnome org>
+ DBusConnection: Add missing _IGNORE().
+
+ * gio/src/dbusconnection.{ccg,hg}: Add a missing _IGNORE() for
+ the emit_signal() method and correct its misspelled name at the same
+ time.
+
+2010-12-05 José Alburquerque <jaalburqu svn gnome org>
+
DBusConnection: Add send_message_with_reply_sync() methods.
* gio/src/dbusconnection.{ccg,hg}: Add cancellable and non-cancellable
diff --git a/gio/src/dbusconnection.ccg b/gio/src/dbusconnection.ccg
index 992803f..ffa403f 100644
--- a/gio/src/dbusconnection.ccg
+++ b/gio/src/dbusconnection.ccg
@@ -559,7 +559,7 @@ void DBusConnection::call_sync(
output.init(gvariant); // No need to take extra reference.
}
-void DBusConnection::emit_singal(
+void DBusConnection::emit_signal(
const Glib::ustring& object_path,
const Glib::ustring& interface_name,
const Glib::ustring& signal_name,
diff --git a/gio/src/dbusconnection.hg b/gio/src/dbusconnection.hg
index cfc3169..084fc47 100644
--- a/gio/src/dbusconnection.hg
+++ b/gio/src/dbusconnection.hg
@@ -658,13 +658,14 @@ public:
* @throw Glib::Error.
* @newin{2,28}
*/
- void emit_singal(
+ void emit_signal(
const Glib::ustring& object_path,
const Glib::ustring& interface_name,
const Glib::ustring& signal_name,
const Glib::ustring& destination_bus_name = Glib::ustring(),
const Glib::VariantBase& parameters = Glib::VariantBase()
);
+ _IGNORE(g_dbus_connection_emit_signal)
/** Subscribes to signals on the connection and invokes @a slot with a
* whenever the signal is received. Note that @a slot will be invoked in the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]