diff options
Diffstat (limited to 'libnm-glib/nm-remote-connection.c')
-rw-r--r-- | libnm-glib/nm-remote-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/nm-remote-connection.c b/libnm-glib/nm-remote-connection.c index 43f6a5b6cf..9e190d9e66 100644 --- a/libnm-glib/nm-remote-connection.c +++ b/libnm-glib/nm-remote-connection.c @@ -102,7 +102,7 @@ update_cb (DBusGProxy *proxy, GError *error, gpointer user_data) /** * nm_remote_connection_commit_changes: * @connection: the #NMRemoteConnection - * @callback: (scope async) (allow none): a function to be called when the + * @callback: (scope async) (allow-none): a function to be called when the * commit completes * @user_data: (closure): caller-specific data to be passed to @callback * |