Implement PW_TYPE_INTERFACE_Metadata

This commit is contained in:
raghu447
2020-07-29 19:27:40 +05:30
parent a73e46e246
commit 65b4562fa0
8 changed files with 481 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ wp_init (WpInitFlags flags)
g_type_ensure (WP_TYPE_ENDPOINT_LINK);
g_type_ensure (WP_TYPE_ENDPOINT_STREAM);
g_type_ensure (WP_TYPE_LINK);
g_type_ensure (WP_TYPE_METADATA);
g_type_ensure (WP_TYPE_NODE);
g_type_ensure (WP_TYPE_PORT);
g_type_ensure (WP_TYPE_SESSION);