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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user