dbus/dbus dbus-glib.h,1.21,1.22
John Palmieri
johnp at freedesktop.org
Wed Feb 15 13:42:56 PST 2006
Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv28791/dbus
Modified Files:
dbus-glib.h
Log Message:
2006-02-15 John (J5) Palmieri <johnp at 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
Index: dbus-glib.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-glib.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- dbus-glib.h 5 Jan 2006 20:22:06 -0000 1.21
+++ dbus-glib.h 15 Feb 2006 21:42:54 -0000 1.22
@@ -68,8 +68,11 @@
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;
More information about the dbus-commit
mailing list