Changeset 3938:3020c18be335 in roaraudio for libroarpulse/introspect.c


Ignore:
Timestamp:
06/15/10 15:44:20 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use types from new tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/introspect.c

    r3517 r3938  
    225225 
    226226/** Move the specified sink input to a different sink. \since 0.9.5 */ 
    227 pa_operation* pa_context_move_sink_input_by_name(pa_context *c, uint32_t idx, char *sink_name, pa_context_success_cb_t cb, void* userdata); 
     227pa_operation* pa_context_move_sink_input_by_name(pa_context *c, uint32_t idx, ROAR_HAVE_ARG_SINK_NAME_OF_PA_CONTEXT_MOVE_SINK_INPUT_BY_NAME sink_name, pa_context_success_cb_t cb, void* userdata); 
    228228 
    229229/** Move the specified sink input to a different sink. \since 0.9.5 */ 
     
    231231 
    232232/** Move the specified source output to a different source. \since 0.9.5 */ 
    233 pa_operation* pa_context_move_source_output_by_name(pa_context *c, uint32_t idx, char *source_name, pa_context_success_cb_t cb, void* userdata); 
     233pa_operation* pa_context_move_source_output_by_name(pa_context *c, uint32_t idx, ROAR_HAVE_ARG_SOURCE_NAME_OF_PA_CONTEXT_MOVE_SOURCE_OUTPUT_BY_NAME source_name, pa_context_success_cb_t cb, void* userdata); 
    234234 
    235235/** Move the specified source output to a different source. \since 0.9.5 */ 
Note: See TracChangeset for help on using the changeset viewer.