Skip to content

Commit

Permalink
docs: Improve docs for gtkversion.h
Browse files Browse the repository at this point in the history
  • Loading branch information
A6GibKm committed Jan 5, 2022
1 parent c30d09c commit c36a10d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gtk/gtkversion.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand All @@ -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.
*/
Expand All @@ -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.
*/
Expand All @@ -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.
*/
Expand All @@ -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.
*/
Expand Down

0 comments on commit c36a10d

Please sign in to comment.