libnm-glib: fix comment/doc for nm_client_networking_get_enabled()

This commit is contained in:
Jiří Klimeš
2011-02-10 15:20:56 +01:00
parent f29b709590
commit 83dc4032b7

View File

@@ -18,7 +18,7 @@
* Boston, MA 02110-1301 USA. * Boston, MA 02110-1301 USA.
* *
* Copyright (C) 2007 - 2008 Novell, Inc. * 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> #include <dbus/dbus-glib.h>
@@ -1389,7 +1389,7 @@ nm_client_get_state (NMClient *client)
* *
* Whether networking is enabled or disabled. * 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 gboolean
nm_client_networking_get_enabled (NMClient *client) nm_client_networking_get_enabled (NMClient *client)