evolution-data-server r9753 - in branches/gnome-2-24: . libedataserver



Author: msuman
Date: Wed Nov 12 05:06:40 2008
New Revision: 9753
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9753&view=rev

Log:
Enclose deprecated APIs in e-source.c within EDS_DISABLE_DEPRECATED macros.

Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/libedataserver/e-source.c

Modified: branches/gnome-2-24/libedataserver/e-source.c
==============================================================================
--- branches/gnome-2-24/libedataserver/e-source.c	(original)
+++ branches/gnome-2-24/libedataserver/e-source.c	Wed Nov 12 05:06:40 2008
@@ -537,6 +537,7 @@
 
 }
 
+#ifndef EDS_DISABLE_DEPRECATED
 void
 e_source_set_color (ESource *source,
 		    guint32 color)
@@ -556,6 +557,7 @@
 
 	e_source_set_color_spec (source, NULL);
 }
+#endif
 
 /**
  * e_source_set_color_spec:
@@ -646,6 +648,7 @@
 }
 
 
+#ifndef EDS_DISABLE_DEPRECATED
 /**
  * e_source_get_color:
  * @source: An ESource
@@ -679,6 +682,7 @@
 
 	return TRUE;
 }
+#endif
 
 char *
 e_source_get_uri (ESource *source)
@@ -791,7 +795,7 @@
 }
 
 /**
- * e_source_compare:
+ * e_source_equal:
  * @a: An ESource
  * @b: Another ESource
  *



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