diff options
author | Ankit Vani <a@nevitus.org> | 2014-01-31 18:44:42 +0530 |
---|---|---|
committer | Ankit Vani <a@nevitus.org> | 2014-01-31 18:44:42 +0530 |
commit | 9b6e9a701de196e232ca7c057306f1bd2de6b40d (patch) | |
tree | c3248dc53e3c5a171962dd929663c2a013030093 /libpurple/util.h | |
parent | 717ffc003c5a0a9eed3eb3e3a9ae3edbeef91abc (diff) | |
download | pidgin-9b6e9a701de196e232ca7c057306f1bd2de6b40d.tar.gz |
Use 'transfer none' for TODO const
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 4eb7a33880..957ab2dd77 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); |