mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-29 18:36:38 +02:00
new fuction g_dirname() which returns a newlly allocated string.
Tue Jul 14 09:05:18 1998 Tim Janik <timj@gtk.org> * glib.h: * gutils.c: new fuction g_dirname() which returns a newlly allocated string.
This commit is contained in:
@@ -840,6 +840,7 @@ gint g_snprintf (gchar *string,
|
||||
...) G_GNUC_PRINTF (3, 4);
|
||||
gchar* g_basename (const gchar *file_name);
|
||||
gchar* g_getcwd (void);
|
||||
gchar* g_dirname (const gchar *file_name);
|
||||
|
||||
|
||||
/* We make the assumption that if memmove isn't available, then
|
||||
|
Reference in New Issue
Block a user