summaryrefslogtreecommitdiff
path: root/gdk/gdkpango.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 06:37:11 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-20 13:57:21 +0100
commit374e76a19dac87676995356f6daacb10f4bb6e36 (patch)
treea91c71d7d3766541344472d2d61eccf7bfa31804 /gdk/gdkpango.c
parent2fb1c064020c5db189285b1d5e8b8dcea8e9d09b (diff)
downloadgtk+-374e76a19dac87676995356f6daacb10f4bb6e36.tar.gz
[GI] Mark unintrospectable constructs as (skip)
Also adds 'Rename to:' annotation to some constructs replacing the skipped ones.
Diffstat (limited to 'gdk/gdkpango.c')
-rw-r--r--gdk/gdkpango.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c
index 907b51798b..da35208827 100644
--- a/gdk/gdkpango.c
+++ b/gdk/gdkpango.c
@@ -190,11 +190,13 @@ layout_iter_get_line_clip_region (PangoLayoutIter *iter,
}
/**
- * gdk_pango_layout_line_get_clip_region:
+ * gdk_pango_layout_line_get_clip_region: (skip)
* @line: a #PangoLayoutLine
* @x_origin: X pixel where you intend to draw the layout line with this clip
* @y_origin: baseline pixel where you intend to draw the layout line with this clip
- * @index_ranges: array of byte indexes into the layout, where even members of array are start indexes and odd elements are end indexes
+ * @index_ranges: (array): array of byte indexes into the layout,
+ * where even members of array are start indexes and odd elements
+ * are end indexes
* @n_ranges: number of ranges in @index_ranges, i.e. half the size of @index_ranges
*
* Obtains a clip region which contains the areas where the given
@@ -239,7 +241,7 @@ gdk_pango_layout_line_get_clip_region (PangoLayoutLine *line,
}
/**
- * gdk_pango_layout_get_clip_region:
+ * gdk_pango_layout_get_clip_region: (skip)
* @layout: a #PangoLayout
* @x_origin: X pixel where you intend to draw the layout with this clip
* @y_origin: Y pixel where you intend to draw the layout with this clip