mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 07:00:21 +01:00
libnm/trivial: add code comment to _nm_dbus_error_has_name()
This commit is contained in:
parent
cf16010fb6
commit
9cace5b411
1 changed files with 5 additions and 0 deletions
|
|
@ -269,6 +269,11 @@ _nm_dbus_proxy_call_sync (GDBusProxy *proxy,
|
|||
*
|
||||
* Checks if @error is set and corresponds to the D-Bus error @dbus_error_name.
|
||||
*
|
||||
* This should only be used for "foreign" D-Bus errors (eg, errors
|
||||
* from BlueZ or wpa_supplicant). All NetworkManager D-Bus errors
|
||||
* should be properly mapped by gdbus to one of the domains/codes in
|
||||
* nm-errors.h.
|
||||
*
|
||||
* Returns: %TRUE or %FALSE
|
||||
*/
|
||||
gboolean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue