Go to the source code of this file.
|
| #define | _(String) (pw_gettext(String)) |
| |
| #define | N_(String) (String) |
| |
◆ N_
| #define N_ |
( |
|
String | ) |
(String) |
◆ pw_debug_is_category_enabled()
| bool pw_debug_is_category_enabled |
( |
const char * |
name | ) |
|
◆ pw_deinit()
◆ pw_direction_reverse()
◆ pw_get_application_name()
| const char* pw_get_application_name |
( |
void |
| ) |
|
◆ pw_get_client_name()
| const char* pw_get_client_name |
( |
void |
| ) |
|
◆ pw_get_domain()
| const char* pw_get_domain |
( |
void |
| ) |
|
◆ pw_get_host_name()
| const char* pw_get_host_name |
( |
void |
| ) |
|
◆ pw_get_prgname()
| const char* pw_get_prgname |
( |
void |
| ) |
|
◆ pw_get_support()
| uint32_t pw_get_support |
( |
struct spa_support * |
support, |
|
|
uint32_t |
max_support |
|
) |
| |
◆ pw_get_user_name()
| const char* pw_get_user_name |
( |
void |
| ) |
|
◆ pw_gettext()
| const char* pw_gettext |
( |
const char * |
msgid | ) |
|
◆ pw_in_valgrind()
| bool pw_in_valgrind |
( |
void |
| ) |
|
◆ pw_init()
| void pw_init |
( |
int * |
argc, |
|
|
char ** |
argv[] |
|
) |
| |
◆ pw_load_spa_handle()
| struct spa_handle* pw_load_spa_handle |
( |
const char * |
lib, |
|
|
const char * |
factory_name, |
|
|
const struct spa_dict * |
info, |
|
|
uint32_t |
n_support, |
|
|
const struct spa_support |
support[] |
|
) |
| |
◆ pw_ngettext()
| const char* pw_ngettext |
( |
const char * |
msgid, |
|
|
const char * |
msgid_plural, |
|
|
unsigned long int |
n |
|
) |
| |
◆ pw_set_domain()
| int pw_set_domain |
( |
const char * |
domain | ) |
|
◆ pw_unload_spa_handle()
| int pw_unload_spa_handle |
( |
struct spa_handle * |
handle | ) |
|