mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 01:47:58 +02:00
libnm-glib: fix comment/doc for nm_client_networking_get_enabled()
This commit is contained in:
parent
f29b709590
commit
83dc4032b7
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
* Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Copyright (C) 2007 - 2008 Novell, Inc.
|
||||
* Copyright (C) 2007 - 2010 Red Hat, Inc.
|
||||
* Copyright (C) 2007 - 2011 Red Hat, Inc.
|
||||
*/
|
||||
|
||||
#include <dbus/dbus-glib.h>
|
||||
|
|
@ -1389,7 +1389,7 @@ nm_client_get_state (NMClient *client)
|
|||
*
|
||||
* Whether networking is enabled or disabled.
|
||||
*
|
||||
* Returns: %TRUE if networking is disabled, %FALSE if networking is enabled
|
||||
* Returns: %TRUE if networking is enabled, %FALSE if networking is disabled
|
||||
**/
|
||||
gboolean
|
||||
nm_client_networking_get_enabled (NMClient *client)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue