Lines Matching refs:name
167 typedef void (*pa_context_event_cb_t)(pa_context *c, const char *name, pa_proplist *p, void *userdata);
170 * and an application name. It is recommended to use pa_context_new_with_proplist()
172 pa_context *pa_context_new(pa_mainloop_api *mainloop, const char *name);
175 * and an application name, and specify the initial client property
177 pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, const pa_proplist *proplist);
223 /** Set the name of the default sink. */
224 pa_operation* pa_context_set_default_sink(pa_context *c, const char *name, pa_context_success_cb_t cb, void *userdata);
226 /** Set the name of the default source. */
227 pa_operation* pa_context_set_default_source(pa_context *c, const char *name, pa_context_success_cb_t cb, void *userdata);
232 /** Set a different application name for context on the server. */
233 pa_operation* pa_context_set_name(pa_context *c, const char *name, pa_context_success_cb_t cb, void *userdata);
235 /** Return the server name this context is connected to. */