object: error is allocated by the callee (and inferred)

This commit is contained in:
George Kiagiadakis
2019-04-11 09:53:47 +03:00
parent bd7c6e18f5
commit a50bb17ed6

View File

@@ -133,7 +133,7 @@ wp_object_list_interfaces (WpObject * self, guint * n_interfaces)
* wp_object_attach_interface_impl: (method)
* @self: the object
* @impl: (transfer none): the interface implementation
* @error: (out caller-allocates): a GError to return on failure
* @error: (out): a GError to return on failure
*
* Returns: TRUE one success, FALSE on error
*/