libnm: document nm_team_link_watcher_{ref,unref}() as thread-safe

This commit is contained in:
Thomas Haller 2022-11-30 17:15:24 +01:00
parent 77f3227cb8
commit 1e29b36420
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -375,6 +375,8 @@ _nm_team_link_watcher_ref(NMTeamLinkWatcher *watcher)
*
* Increases the reference count of the object.
*
* Since 1.20, ref-counting of #NMTeamLinkWatcher is thread-safe.
*
* Since: 1.12
**/
void
@ -390,6 +392,8 @@ nm_team_link_watcher_ref(NMTeamLinkWatcher *watcher)
* Decreases the reference count of the object. If the reference count
* reaches zero, the object will be destroyed.
*
* Since 1.20, ref-counting of #NMTeamLinkWatcher is thread-safe.
*
* Since: 1.12
**/
void