mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 22:48:01 +02:00
libnm: document nm_team_link_watcher_{ref,unref}() as thread-safe
This commit is contained in:
parent
77f3227cb8
commit
1e29b36420
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue