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

@@ -245,6 +245,7 @@ wp_object_interest_add_constraint (WpObjectInterest * self,
}
/*!
* \brief Creates a deep copy of an object interest
* \ingroup wpobjectinterest
* \param self the object interest to copy
* \returns (transfer full): a deep copy of \a self
@@ -276,6 +277,7 @@ wp_object_interest_copy (WpObjectInterest * self)
}
/*!
* \brief Increases the reference count of an object interest
* \ingroup wpobjectinterest
* \param self the object interest to ref
* \returns (transfer full): \a self with an additional reference count on it