+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>
* glib/gutils.h: Add a version of G_INLINE_FUNC for
+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>
* ginputstream.c:
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:
* @file: input #GFile.
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:
* @unescaped: the unescaped input string.