mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 08:23:38 +02:00
Remove deprecated g_file_contains_file.
2008-02-25 Alexander Larsson <alexl@redhat.com> * gfile.[ch]: Remove deprecated g_file_contains_file. svn path=/trunk/; revision=6585
This commit is contained in:
committed by
Alexander Larsson
parent
ea678ee94c
commit
5d1de3eed1
@@ -580,9 +580,6 @@ GFile * g_file_get_child (GFile
|
||||
GFile * g_file_get_child_for_display_name (GFile *file,
|
||||
const char *display_name,
|
||||
GError **error);
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
#define g_file_contains_file(_parent, _child) g_file_has_prefix (_child, _parent)
|
||||
#endif
|
||||
gboolean g_file_has_prefix (GFile *file,
|
||||
GFile *prefix);
|
||||
char * g_file_get_relative_path (GFile *parent,
|
||||
|
Reference in New Issue
Block a user