[glibmm] DBusAuthObserver: Fix the build with latest glib.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] DBusAuthObserver: Fix the build with latest glib.
- Date: Sun, 25 Jul 2010 14:43:50 +0000 (UTC)
commit 3eaa28a732325f16cd53e4c7e8028f75b14275c8
Author: Murray Cumming <murrayc murrayc com>
Date: Sun Jul 25 16:43:42 2010 +0200
DBusAuthObserver: Fix the build with latest glib.
* gio/src/dbusauthobserver.hg: authorize_authenticated_peer signal:
Use no_default_handler, so we don't try to access the (totally private)
GDBusAuthObserverClass struct.
ChangeLog | 8 ++++++++
gio/src/dbusauthobserver.hg | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 95f156d..3b5f0d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-25 Murray Cumming <murrayc murrayc com>
+
+ DBusAuthObserver: Fix the build with latest glib.
+
+ * gio/src/dbusauthobserver.hg: authorize_authenticated_peer signal:
+ Use no_default_handler, so we don't try to access the (totally private)
+ GDBusAuthObserverClass struct.
+
2010-07-23 José Alburquerque <jaalburqu svn gnome org>
Gio::DBusAuthObserver: Make parameters constant.
diff --git a/gio/src/dbusauthobserver.hg b/gio/src/dbusauthobserver.hg
index 857f590..f06609c 100644
--- a/gio/src/dbusauthobserver.hg
+++ b/gio/src/dbusauthobserver.hg
@@ -53,7 +53,7 @@ public:
#m4 _CONVERSION(`GIOStream*', `const Glib::RefPtr<const IOStream>&', `Glib::wrap($3, true)')
#m4 _CONVERSION(`GCredentials*', `const Glib::RefPtr<const Credentials>&', `Glib::wrap($3, true)')
- _WRAP_SIGNAL(bool authorize_authenticated_peer(const Glib::RefPtr<const IOStream>& stream, const Glib::RefPtr<const Credentials>& credentials), "authorize-authenticated-peer")
+ _WRAP_SIGNAL(bool authorize_authenticated_peer(const Glib::RefPtr<const IOStream>& stream, const Glib::RefPtr<const Credentials>& credentials), "authorize-authenticated-peer", no_default_handler)
};
} // namespace Gio
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]