diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-11-29 19:31:38 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-11-29 19:59:39 +0100 |
commit | 412e7deff70b411434f43d1035ae85ff5b9b6950 (patch) | |
tree | 96a418cb3ce008b4169c679df5c923cc31a259bd /atk/atkutil.c | |
parent | 0edfe5f8e702d526e916b6ccd737441ed074e7e4 (diff) | |
download | atk-412e7deff70b411434f43d1035ae85ff5b9b6950.tar.gz |
docs: Add some missing api to atk-sections
Diffstat (limited to 'atk/atkutil.c')
-rwxr-xr-x | atk/atkutil.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/atk/atkutil.c b/atk/atkutil.c index a3baad2..7de154d 100755 --- a/atk/atkutil.c +++ b/atk/atkutil.c @@ -389,8 +389,9 @@ atk_get_toolkit_version (void) * Gets the current version for ATK. * * Returns: version string for ATK - **/ - + * + * Since: 1.20 + */ G_CONST_RETURN gchar * atk_get_version (void) { |