mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
do not export name validity checking routes and apply them only to sink/source names, not sample names
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1199 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e1316f5728
commit
539612a5c2
2 changed files with 6 additions and 9 deletions
|
|
@ -34,10 +34,6 @@ typedef enum pa_namereg_type {
|
|||
|
||||
void pa_namereg_free(pa_core *c);
|
||||
|
||||
int pa_namereg_is_valid_name(const char *name);
|
||||
|
||||
char* pa_namereg_cleanup_name(const char *name);
|
||||
|
||||
const char *pa_namereg_register(pa_core *c, const char *name, pa_namereg_type_t type, void *data, int fail);
|
||||
void pa_namereg_unregister(pa_core *c, const char *name);
|
||||
void* pa_namereg_get(pa_core *c, const char *name, pa_namereg_type_t type, int autoload);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue