docs: Add missing '\since' attributes to types and functions that have been added in versions later than 0.4.0

This commit is contained in:
Tom A. Wagner
2023-08-30 11:20:06 +02:00
parent 3a4b91fad7
commit 6e81dc7a66
7 changed files with 27 additions and 0 deletions

View File

@@ -19,12 +19,18 @@
/*! \defgroup wpspajson WpSpaJson */
/*!
* \struct WpSpaJson
*
* \since 0.4.8
*/
/*!
* \struct WpSpaJsonBuilder
*
* \since 0.4.8
*/
/*!
* \struct WpSpaJsonParser
*
* \since 0.4.8
*/
static void
@@ -194,6 +200,8 @@ wp_spa_json_new_from_string (const gchar *json_str)
* \param len the specific length of the string
* \returns a new WpSpaJson that references the data in \a json_str. \a json_str
* is not copied, so it needs to stay alive.
*
* \since 0.4.10
*/
WpSpaJson *
wp_spa_json_new_from_stringn (const gchar *json_str, size_t len)