mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
add more docs
This commit is contained in:
parent
45976ffeda
commit
108a42c6b3
5 changed files with 175 additions and 0 deletions
|
|
@ -53,6 +53,12 @@ pinos_client_name (void)
|
|||
return g_strdup_printf ("pinos-pid-%lu", (gulong) getpid ());
|
||||
}
|
||||
|
||||
/**
|
||||
* pinos_fill_context_properties:
|
||||
* @properties: a #PinosProperties
|
||||
*
|
||||
* Fill @properties with a set of default context properties.
|
||||
*/
|
||||
void
|
||||
pinos_fill_context_properties (PinosProperties *properties)
|
||||
{
|
||||
|
|
@ -87,6 +93,12 @@ pinos_fill_context_properties (PinosProperties *properties)
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* pinos_fill_stream_properties
|
||||
* @properties: a #PinosProperties
|
||||
*
|
||||
* Fill @properties with a set of default stream properties.
|
||||
*/
|
||||
void
|
||||
pinos_fill_stream_properties (PinosProperties *properties)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue