[nautilus-actions] NAGConfMonitor class is marked deprecated as of 3.1.0



commit 6f71b0236fa81de3049257280c3500768ae6ec07
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sun Jan 16 14:13:46 2011 +0100

    NAGConfMonitor class is marked deprecated as of 3.1.0

 ChangeLog                   |    3 +++
 src/api/na-gconf-monitor.h  |    3 +++
 src/core/na-gconf-monitor.c |    4 ++++
 3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 890430a..73d58cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,9 @@
 	* Makefile.am:
 	* configure.ac: configure in tools/.
 
+	* src/api/na-gconf-monitor.h:
+	* src/core/na-gconf-monitor.c: Is marked deprecated as of 3.1.0.
+
 	* src/utils/nautilus-actions-new.c: Output to stdout or as .desktop file.
 
 	* src/utils/na-print-schemas.c: Add a deprecation comment.
diff --git a/src/api/na-gconf-monitor.h b/src/api/na-gconf-monitor.h
index 3c3d6bb..dece9a0 100644
--- a/src/api/na-gconf-monitor.h
+++ b/src/api/na-gconf-monitor.h
@@ -40,6 +40,9 @@
  * This class manages the GConf monitoring.
  * It is used to monitor both the GConf provider and the GConf runtime
  * preferences.
+ *
+ * Starting with Nautilus-Actions 3.1.0, GConf, whether it is used as a
+ * preference storage subsystem or as an I/O provider, is deprecated.
  */
 
 #include <gconf/gconf-client.h>
diff --git a/src/core/na-gconf-monitor.c b/src/core/na-gconf-monitor.c
index be1bdf1..b15b55d 100644
--- a/src/core/na-gconf-monitor.c
+++ b/src/core/na-gconf-monitor.c
@@ -200,6 +200,8 @@ instance_finalize( GObject *object )
  * triggeering the @handler in case of modifications.
  *
  * Since: 2.30
+ *
+ * Deprecated: 3.1.0
  */
 NAGConfMonitor *
 na_gconf_monitor_new( const gchar *path, GConfClientNotifyFunc handler, gpointer user_data )
@@ -267,6 +269,8 @@ install_monitor( NAGConfMonitor *monitor )
  * Release allocated monitors.
  *
  * Since: 2.30
+ *
+ * Deprecated: 3.1.0
  */
 void
 na_gconf_monitor_release_monitors( GList *monitors )



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