summaryrefslogtreecommitdiff
path: root/libpurple/util.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-01-31 18:44:42 +0530
committerAnkit Vani <a@nevitus.org>2014-01-31 18:44:42 +0530
commit9b6e9a701de196e232ca7c057306f1bd2de6b40d (patch)
treec3248dc53e3c5a171962dd929663c2a013030093 /libpurple/util.h
parent717ffc003c5a0a9eed3eb3e3a9ae3edbeef91abc (diff)
downloadpidgin-9b6e9a701de196e232ca7c057306f1bd2de6b40d.tar.gz
Use 'transfer none' for TODO const
Diffstat (limited to 'libpurple/util.h')
-rw-r--r--libpurple/util.h2
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);