summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-02-14 19:00:12 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:30 +0000
commit542b9599339781232a5e40b0e12bd82cb4b43fb6 (patch)
treebf86f106a5bcf9a2426dc077f585bf6b54a6bcd2 /gtk/gtkmain.c
parentb2a99642a9364bcbe3394eda5630a0ea48b00f71 (diff)
downloadgtk+-542b9599339781232a5e40b0e12bd82cb4b43fb6.tar.gz
docs: Use new link syntax
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 4ad1802b70..6b5a97b225 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -311,10 +311,10 @@ static gboolean do_setlocale = TRUE;
/**
* gtk_disable_setlocale:
*
- * Prevents gtk_init(), gtk_init_check() and
- * gtk_parse_args() from automatically
- * calling `setlocale (LC_ALL, "")`. You would
- * want to use this function if you wanted to set the locale for
+ * Prevents [id@gtk_init] and [id@gtk_init_check] from automatically calling
+ * `setlocale (LC_ALL, "")`.
+ *
+ * You would want to use this function if you wanted to set the locale for
* your program to something other than the user’s locale, or if
* you wanted to set different values for different locale categories.
*