From f869a58793c4b760173e5423e60ee1982b9d893b Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Tue, 15 Dec 2009 17:16:39 +0800 Subject: [PATCH] Fix a problem in document --- src/ibusmessage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ibusmessage.h b/src/ibusmessage.h index 8f41c9d..716acc0 100644 --- a/src/ibusmessage.h +++ b/src/ibusmessage.h @@ -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, -- 2.7.4