Merge branch 'master' into next

This commit is contained in:
George Kiagiadakis
2023-12-23 18:34:00 +02:00
19 changed files with 385 additions and 65 deletions

View File

@@ -128,8 +128,8 @@ wp_properties_new_valist (const gchar * key, va_list args)
* be parsed from the given string
*
* \ingroup wpproperties
* \param str a string containing a whitespace separated list of key=value pairs
* (ex. "key1=value1 key2=value2")
* \param str a string containing either a whitespace separated list of key=value
* pairs (ex. "key1=value1 key2=value2") or a JSON object (ex. '{"key1":"value1"}')
* \returns (transfer full): the newly constructed properties set
*/
WpProperties *