[nautilus-actions] NADataBoxed class is no more deprecated



commit 28e393c920234b5819a5085659c44f4d4e37e28e
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Feb 14 06:17:24 2011 +0100

    NADataBoxed class is no more deprecated

 ChangeLog                |    3 +++
 src/api/na-data-boxed.h  |    3 ---
 src/core/na-data-boxed.c |   30 ------------------------------
 3 files changed, 3 insertions(+), 33 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 09cf99d..751de7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-02-14 Pierre Wieser <pwieser trychlos org>
 
+	* src/api/na-data-boxed.h:
+	* src/core/na-data-boxed.c: NADataBoxed class is no more deprecated.
+
 	Merge NABoxed and NADataBoxed data type definitions.
 	Data type are remaned as NA_DATA_TYPE.
 
diff --git a/src/api/na-data-boxed.h b/src/api/na-data-boxed.h
index 988ddf0..a22900a 100644
--- a/src/api/na-data-boxed.h
+++ b/src/api/na-data-boxed.h
@@ -31,8 +31,6 @@
 #ifndef __NAUTILUS_ACTIONS_API_NA_DATA_BOXED_H__
 #define __NAUTILUS_ACTIONS_API_NA_DATA_BOXED_H__
 
-#ifndef NA_DISABLE_DEPRECATED
-
 /**
  * SECTION: data-boxed
  * @title: NADataBoxed
@@ -105,5 +103,4 @@ void         na_data_boxed_set_from_void  ( NADataBoxed *boxed, const void *valu
 
 G_END_DECLS
 
-#endif /* NA_DISABLE_DEPRECATED */
 #endif /* __NAUTILUS_ACTIONS_API_NA_DATA_BOXED_H__ */
diff --git a/src/core/na-data-boxed.c b/src/core/na-data-boxed.c
index 65889a7..ec91c95 100644
--- a/src/core/na-data-boxed.c
+++ b/src/core/na-data-boxed.c
@@ -407,8 +407,6 @@ get_data_boxed_fn( guint type )
  * Returns: a #GParamSpec structure.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 GParamSpec *
 na_data_boxed_get_param_spec( const NADataDef *def )
@@ -437,8 +435,6 @@ na_data_boxed_get_param_spec( const NADataDef *def )
  * Returns: a newly allocated #NADataBoxed.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 NADataBoxed *
 na_data_boxed_new( const NADataDef *def )
@@ -462,8 +458,6 @@ na_data_boxed_new( const NADataDef *def )
  * Should never be %NULL.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 NADataDef *
 na_data_boxed_get_data_def( const NADataBoxed *boxed )
@@ -490,8 +484,6 @@ na_data_boxed_get_data_def( const NADataBoxed *boxed )
  * Returns: %TRUE if the two boxeds are equal, %FALSE else.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 gboolean
 na_data_boxed_are_equal( const NADataBoxed *a, const NADataBoxed *b )
@@ -530,8 +522,6 @@ na_data_boxed_are_equal( const NADataBoxed *a, const NADataBoxed *b )
  * %FALSE else.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 gboolean
 na_data_boxed_is_default( const NADataBoxed *boxed )
@@ -564,8 +554,6 @@ na_data_boxed_is_default( const NADataBoxed *boxed )
  * Returns: %TRUE if the boxed is valid, %FALSE else.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 gboolean
 na_data_boxed_is_valid( const NADataBoxed *boxed )
@@ -598,8 +586,6 @@ na_data_boxed_is_valid( const NADataBoxed *boxed )
  * Dump the content of @boxed.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 void
 na_data_boxed_dump( const NADataBoxed *boxed )
@@ -625,8 +611,6 @@ na_data_boxed_dump( const NADataBoxed *boxed )
  * -> value is unchanged.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 void
 na_data_boxed_set_data_def( NADataBoxed *boxed, const NADataDef *new_def )
@@ -649,8 +633,6 @@ na_data_boxed_set_data_def( NADataBoxed *boxed, const NADataDef *new_def )
  * should be g_free() by the caller.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 gchar *
 na_data_boxed_get_as_string( const NADataBoxed *boxed )
@@ -687,8 +669,6 @@ na_data_boxed_get_as_string( const NADataBoxed *boxed )
  * allocated value, which should be released by the caller.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 void *
 na_data_boxed_get_as_void( const NADataBoxed *boxed )
@@ -722,8 +702,6 @@ na_data_boxed_get_as_void( const NADataBoxed *boxed )
  * Setup @value with the content of the @boxed.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 void
 na_data_boxed_get_as_value( const NADataBoxed *boxed, GValue *value )
@@ -752,8 +730,6 @@ na_data_boxed_get_as_value( const NADataBoxed *boxed, GValue *value )
  * Copy value from @value to @boxed.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 void
 na_data_boxed_set_from_boxed( NADataBoxed *boxed, const NADataBoxed *value )
@@ -787,8 +763,6 @@ na_data_boxed_set_from_boxed( NADataBoxed *boxed, const NADataBoxed *value )
  * Evaluates the @value and set it to the @boxed.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 void
 na_data_boxed_set_from_string( NADataBoxed *boxed, const gchar *value )
@@ -820,8 +794,6 @@ na_data_boxed_set_from_string( NADataBoxed *boxed, const gchar *value )
  * Evaluates the @value and set it to the @boxed.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 void
 na_data_boxed_set_from_value( NADataBoxed *boxed, const GValue *value )
@@ -853,8 +825,6 @@ na_data_boxed_set_from_value( NADataBoxed *boxed, const GValue *value )
  * Evaluates the @value and set it to the @boxed.
  *
  * Since: 2.30
- *
- * Deprecated: 3.1.0
  */
 void
 na_data_boxed_set_from_void( NADataBoxed *boxed, const void *value )



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