diff options
Diffstat (limited to 'gdk/gdkpango.c')
-rw-r--r-- | gdk/gdkpango.c | 8 |
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 |