docs: Add brief descriptions to all functions

This ensures all of these functions are picked up by g-ir-scanner.
This commit is contained in:
Jason Francis
2021-06-01 19:39:13 -04:00
committed by George Kiagiadakis
parent 35c7196454
commit ed8346e77d
25 changed files with 154 additions and 10 deletions

View File

@@ -335,6 +335,7 @@ wp_transition_set_data (WpTransition * self, gpointer data,
}
/*!
* \brief Checks if the transition completed.
* \ingroup wptransition
* \param self the transition
* \returns TRUE if the transition has completed (with or without an error),
@@ -351,6 +352,7 @@ wp_transition_get_completed (WpTransition * self)
}
/*!
* \brief Checks if the transition completed with an error.
* \ingroup wptransition
* \param self the transition
* \returns TRUE if the transition completed with an error, FALSE otherwise