summaryrefslogtreecommitdiff
path: root/libmm-glib
diff options
context:
space:
mode:
authorKrzysztof Kotlenga <k.kotlenga@sims.pl>2015-09-16 15:46:12 +0200
committerAleksander Morgado <aleksander@aleksander.es>2015-09-16 22:17:02 +0200
commit15bd7e3df80f612f4cd36e6fbabc7e9806248d0d (patch)
tree7f6032f75b3aea400391df66f012b7e57a9db694 /libmm-glib
parent4db861d9e48e990e802988e426d3537ee0846956 (diff)
downloadModemManager-15bd7e3df80f612f4cd36e6fbabc7e9806248d0d.tar.gz
libmm-glib, simple: add missing introspection annotations to disconnect()
Diffstat (limited to 'libmm-glib')
-rw-r--r--libmm-glib/mm-modem-simple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-glib/mm-modem-simple.c b/libmm-glib/mm-modem-simple.c
index b96e31daa..910f06b61 100644
--- a/libmm-glib/mm-modem-simple.c
+++ b/libmm-glib/mm-modem-simple.c
@@ -294,7 +294,7 @@ mm_modem_simple_disconnect_finish (MMModemSimple *self,
/**
* mm_modem_simple_disconnect:
* @self: A #MMModemSimple.
- * @bearer: Path of the bearer to disconnect, or %NULL to disconnect all connected bearers.
+ * @bearer: (allow-none): Path of the bearer to disconnect, or %NULL to disconnect all connected bearers.
* @cancellable: (allow-none): A #GCancellable or %NULL.
* @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
* @user_data: User data to pass to @callback.
@@ -325,7 +325,7 @@ mm_modem_simple_disconnect (MMModemSimple *self,
/**
* mm_modem_simple_disconnect_sync:
* @self: A #MMModemSimple.
- * @bearer: Path of the bearer to disconnect, or %NULL to disconnect all connected bearers.
+ * @bearer: (allow-none): Path of the bearer to disconnect, or %NULL to disconnect all connected bearers.
* @cancellable: (allow-none): A #GCancellable or %NULL.
* @error: Return location for error or %NULL.
*