summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniele Forsi <dforsi@src.gnome.org>2012-04-25 17:12:58 +0200
committerDaniele Forsi <dforsi@src.gnome.org>2012-04-25 17:22:28 +0200
commitcd2b42da84be3a6039d15f6e3aa1c83fd0695ae2 (patch)
tree167c474d9d20203344d5c939027545b49a2a7d36 /lib
parentb0d022fb267902de7c3b2fd86cec4926a5544625 (diff)
downloadgnome-bluetooth-cd2b42da84be3a6039d15f6e3aa1c83fd0695ae2.tar.gz
lib: Add annotations for bluetooth_plugin_manager_get_widgets()
Fixes: bluetooth-plugin-manager.c:137: Warning: GnomeBluetooth: bluetooth_plugin_manager_get_widgets: return value: Missing (element-type) annotation
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 ae125f8f..fb5b2f09 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: a #GList of #GtkWidget, or %NULL is none.
+ * Return value: (element-type Gtk.Widget) (transfer none) (allow-null): a #GList of #GtkWidget, or %NULL if none.
**/
GList *
bluetooth_plugin_manager_get_widgets (const char *bdaddr,