libnm-glib: fix documentation C&P error

This commit is contained in:
Dan Williams 2013-05-15 13:44:37 -05:00
parent c43b7703cb
commit 7d12ede07b

View file

@ -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 >*/