From: Tor Lillqvist Date: Wed, 22 Jun 2005 09:02:41 +0000 (+0000) Subject: Add Since: 2.8 to g_get_host_name(). X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=adb066fa110346c26c5f5392b6489c6285f1cbc1;p=dana%2Fcg-glib.git Add Since: 2.8 to g_get_host_name(). --- diff --git a/glib/gutils.c b/glib/gutils.c index 19274d23..0d3d286c 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -1795,6 +1795,8 @@ g_get_tmp_dir (void) * string is owned by GLib and should not be modified or freed. If no * name can be determined, a default fixed string "unknown" is * returned. + * + * Since: 2.8 */ const gchar * g_get_host_name (void)