mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
really fix API version API
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@249 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6dfab4ec7b
commit
d09240118c
7 changed files with 23 additions and 10 deletions
|
|
@ -676,10 +676,6 @@ struct pa_operation* pa_context_send_simple_command(struct pa_context *c, uint32
|
|||
return pa_operation_ref(o);
|
||||
}
|
||||
|
||||
const char* pa_get_library_version(void) {
|
||||
return PACKAGE_VERSION;
|
||||
}
|
||||
|
||||
struct pa_operation* pa_context_set_default_sink(struct pa_context *c, const char *name, void(*cb)(struct pa_context*c, int success, void *userdata), void *userdata) {
|
||||
struct pa_tagstruct *t;
|
||||
struct pa_operation *o;
|
||||
|
|
@ -744,3 +740,8 @@ struct pa_operation* pa_context_set_name(struct pa_context *c, const char *name,
|
|||
|
||||
return pa_operation_ref(o);
|
||||
}
|
||||
|
||||
const char* pa_get_library_version(void) {
|
||||
return PACKAGE_VERSION;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue