dbus-address.c File Reference

_DBUS_ADDRESS_OPTIONALLY_ESCAPED_BYTE

TRUE if the byte need not be escaped when found in a dbus address. All other bytes are required to be escaped in a valid address.

dbus_address_entry_free(DBusAddressEntry *)

voiddbus_address_entry_free(DBusAddressEntry *entry)[static]

Parameters

DBusAddressEntry * entry

create_entry(void)

DBusAddressEntry *create_entry(void)[static]

Parameters

void

append_unescaped_value(DBusString *, const DBusString *, int, int, DBusError *)

dbus_bool_t append_unescaped_value(DBusString *unescaped,
const DBusString *escaped,
intescaped_start,
intescaped_len,
DBusError *error
)[static]

Parameters

DBusString * unescaped
const DBusString * escaped
int escaped_start
int escaped_len
DBusError * error