Changeset 5828:d981716ace28 in roaraudio for include


Ignore:
Timestamp:
01/06/13 14:53:12 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a way to list all known paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/config.h

    r5823 r5828  
    181181char * roar_libroar_get_path(const char * name, int null_as_universal, const char * product, const char * provider) _LIBROAR_ATTR_USE_RESULT; 
    182182 
     183// list all known paths: 
     184ssize_t roar_libroar_list_path(const char ** list, size_t len, size_t offset) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_NONNULL_ALL; 
     185 
    183186#endif 
    184187 
Note: See TracChangeset for help on using the changeset viewer.