From a50bb17ed6ef523ed132a822d60a4758d9670341 Mon Sep 17 00:00:00 2001
From: George Kiagiadakis <george.kiagiadakis@collabora.com>
Date: Thu, 11 Apr 2019 09:53:47 +0300
Subject: [PATCH] object: error is allocated by the callee (and inferred)

---
 lib/wp/object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/wp/object.c b/lib/wp/object.c
index 9d76bd72..3bbb7d3a 100644
--- a/lib/wp/object.c
+++ b/lib/wp/object.c
@@ -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
  */
-- 
GitLab