mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-01 03:27:59 +02:00
docs: fix documentation for WpMetadataItem
This commit is contained in:
parent
c0f65f6dc3
commit
db21eb5dec
2 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ PipeWire Metadata
|
|||
|
||||
digraph inheritance {
|
||||
rankdir=LR;
|
||||
GBoxed -> WpMetadataItem
|
||||
GObject -> WpObject;
|
||||
WpObject -> WpProxy;
|
||||
WpProxy -> WpGlobalProxy;
|
||||
|
|
|
|||
|
|
@ -319,6 +319,11 @@ wp_metadata_class_init (WpMetadataClass * klass)
|
|||
G_TYPE_UINT, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING);
|
||||
}
|
||||
|
||||
/*!
|
||||
* \struct WpMetadataItem
|
||||
*
|
||||
* WpMetadataItem holds the subject, key, type and value of a metadata entry.
|
||||
*/
|
||||
struct _WpMetadataItem
|
||||
{
|
||||
WpMetadata *metadata;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue