mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Remove deprecated symbols we kept for one release.
2008-03-04 Alexander Larsson <alexl@redhat.com> * gfile.c: Remove deprecated symbols we kept for one release. 2008-03-04 Alexander Larsson <alexl@redhat.com> * glib/gurifuncs.c: Remove deprecated symbols we kept for one release. svn path=/trunk/; revision=6621
This commit is contained in:
parent
d9c036f06a
commit
cb3a49ca15
@ -1,3 +1,8 @@
|
|||||||
|
2008-03-04 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* glib/gurifuncs.c:
|
||||||
|
Remove deprecated symbols we kept for one release.
|
||||||
|
|
||||||
2008-03-03 Matthias Clasen <mclasen@redhat.com>
|
2008-03-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gutils.h: Add a version of G_INLINE_FUNC for
|
* glib/gutils.h: Add a version of G_INLINE_FUNC for
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2008-03-04 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gfile.c:
|
||||||
|
Remove deprecated symbols we kept for one release.
|
||||||
|
|
||||||
2008-03-04 Murray Cumming <murrayc@murrayc.com>
|
2008-03-04 Murray Cumming <murrayc@murrayc.com>
|
||||||
|
|
||||||
* ginputstream.c:
|
* ginputstream.c:
|
||||||
|
10
gio/gfile.c
10
gio/gfile.c
@ -669,16 +669,6 @@ g_file_get_child_for_display_name (GFile *file,
|
|||||||
return (* iface->get_child_for_display_name) (file, display_name, error);
|
return (* iface->get_child_for_display_name) (file, display_name, error);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Temporary keep this symbol for one release */
|
|
||||||
gboolean g_file_contains_file (GFile *parent, GFile *descendant);
|
|
||||||
gboolean
|
|
||||||
g_file_contains_file (GFile *parent,
|
|
||||||
GFile *descendant)
|
|
||||||
{
|
|
||||||
/* This function is not in the header and will not be referenced by newly built code */
|
|
||||||
return g_file_has_prefix (descendant, parent);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* g_file_has_prefix:
|
* g_file_has_prefix:
|
||||||
* @file: input #GFile.
|
* @file: input #GFile.
|
||||||
|
@ -204,15 +204,6 @@ g_uri_parse_scheme (const char *uri)
|
|||||||
return g_strndup (uri, p - uri - 1);
|
return g_strndup (uri, p - uri - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Temporary add a symbol to avoid crashing to many apps.
|
|
||||||
Remove after 2.15.6 release */
|
|
||||||
char * g_uri_get_scheme (const char *uri);
|
|
||||||
char *g_uri_get_scheme (const char *uri)
|
|
||||||
{
|
|
||||||
return g_uri_parse_scheme (uri);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* g_uri_escape_string:
|
* g_uri_escape_string:
|
||||||
* @unescaped: the unescaped input string.
|
* @unescaped: the unescaped input string.
|
||||||
|
Loading…
Reference in New Issue
Block a user