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

@@ -16,6 +16,8 @@ G_BEGIN_DECLS
/*!
* \brief The state of the link
* \ingroup wplink
*
* \since 0.4.11
*/
typedef enum {
WP_LINK_STATE_ERROR = -2, /*!< the link is in error */
@@ -30,6 +32,8 @@ typedef enum {
/*!
* \brief An extension of WpProxyFeatures
* \ingroup wplink
*
* \since 0.4.11
*/
typedef enum { /*< flags >*/
/*! waits until the state of the link is >= PAUSED */