summaryrefslogtreecommitdiff
path: root/gio/src/dbusmethodinvocation.hg
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2010-11-30 02:49:10 -0500
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2010-11-30 02:49:10 -0500
commit49e391e3770be0b071691cea2fc8b4a66c14420c (patch)
tree1211504ac7ffb0df3dc03595b99ede84e20e0d89 /gio/src/dbusmethodinvocation.hg
parent9a534e4a3fbb57035cb5284c42bea02a91f80942 (diff)
downloadglibmm-49e391e3770be0b071691cea2fc8b4a66c14420c.tar.gz
DBus[MethodInvocation|Server]: Code corrections.
* gio/src/dbusmethodinvocation.hg: Remove the default constructor because it probably will not be used (there is no create() method to go along with it). * gio/src/dbusserver.{ccg,hg} (create_sync): Use g_dbus_server_new_sync() instead of the constructors because the C function does more than call g_initable_new().
Diffstat (limited to 'gio/src/dbusmethodinvocation.hg')
-rw-r--r--gio/src/dbusmethodinvocation.hg3
1 files changed, 0 insertions, 3 deletions
diff --git a/gio/src/dbusmethodinvocation.hg b/gio/src/dbusmethodinvocation.hg
index 2efaa3ea..e5b126b3 100644
--- a/gio/src/dbusmethodinvocation.hg
+++ b/gio/src/dbusmethodinvocation.hg
@@ -45,9 +45,6 @@ class DBusMethodInvocation : public Glib::Object
{
_CLASS_GOBJECT(DBusMethodInvocation, GDBusMethodInvocation, G_DBUS_METHOD_INVOCATION, Glib::Object, GObject)
-protected:
- _CTOR_DEFAULT
-
public:
_WRAP_METHOD(Glib::ustring get_sender() const, g_dbus_method_invocation_get_sender)
_WRAP_METHOD(Glib::ustring get_object_path() const, g_dbus_method_invocation_get_object_path)