diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2011-03-16 15:25:37 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-03-16 15:25:37 -0500 |
commit | 4480365db704d033f28ec5fbd03507d34bf292d1 (patch) | |
tree | 17f0b70ecd73d3a704aafd5f6b48d97f8b88ae31 /libnm-glib | |
parent | 2a33ba86832ef10bab76f7092387ec1c11444692 (diff) | |
download | NetworkManager-4480365db704d033f28ec5fbd03507d34bf292d1.tar.gz |
libnm-glib: introspection annotation fixes (bgo #643011)
Diffstat (limited to 'libnm-glib')
-rw-r--r-- | libnm-glib/nm-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/nm-client.c b/libnm-glib/nm-client.c index 24c2769322..e7eb16541b 100644 --- a/libnm-glib/nm-client.c +++ b/libnm-glib/nm-client.c @@ -652,7 +652,7 @@ activate_cb (DBusGProxy *proxy, * nm_client_activate_connection: * @client: a #NMClient * @connection: an #NMConnection - * @device: the #NMDevice + * @device: (allow-none): the #NMDevice * @specific_object: (allow-none): the device specific object (currently * used only for activating WiFi devices - should be the #NMAccessPoint<!-- -->'s * path or WiMAX devices - use #NMWimaxNsp<!-- -->'s path). |