[gtk+/gi-annotations: 24/31] Update GI annotations in 'Miscellaneous'
- From: Pavel Holejsovsky <pholejs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gi-annotations: 24/31] Update GI annotations in 'Miscellaneous'
- Date: Mon, 17 Jan 2011 05:52:51 +0000 (UTC)
commit 7a53d4b90617d8d2d2176f53c07752729c680b96
Author: Pavel Holejsovsky <pholejs src gnome org>
Date: Sun Jan 16 16:05:32 2011 +0100
Update GI annotations in 'Miscellaneous'
gtk/gtkcalendar.c | 9 ++++++---
gtk/gtkimcontextsimple.c | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index c393d2f..3aa1be4 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -3878,9 +3878,12 @@ gtk_calendar_unmark_day (GtkCalendar *calendar,
/**
* gtk_calendar_get_date:
* @calendar: a #GtkCalendar
- * @year: (allow-none): location to store the year as a decimal number (e.g. 2011), or %NULL
- * @month: (allow-none): location to store the month number (between 0 and 11), or %NULL
- * @day: (allow-none): location to store the day number (between 1 and 31), or %NULL
+ * @year: (out) (allow-none): location to store the year as a decimal
+ * number (e.g. 2011), or %NULL
+ * @month: (out) (allow-none): location to store the month number
+ * (between 0 and 11), or %NULL
+ * @day: (out) (allow-none): location to store the day number (between
+ * 1 and 31), or %NULL
*
* Obtains the selected date from a #GtkCalendar.
*/
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
index 522b21e..a68886f 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
@@ -155,7 +155,7 @@ gtk_im_context_simple_finalize (GObject *obj)
G_OBJECT_CLASS (gtk_im_context_simple_parent_class)->finalize (obj);
}
-/**
+/**
* gtk_im_context_simple_new:
*
* Creates a new #GtkIMContextSimple.
@@ -1132,7 +1132,7 @@ gtk_im_context_simple_get_preedit_string (GtkIMContext *context,
}
/**
- * gtk_im_context_simple_add_table:
+ * gtk_im_context_simple_add_table: (skip)
* @context_simple: A #GtkIMContextSimple
* @data: the table
* @max_seq_len: Maximum length of a sequence in the table
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]