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 67fba6a1..1db11a1c 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -398,7 +398,7 @@ pango_context_get_font_description (PangoContext *context) * Sets the global language tag for the context. * * The default language for the locale of the running process - * can be found using [func@language_get_default]. + * can be found using [type_func@Pango.Language.get_default]. */ void pango_context_set_language (PangoContext *context, @@ -529,7 +529,7 @@ pango_context_get_base_gravity (PangoContext *context) * * This is similar to [method@Pango.Context.get_base_gravity], * except for when the base gravity is %PANGO_GRAVITY_AUTO for - * which [func@gravity_get_for_matrix] is used to return the + * which [type_func@Pango.Gravity.get_for_matrix] is used to return the * gravity from the current context matrix. * * Return value: the resolved gravity for the context. @@ -1746,7 +1746,7 @@ update_metrics_from_items (PangoFontMetrics *metrics, * @language: (allow-none): language tag used to determine which script to get * the metrics for. %NULL means that the language tag from the context * will be used. If no language tag is set on the context, metrics - * for the default language (as determined by [func@language_get_default] + * for the default language (as determined by [type_func@Pango.Language.get_default] * will be returned. * * Get overall metric information for a particular font description. |