D-Bus 1.15.12
|
Implementation details of DBusServer on UNIX. More...
Functions | |
DBusServerListenResult | _dbus_server_listen_platform_specific (DBusAddressEntry *entry, DBusServer **server_p, DBusError *error) |
Tries to interpret the address entry in a platform-specific way, creating a platform-specific server type if appropriate. | |
Implementation details of DBusServer on UNIX.
DBusServerListenResult _dbus_server_listen_platform_specific | ( | DBusAddressEntry * | entry, |
DBusServer ** | server_p, | ||
DBusError * | error | ||
) |
Tries to interpret the address entry in a platform-specific way, creating a platform-specific server type if appropriate.
Sets error if the result is not OK.
entry | an address entry |
server_p | location to store a new DBusServer, or NULL on failure. |
error | location to store rationale for failure on bad address |
Definition at line 55 of file dbus-server-unix.c.