mp3splt-gtk
Wrap utilities
Collaboration diagram for Wrap utilities:

Typedefs

typedef struct _splt_one_wrap splt_one_wrap
 
typedef struct _splt_wrap splt_wrap
 

Functions

splt_wrapmp3splt_get_wrap_files (splt_state *state, splt_code *error)
 
char * mp3splt_wrap_get_wrapped_file (const splt_one_wrap *one_wrap)
 
void mp3splt_wrap_init_iterator (splt_wrap *wrap)
 
const splt_one_wrapmp3splt_wrap_next (splt_wrap *wrap)
 

Detailed Description

Typedef Documentation

typedef struct _splt_one_wrap splt_one_wrap

Structure containing one wrapped file All members are private.

See Also
mp3splt_wrap_get_wrapped_file

Definition at line 1967 of file mp3splt.h.

typedef struct _splt_wrap splt_wrap

Structure containg the wrapped filenames found inside the input filename.

All members are private.

See Also
mp3splt_get_wrap_files
mp3splt_wrap_init_iterator
mp3splt_wrap_next

Definition at line 1959 of file mp3splt.h.

Function Documentation

splt_wrap* mp3splt_get_wrap_files ( splt_state state,
splt_code error 
)

Returns the wrapped files found from the input filename set with mp3splt_set_filename_to_split.

Parameters
[in]stateMain state.
[out]errorPossible error; can be NULL.
Returns
Wrapped files found.
See Also
mp3splt_wrap_init_iterator
mp3splt_wrap_next
char* mp3splt_wrap_get_wrapped_file ( const splt_one_wrap one_wrap)

Returns the wrapped file from one_wrap.

Result must be freed.

void mp3splt_wrap_init_iterator ( splt_wrap wrap)

Initialisation of the iterator for use with mp3splt_wrap_next.

Parameters
[in]wrapWrapped files returned with mp3splt_get_wrap_files.
See Also
mp3splt_wrap_next
const splt_one_wrap* mp3splt_wrap_next ( splt_wrap wrap)

Returns the next wrapped file from the wrap.

Parameters
[in]wrapWrapped files to be processed.
Returns
Next wrapped file of wrap or NULL if none found or no wrapped file remains.
See Also
mp3splt_wrap_get_wrapped_file