Add documentation for matrix_api_filter_get_json_data()
This commit is contained in:
parent
b5c569be55
commit
090e23efe1
@ -1583,6 +1583,15 @@ matrix_api_filter_get_json_node(MatrixAPIFilter *filter)
|
|||||||
return root;
|
return root;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* matrix_api_filter_get_json_data:
|
||||||
|
* @filter: a #MatrixAPIFilter
|
||||||
|
* @datalen: storage for the length of the JSON data, or %NULL
|
||||||
|
*
|
||||||
|
* Get the JSON representation of @filter as a string.
|
||||||
|
*
|
||||||
|
* Returns: (transfer full): the JSON representation of @filter
|
||||||
|
*/
|
||||||
gchar *
|
gchar *
|
||||||
matrix_api_filter_get_json_data(MatrixAPIFilter *filter, gsize *datalen)
|
matrix_api_filter_get_json_data(MatrixAPIFilter *filter, gsize *datalen)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user