diff options
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index a064c807..de53ceac 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -1154,7 +1154,7 @@ itemize_state_finish (ItemizeState *state) * This must be >= 0. * @base_dir: base direction to use for bidirectional processing * @attrs: the set of attributes that apply to @text. - * @cached_iter: Cached attribute iterator, or NULL + * @cached_iter: Cached attribute iterator, or %NULL * * Like pango_itemize(), but the base direction to use when * computing bidirectional levels (see pango_context_set_base_dir ()), @@ -1227,7 +1227,7 @@ itemize_with_font (PangoContext *context, * after @start_index. * This must be >= 0. * @attrs: the set of attributes that apply to @text. - * @cached_iter: Cached attribute iterator, or NULL + * @cached_iter: Cached attribute iterator, or %NULL * * Breaks a piece of text into segments with consistent * directional level and shaping engine. Each byte of @text will @@ -1349,7 +1349,7 @@ update_metrics_from_items (PangoFontMetrics *metrics, * The process of determining such metrics is slow, so it is best * to always make sure some real language tag will be used. * - * Get overall metric information for a font particular font + * Get overall metric information for a particular font * description. Since the metrics may be substantially different for * different scripts, a language tag can be provided to indicate that * the metrics should be retrieved that correspond to the script(s) |