summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-02-15 21:42:54 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-02-15 21:42:54 +0000
commitb1aa8a0baf783a251be6e8021a7881e63b8f9830 (patch)
tree15bd7828198147d24249a5db7208765163059743 /dbus
parent9076938fc05fe7f95abb4dc573d29efe54fcef51 (diff)
2006-02-15 John (J5) Palmieri <johnp@redhat.com>
* dbus/dbus-glib.h: * glib/dbus-gmain.h: (dbus_g_connection_open): new method for openning a connection to an arbitrary address in the glib bindings * ChangeLog: checkin last entry which doesn't seem to be commited
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus-glib.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbus/dbus-glib.h b/dbus/dbus-glib.h
index 217ce74a..1c319259 100644
--- a/dbus/dbus-glib.h
+++ b/dbus/dbus-glib.h
@@ -68,8 +68,11 @@ gboolean dbus_g_error_has_name (GError *error,
const char * dbus_g_error_get_name (GError *error);
void dbus_g_thread_init (void);
-DBusGConnection* dbus_g_bus_get (DBusBusType type,
- GError **error);
+
+DBusGConnection* dbus_g_connection_open (const gchar *address,
+ GError **error);
+DBusGConnection* dbus_g_bus_get (DBusBusType type,
+ GError **error);
typedef struct _DBusGObjectInfo DBusGObjectInfo;
typedef struct _DBusGMethodInfo DBusGMethodInfo;