PipeWire  0.3.17
properties.h File Reference
Include dependency graph for properties.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  pw_properties
 A collection of key/value pairs. More...
 

Functions

struct pw_propertiespw_properties_new (const char *key,...) SPA_SENTINEL
 
struct pw_propertiespw_properties_new_dict (const struct spa_dict *dict)
 
struct pw_propertiespw_properties_new_string (const char *args)
 
struct pw_propertiespw_properties_copy (const struct pw_properties *properties)
 
int pw_properties_update_keys (struct pw_properties *props, const struct spa_dict *dict, const char *keys[])
 
int pw_properties_update (struct pw_properties *oldprops, const struct spa_dict *dict)
 
int pw_properties_add (struct pw_properties *oldprops, const struct spa_dict *dict)
 
int pw_properties_add_keys (struct pw_properties *oldprops, const struct spa_dict *dict, const char *keys[])
 
void pw_properties_clear (struct pw_properties *properties)
 
void pw_properties_free (struct pw_properties *properties)
 
int pw_properties_set (struct pw_properties *properties, const char *key, const char *value)
 
int pw_properties_setf (struct pw_properties *properties, const char *key, const char *format,...) SPA_PRINTF_FUNC(3
 
int int pw_properties_setva (struct pw_properties *properties, const char *key, const char *format, va_list args) SPA_PRINTF_FUNC(3
 
int int const char * pw_properties_get (const struct pw_properties *properties, const char *key)
 
const char * pw_properties_iterate (const struct pw_properties *properties, void **state)
 

Function Documentation

int pw_properties_add ( struct pw_properties oldprops,
const struct spa_dict *  dict 
)
int pw_properties_add_keys ( struct pw_properties oldprops,
const struct spa_dict *  dict,
const char *  keys[] 
)
void pw_properties_clear ( struct pw_properties properties)
struct pw_properties* pw_properties_copy ( const struct pw_properties properties)
void pw_properties_free ( struct pw_properties properties)
int int const char* pw_properties_get ( const struct pw_properties properties,
const char *  key 
)
const char* pw_properties_iterate ( const struct pw_properties properties,
void **  state 
)
struct pw_properties* pw_properties_new ( const char *  key,
  ... 
)
struct pw_properties* pw_properties_new_dict ( const struct spa_dict *  dict)
struct pw_properties* pw_properties_new_string ( const char *  args)
int pw_properties_set ( struct pw_properties properties,
const char *  key,
const char *  value 
)
int pw_properties_setf ( struct pw_properties properties,
const char *  key,
const char *  format,
  ... 
)
int int pw_properties_setva ( struct pw_properties properties,
const char *  key,
const char *  format,
va_list  args 
)
int pw_properties_update ( struct pw_properties oldprops,
const struct spa_dict *  dict 
)
int pw_properties_update_keys ( struct pw_properties props,
const struct spa_dict *  dict,
const char *  keys[] 
)