diff options
Diffstat (limited to 'dbus/dbus-transport-unix.h')
| -rw-r--r-- | dbus/dbus-transport-unix.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-transport-unix.h b/dbus/dbus-transport-unix.h index 1fd0134d..595fbc18 100644 --- a/dbus/dbus-transport-unix.h +++ b/dbus/dbus-transport-unix.h @@ -31,11 +31,11 @@ DBusTransport* _dbus_transport_new_for_fd            (int             fd,                                                        dbus_bool_t     server);  DBusTransport* _dbus_transport_new_for_domain_socket (const char     *path,                                                        dbus_bool_t     server, -                                                      DBusResultCode *result); +                                                      DBusError      *error);  DBusTransport* _dbus_transport_new_for_tcp_socket    (const char     *host,                                                        dbus_int32_t    port,                                                        dbus_bool_t     server, -                                                      DBusResultCode *result); +                                                      DBusError      *error);  DBUS_END_DECLS;  | 
