Lines Matching defs:name
72 const char *name;
78 const char *name;
101 const char* name;
141 * interface and the signal name, concatenated using a period as the separator.
183 * This function registers the extension with the given name. It is recommended
184 * that the name follows the D-Bus interface naming convention, so that the
190 * It is suggested that the name contains a version number, and whenever the
196 int pa_dbus_protocol_register_extension(pa_dbus_protocol *p, const char *name);
199 int pa_dbus_protocol_unregister_extension(pa_dbus_protocol *p, const char *name);
203 PA_DBUS_PROTOCOL_HOOK_EXTENSION_REGISTERED, /* Extension name as call data. */
204 PA_DBUS_PROTOCOL_HOOK_EXTENSION_UNREGISTERED, /* Extension name as call data. */