Fix the GIR annotation of ibus_bus_get_global_engine #2.
authorfujiwarat <takao.fujiwara1@gmail.com>
Sun, 29 Jan 2012 01:32:01 +0000 (10:32 +0900)
committerfujiwarat <takao.fujiwara1@gmail.com>
Sun, 29 Jan 2012 01:32:01 +0000 (10:32 +0900)
BUG=none
TEST=Linux desktop

Review URL: https://codereview.appspot.com/5578054

src/ibusbus.h

index 5275655682a276f1706378f49d38f733e402d510..8f78f87dc50726d4ba70ecf601ec699f65d5c3b8 100644 (file)
@@ -845,7 +845,7 @@ gboolean     ibus_bus_is_global_engine_enabled_async_finish
 /**
  * ibus_bus_get_global_engine:
  * @bus: An #IBusBus.
- * @returns: (transfer floating): The description of current global engine,
+ * @returns: (transfer none): The description of current global engine,
  * or %NULL if there is no global engine.
  *
  * Get the description of current global engine synchronously.
@@ -878,7 +878,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 floating): The description of current global engine,
+ * @returns: (transfer none): 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().