summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-active-connection.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-07-07 14:09:04 -0400
committerDan Winship <danw@gnome.org>2014-07-15 09:44:54 -0400
commit4223fa47e477ba89d4e4c223f8bedd55dec0a6f6 (patch)
tree49b5a032540b81467196f2773ad584694c55e331 /libnm-glib/nm-active-connection.c
parent7eb0288aa0c62f9feb2f2ad456ebde083f7284aa (diff)
downloadNetworkManager-4223fa47e477ba89d4e4c223f8bedd55dec0a6f6.tar.gz
libnm-util, libnm-glib: tweak (element-type) annotations in docs
g-i allows you to specify types in annotations using either their fully-qualified introspected names (eg, "NMClient.Device") or their plain C names ("NMDevice"). Switch from the former to the latter (so that they'll still be correct when migrated to libnm later).
Diffstat (limited to 'libnm-glib/nm-active-connection.c')
-rw-r--r--libnm-glib/nm-active-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/nm-active-connection.c b/libnm-glib/nm-active-connection.c
index 6ffe54f696..5e7315639b 100644
--- a/libnm-glib/nm-active-connection.c
+++ b/libnm-glib/nm-active-connection.c
@@ -308,7 +308,7 @@ nm_active_connection_get_specific_object (NMActiveConnection *connection)
*
* Gets the #NMDevices used for the active connections.
*
- * Returns: (element-type NMClient.Device): the #GPtrArray containing #NMDevices.
+ * Returns: (element-type NMDevice): the #GPtrArray containing #NMDevices.
* This is the internal copy used by the connection, and must not be modified.
**/
const GPtrArray *