glib r6621 - in trunk: . gio glib



Author: alexl
Date: Tue Mar  4 14:51:34 2008
New Revision: 6621
URL: http://svn.gnome.org/viewvc/glib?rev=6621&view=rev

Log:
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.
	


Modified:
   trunk/ChangeLog
   trunk/gio/ChangeLog
   trunk/gio/gfile.c
   trunk/glib/gurifuncs.c

Modified: trunk/gio/gfile.c
==============================================================================
--- trunk/gio/gfile.c	(original)
+++ trunk/gio/gfile.c	Tue Mar  4 14:51:34 2008
@@ -669,16 +669,6 @@
   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.

Modified: trunk/glib/gurifuncs.c
==============================================================================
--- trunk/glib/gurifuncs.c	(original)
+++ trunk/glib/gurifuncs.c	Tue Mar  4 14:51:34 2008
@@ -204,15 +204,6 @@
   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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]