/**
* 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.
* 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)
* @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
* 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)
* 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)