summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-05 13:10:58 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 14:32:31 -0500
commit71e7d2b3ca21f57425e21e75025b1bb67496a4fb (patch)
tree91c42ad62f83d57cdbfcc9f7b69d7df877342f8f /pango/pango-context.c
parente668179e333a7ebcf86afb2db968c1b72f607657 (diff)
downloadpango-71e7d2b3ca21f57425e21e75025b1bb67496a4fb.tar.gz
Fix various broken links
All these were pointed out by gi-docgen warnings.
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r--pango/pango-context.c6
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.