Fix all warnings from g-ir-scanner
authorJens Georg <mail@jensge.org>
Sat, 30 Apr 2011 17:57:13 +0000 (20:57 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 3 Jun 2011 23:17:54 +0000 (02:17 +0300)
libgssdp/gssdp-client.c
libgssdp/gssdp-resource-browser.c
libgssdp/gssdp-resource-group.c

index cd58c37..88f163a 100644 (file)
@@ -505,7 +505,7 @@ gssdp_client_class_init (GSSDPClientClass *klass)
 /**
  * gssdp_client_new
  * @main_context: The #GMainContext to associate with, or NULL
- * @interface: The name of the network interface, or %NULL for auto-detection.
+ * @iface: The name of the network interface, or %NULL for auto-detection.
  * @error: Location to store error, or NULL
  *
  * Return value: A new #GSSDPClient object.
@@ -543,7 +543,7 @@ gssdp_client_set_main_context (GSSDPClient  *client,
  * gssdp_client_get_main_context
  * @client: A #GSSDPClient
  *
- * Return value: The #GMainContext @client is associated with, or NULL.
+ * Returns: (transfer none): The #GMainContext @client is associated with, or NULL.
  **/
 GMainContext *
 gssdp_client_get_main_context (GSSDPClient *client)
index a93076d..fcc9e85 100644 (file)
@@ -333,7 +333,7 @@ gssdp_resource_browser_class_init (GSSDPResourceBrowserClass *klass)
          * @resource_browser: The #GSSDPResourceBrowser that received the
          * signal
          * @usn: The USN of the discovered resource
-         * @locations: A #GList of strings describing the locations of the
+         * @locations: (type GList*) (transfer none) (element-type utf8): A #GList of strings describing the locations of the
          * discovered resource.
          *
          * The ::resource-available signal is emitted whenever a new resource
@@ -416,7 +416,7 @@ gssdp_resource_browser_set_client (GSSDPResourceBrowser *resource_browser,
  * gssdp_resource_browser_get_client
  * @resource_browser: A #GSSDPResourceBrowser
  *
- * Return value: The #GSSDPClient @resource_browser is associated with.
+ * Returns: (transfer none): The #GSSDPClient @resource_browser is associated with.
  **/
 GSSDPClient *
 gssdp_resource_browser_get_client (GSSDPResourceBrowser *resource_browser)
index 71f4cd5..2d120aa 100644 (file)
@@ -402,7 +402,7 @@ gssdp_resource_group_set_client (GSSDPResourceGroup *resource_group,
  * gssdp_resource_group_get_client
  * @resource_group: A #GSSDPResourceGroup
  *
- * Return value: The #GSSDPClient @resource_group is associated with.
+ * Return: (transfer none): The #GSSDPClient @resource_group is associated with.
  **/
 GSSDPClient *
 gssdp_resource_group_get_client (GSSDPResourceGroup *resource_group)