diff options
author | Ankit Vani <a@nevitus.org> | 2014-01-29 10:10:12 +0530 |
---|---|---|
committer | Ankit Vani <a@nevitus.org> | 2014-01-29 10:10:12 +0530 |
commit | 6ac4aa0d27374d2e455205295c4eb91025269683 (patch) | |
tree | b370b647ed37d8c1df1ff0236abf912113468a18 /libpurple/util.h | |
parent | 40d666558254fb6d95ed359144486544a59f358c (diff) | |
download | pidgin-6ac4aa0d27374d2e455205295c4eb91025269683.tar.gz |
Use 'transfer none' annotation for @constreturn lists
Diffstat (limited to 'libpurple/util.h')
-rw-r--r-- | libpurple/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/util.h b/libpurple/util.h index 2f4b233938..461e110c24 100644 --- a/libpurple/util.h +++ b/libpurple/util.h @@ -1439,7 +1439,7 @@ void purple_restore_default_signal_handlers(void); * Gets the host name of the machine. If it not possible to determine the * host name, "localhost" is returned * - * Returns: (TODO const): The hostname + * Returns: The hostname */ const gchar *purple_get_host_name(void); |