Fix a problem in document 1.2.0.20091215
authorPeng Huang <shawn.p.huang@gmail.com>
Tue, 15 Dec 2009 09:16:39 +0000 (17:16 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Tue, 15 Dec 2009 09:16:39 +0000 (17:16 +0800)
src/ibusmessage.h

index 8f41c9d..716acc0 100644 (file)
@@ -631,9 +631,10 @@ gboolean         ibus_message_append_args       (IBusMessage        *message,
  * @first_arg_type: Type of the first argument.
  * @va_args: Rest of arguments.
  * @returns: %TRUE if succeed; %FALSE otherwise.
- * @see_also: ibus_message_append_args().
  *
  * Like ibus_message_append_args() but takes a va_list for use by language bindings.
+ *
+ * @see_also: ibus_message_append_args().
  */
 gboolean         ibus_message_append_args_valist(IBusMessage        *message,
                                                  GType               first_arg_type,