dbus internal api cleanup
Ralf Habacker
ralf.habacker at freenet.de
Thu Jun 21 05:45:05 PDT 2007
Ralf Habacker schrieb:
> Hi,
>
> it looks that there are a few things more are canditates to be cleaned up.
>
>
Relating to the functions
_dbus_read_credentials_socket (int client_fd,
DBusCredentials *credentials,
DBusError *error)
_dbus_send_credentials_socket (int server_fd,
DBusError *error)
would they not better belongs to the _dbus_credentials name space for
example in in the manner ?
_dbus_credentials_read_from_socket (DBusCredentials
*credentials,
int client_fd,
DBusError *error)
_dbus_credentials_send_over_socket (DBusCredentials
*credentials,
int server_fd,
DBusError *error)
Ralf
More information about the dbus
mailing list