Constructor
ValagirMetadataRulenew
Declaration
GirMetadataRule*
gir_metadata_rule_new (
const gchar* pattern,
const gchar* selector,
GeeMap* args,
GeeList* children,
GirXmlReference* source_reference
)
Parameters
pattern
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. selector
-
Type:
const gchar*
No description available.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. args
-
Type:
GeeMap
No description available.
The data is owned by the caller of the function. children
-
Type:
GeeList
No description available.
The data is owned by the caller of the function. source_reference
-
Type:
GirXmlReference
No description available.
The data is owned by the caller of the function.
Return value
Type: GirMetadataRule
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |