summaryrefslogtreecommitdiff
path: root/src/ibusbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ibusbus.h')
-rw-r--r--src/ibusbus.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ibusbus.h b/src/ibusbus.h
index fc37b258..bb74c671 100644
--- a/src/ibusbus.h
+++ b/src/ibusbus.h
@@ -638,7 +638,7 @@ gboolean ibus_bus_register_component_async_finish
/**
* ibus_bus_list_engines:
* @bus: An #IBusBus.
- * @returns: (transfer container) (element-type IBusEngineDesc): A List of engines.
+ * @returns: (transfer full) (element-type IBusEngineDesc): A List of engines.
*
* List engines synchronously.
*/
@@ -669,7 +669,7 @@ void ibus_bus_list_engines_async
* @res: A #GAsyncResult obtained from the #GAsyncReadyCallback passed to
* ibus_bus_list_engines_async().
* @error: Return location for error or %NULL.
- * @returns: (transfer container) (element-type IBusEngineDesc): A List of engines.
+ * @returns: (transfer full) (element-type IBusEngineDesc): A List of engines.
*
* Finishes an operation started with ibus_bus_list_engines_async().
*/
@@ -682,7 +682,7 @@ GList *ibus_bus_list_engines_async_finish
/**
* ibus_bus_list_active_engines:
* @bus: An #IBusBus.
- * @returns: (transfer container) (element-type IBusEngineDesc): A List of active engines.
+ * @returns: (transfer full) (element-type IBusEngineDesc): A List of active engines.
*
* List active engines synchronously.
*
@@ -722,7 +722,7 @@ void ibus_bus_list_active_engines_async
* @res: A #GAsyncResult obtained from the #GAsyncReadyCallback passed to
* ibus_bus_list_active_engines_async().
* @error: Return location for error or %NULL.
- * @returns: (transfer container) (element-type IBusEngineDesc): A List of active engines.
+ * @returns: (transfer full) (element-type IBusEngineDesc): A List of active engines.
*
* Finishes an operation started with ibus_bus_list_active_engines_async().
*
@@ -929,7 +929,7 @@ gboolean ibus_bus_is_global_engine_enabled_async_finish
/**
* ibus_bus_get_global_engine:
* @bus: An #IBusBus.
- * @returns: (transfer none): The description of current global engine,
+ * @returns: (transfer full): The description of current global engine,
* or %NULL if there is no global engine.
*
* Get the description of current global engine synchronously.
@@ -962,7 +962,7 @@ void ibus_bus_get_global_engine_async
* @res: A #GAsyncResult obtained from the #GAsyncReadyCallback passed to
* ibus_bus_get_global_engine_async_finish().
* @error: Return location for error or %NULL.
- * @returns: (transfer none): The description of current global engine,
+ * @returns: (transfer full): The description of current global engine,
* or %NULL if there is no global engine.
*
* Finishes an operation started with ibus_bus_get_global_engine_async_finish().