summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniele Forsi <dforsi@src.gnome.org>2012-04-25 18:54:21 +0200
committerDaniele Forsi <dforsi@src.gnome.org>2012-04-25 18:54:21 +0200
commitc3827ad754522c2bf06cf303786f50bc80ebe93a (patch)
tree0384e28d3896a870029e9c69f995c1b9a3be7ee2 /lib
parentcd2b42da84be3a6039d15f6e3aa1c83fd0695ae2 (diff)
downloadgnome-bluetooth-c3827ad754522c2bf06cf303786f50bc80ebe93a.tar.gz
lib: fix the annotation fix
Fixes: bluetooth-plugin-manager.c:137: Warning: GnomeBluetooth: invalid annotation option: allow-null
Diffstat (limited to 'lib')
-rw-r--r--lib/bluetooth-plugin-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bluetooth-plugin-manager.c b/lib/bluetooth-plugin-manager.c
index fb5b2f09..23b6f2ac 100644
--- a/lib/bluetooth-plugin-manager.c
+++ b/lib/bluetooth-plugin-manager.c
@@ -134,7 +134,7 @@ bluetooth_plugin_manager_cleanup (void)
* Returns a list of widgets suitable for configuring the device
* represented by @address, for the services listed in @uuids.
*
- * Return value: (element-type Gtk.Widget) (transfer none) (allow-null): a #GList of #GtkWidget, or %NULL if none.
+ * Return value: (element-type Gtk.Widget) (transfer none): a #GList of #GtkWidget, or %NULL if none.
**/
GList *
bluetooth_plugin_manager_get_widgets (const char *bdaddr,