summaryrefslogtreecommitdiff
path: root/glib/gfileutils.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2003-07-28 19:49:47 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-07-28 19:49:47 +0000
commit355eb381900a42f6dcabeb21579db9aa686906a3 (patch)
tree606fd68471a57377664d9e2741f86d1ee3fbcf2d /glib/gfileutils.h
parent76cc9a77c676f6be64b1cc98cb5e6d31c549a669 (diff)
downloadglib-355eb381900a42f6dcabeb21579db9aa686906a3.tar.gz
New function g_read_link(). (#72545)
* glib/gfileutils.h: * glib/gfileutils.c: New function g_read_link(). (#72545)
Diffstat (limited to 'glib/gfileutils.h')
-rw-r--r--glib/gfileutils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/glib/gfileutils.h b/glib/gfileutils.h
index f966e0145..76669f8cd 100644
--- a/glib/gfileutils.h
+++ b/glib/gfileutils.h
@@ -78,7 +78,8 @@ gboolean g_file_get_contents (const gchar *filename,
gchar **contents,
gsize *length,
GError **error);
-
+gchar * g_read_link (const gchar *filename,
+ GError **error);
/* Wrapper / workalike for mkstemp() */
int g_mkstemp (char *tmpl);