mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 05:09:21 +02:00
Rename g_read_link() to g_file_read_link() to better match the remaining
* glib/gfileutils.[hc]: Rename g_read_link() to g_file_read_link() to better match the remaining file utilities in the g_file_ namespace and to better separate it from readlink(). This is hopefully no problem as the function is just 2 days old.
This commit is contained in:
@@ -78,7 +78,7 @@ gboolean g_file_get_contents (const gchar *filename,
|
||||
gchar **contents,
|
||||
gsize *length,
|
||||
GError **error);
|
||||
gchar * g_read_link (const gchar *filename,
|
||||
gchar *g_file_read_link (const gchar *filename,
|
||||
GError **error);
|
||||
|
||||
/* Wrapper / workalike for mkstemp() */
|
||||
|
Reference in New Issue
Block a user