summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-01-05 12:24:41 +0100
committerMaximiliano Sandoval R <msandova@gnome.org>2022-01-05 13:24:32 +0100
commitc36a10da8347bab70be66126e7eea72eae6fe131 (patch)
tree013d435718af54db923db5aee166fc41818f5096
parentc30d09cef45174aa71cca5bad707cca34be43669 (diff)
downloadgtk+-c36a10da8347bab70be66126e7eea72eae6fe131.tar.gz
docs: Improve docs for gtkversion.h
-rw-r--r--gtk/gtkversion.h.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkversion.h.in b/gtk/gtkversion.h.in
index a8d3729d23..992863dd7a 100644
--- a/gtk/gtkversion.h.in
+++ b/gtk/gtkversion.h.in
@@ -36,7 +36,7 @@ G_BEGIN_DECLS
/**
* GTK_MAJOR_VERSION:
*
- * Like gtk_get_major_version(), but from the headers used at
+ * Like [func@get_major_version], but from the headers used at
* application compile time, rather than from the library linked
* against at application run time.
*/
@@ -45,7 +45,7 @@ G_BEGIN_DECLS
/**
* GTK_MINOR_VERSION:
*
- * Like gtk_get_minor_version(), but from the headers used at
+ * Like [func@get_minor_version], but from the headers used at
* application compile time, rather than from the library linked
* against at application run time.
*/
@@ -54,7 +54,7 @@ G_BEGIN_DECLS
/**
* GTK_MICRO_VERSION:
*
- * Like gtk_get_micro_version(), but from the headers used at
+ * Like [func@get_micro_version], but from the headers used at
* application compile time, rather than from the library linked
* against at application run time.
*/
@@ -63,7 +63,7 @@ G_BEGIN_DECLS
/**
* GTK_BINARY_AGE:
*
- * Like gtk_get_binary_age(), but from the headers used at
+ * Like [func@get_binary_age], but from the headers used at
* application compile time, rather than from the library linked
* against at application run time.
*/
@@ -72,7 +72,7 @@ G_BEGIN_DECLS
/**
* GTK_INTERFACE_AGE:
*
- * Like gtk_get_interface_age(), but from the headers used at
+ * Like [func@get_interface_age], but from the headers used at
* application compile time, rather than from the library linked
* against at application run time.
*/