mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-07 04:00:30 +01:00
libnm-glib: fix documentation C&P error
This commit is contained in:
parent
c43b7703cb
commit
7d12ede07b
1 changed files with 1 additions and 2 deletions
|
|
@ -123,11 +123,10 @@ typedef enum {
|
|||
/**
|
||||
* NMClientError:
|
||||
* @NM_CLIENT_ERROR_UNKNOWN: unknown or unclassified error
|
||||
* @NM_CLIENT_ERROR_CONNECTION_REMOVED: an operation that requires NetworkManager
|
||||
* @NM_CLIENT_ERROR_MANAGER_NOT_RUNNING: an operation that requires NetworkManager
|
||||
* failed because NetworkManager is not running
|
||||
*
|
||||
* Describes errors that may result from operations involving a #NMClient.
|
||||
*
|
||||
**/
|
||||
typedef enum {
|
||||
NM_CLIENT_ERROR_UNKNOWN = 0, /*< nick=UnknownError >*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue