summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/gmain.h')
-rw-r--r--eglib/gmain.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/eglib/gmain.h b/eglib/gmain.h
index beb9e32e..3fc99ce3 100644
--- a/eglib/gmain.h
+++ b/eglib/gmain.h
@@ -354,4 +354,8 @@ GDir *g_dir_open(const gchar *path, guint flags, GError **error);
const gchar *g_dir_read_name(GDir *dir);
void g_dir_close(GDir *dir);
+/* Various */
+
+gchar *g_build_filename(const gchar *first_element, ...);
+
#endif /* __GMAIN_H */