Add Since: 2.8 to g_get_host_name().

This commit is contained in:
Tor Lillqvist 2005-06-22 09:02:41 +00:00
parent 477989f555
commit adb066fa11

View File

@ -1795,6 +1795,8 @@ g_get_tmp_dir (void)
* string is owned by GLib and should not be modified or freed. If no * string is owned by GLib and should not be modified or freed. If no
* name can be determined, a default fixed string "unknown" is * name can be determined, a default fixed string "unknown" is
* returned. * returned.
*
* Since: 2.8
*/ */
const gchar * const gchar *
g_get_host_name (void) g_get_host_name (void)