[glib/g-property: 16/22] gproperty: Update the Since tags



commit 9066c8af5ebf6390024e3f60c60dae5537b621c5
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Mon Jul 4 15:31:49 2011 +0100

    gproperty: Update the Since tags
    
    The next GLib release is 2.30, not 2.32.

 gobject/gproperty.c |  106 +++++++++++++++++++++++++-------------------------
 gobject/gproperty.h |   14 ++++---
 2 files changed, 61 insertions(+), 59 deletions(-)
---
diff --git a/gobject/gproperty.c b/gobject/gproperty.c
index cea937e..7e04082 100644
--- a/gobject/gproperty.c
+++ b/gobject/gproperty.c
@@ -951,7 +951,7 @@ property_set_default_for_type (GProperty *property,
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (Boolean, boolean, gboolean, G_TYPE_BOOLEAN, FALSE, FALSE, TRUE)
 
@@ -973,7 +973,7 @@ DEFINE_PROPERTY_INTEGER (Boolean, boolean, gboolean, G_TYPE_BOOLEAN, FALSE, FALS
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (Int, int, int, G_TYPE_INT, 0, G_MININT, G_MAXINT)
 
@@ -992,7 +992,7 @@ DEFINE_PROPERTY_INTEGER (Int, int, int, G_TYPE_INT, 0, G_MININT, G_MAXINT)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (Int8, int8, gint8, G_TYPE_INT, 0, G_MININT8, G_MAXINT8)
 
@@ -1011,7 +1011,7 @@ DEFINE_PROPERTY_INTEGER (Int8, int8, gint8, G_TYPE_INT, 0, G_MININT8, G_MAXINT8)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (Int16, int16, gint16, G_TYPE_INT, 0, G_MININT16, G_MAXINT16)
 
@@ -1030,7 +1030,7 @@ DEFINE_PROPERTY_INTEGER (Int16, int16, gint16, G_TYPE_INT, 0, G_MININT16, G_MAXI
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (Int32, int32, gint32, G_TYPE_INT, 0, G_MININT32, G_MAXINT32)
 
@@ -1049,7 +1049,7 @@ DEFINE_PROPERTY_INTEGER (Int32, int32, gint32, G_TYPE_INT, 0, G_MININT32, G_MAXI
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (Int64, int64, gint64, G_TYPE_INT64, 0, G_MININT64, G_MAXINT64)
 
@@ -1068,7 +1068,7 @@ DEFINE_PROPERTY_INTEGER (Int64, int64, gint64, G_TYPE_INT64, 0, G_MININT64, G_MA
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (Long, long, long, G_TYPE_LONG, 0, G_MINLONG, G_MAXLONG)
 
@@ -1090,7 +1090,7 @@ DEFINE_PROPERTY_INTEGER (Long, long, long, G_TYPE_LONG, 0, G_MINLONG, G_MAXLONG)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (UInt, uint, guint, G_TYPE_UINT, 0, 0, G_MAXUINT)
 
@@ -1109,7 +1109,7 @@ DEFINE_PROPERTY_INTEGER (UInt, uint, guint, G_TYPE_UINT, 0, 0, G_MAXUINT)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (UInt8, uint8, guint8, G_TYPE_UINT, 0, 0, G_MAXUINT8)
 
@@ -1128,7 +1128,7 @@ DEFINE_PROPERTY_INTEGER (UInt8, uint8, guint8, G_TYPE_UINT, 0, 0, G_MAXUINT8)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (UInt16, uint16, guint16, G_TYPE_UINT, 0, 0, G_MAXUINT16)
 
@@ -1147,7 +1147,7 @@ DEFINE_PROPERTY_INTEGER (UInt16, uint16, guint16, G_TYPE_UINT, 0, 0, G_MAXUINT16
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (UInt32, uint32, guint32, G_TYPE_UINT, 0, 0, G_MAXUINT32)
 
@@ -1166,7 +1166,7 @@ DEFINE_PROPERTY_INTEGER (UInt32, uint32, guint32, G_TYPE_UINT, 0, 0, G_MAXUINT32
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (UInt64, uint64, guint64, G_TYPE_UINT64, 0, 0, G_MAXUINT64)
 
@@ -1185,7 +1185,7 @@ DEFINE_PROPERTY_INTEGER (UInt64, uint64, guint64, G_TYPE_UINT64, 0, 0, G_MAXUINT
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 DEFINE_PROPERTY_INTEGER (ULong, ulong, gulong, G_TYPE_ULONG, 0, 0, G_MAXULONG)
 
@@ -1296,7 +1296,7 @@ _g_enum_property_get_type (void)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 GParamSpec *
 g_enum_property_new (const gchar      *name,
@@ -1551,7 +1551,7 @@ _g_flags_property_get_type (void)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 GParamSpec *
 g_flags_property_new (const gchar       *name,
@@ -1809,7 +1809,7 @@ _g_float_property_get_type (void)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 GParamSpec *
 g_float_property_new (const gchar       *name,
@@ -2087,7 +2087,7 @@ _g_double_property_get_type (void)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 GParamSpec *
 g_double_property_new (const gchar        *name,
@@ -2323,7 +2323,7 @@ _g_string_property_get_type (void)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 GParamSpec *
 g_string_property_new (const gchar        *name,
@@ -2538,7 +2538,7 @@ _g_boxed_property_get_type (void)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 GParamSpec *
 g_boxed_property_new (const gchar       *name,
@@ -2751,7 +2751,7 @@ _g_object_property_get_type (void)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 GParamSpec *
 g_object_property_new (const gchar        *name,
@@ -2974,7 +2974,7 @@ _g_pointer_property_get_type (void)
  *
  * Return value: the newly created #GProperty
  *
- * Since: 2.32
+ * Since: 2.30
  */
 GParamSpec *
 g_pointer_property_new (const gchar        *name,
@@ -3227,7 +3227,7 @@ canonicalize_name (gchar *key)
  * Return value: (transfer full): a newly allocated string with
  *   the canonical version of @name
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gchar *
 g_property_canonicalize_name (const gchar *name)
@@ -3262,7 +3262,7 @@ g_property_canonicalize_name (const gchar *name)
  * This function is a convenience wrapper around g_param_spec_set_static_nick()
  * and g_param_spec_set_static_blurb().
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_describe (GProperty  *property,
@@ -3291,7 +3291,7 @@ g_property_describe (GProperty  *property,
  * The prerequisite type must have the @property GType as a super-type,
  * and will be used to make the type checking stricter.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_set_prerequisite (GProperty *property,
@@ -3334,7 +3334,7 @@ g_property_set_prerequisite (GProperty *property,
  *
  * This function is intended for language bindings.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_set_range_values (GProperty    *property,
@@ -3464,7 +3464,7 @@ g_property_set_range_values (GProperty    *property,
  *
  * Return value: %TRUE if successful, and %FALSE otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_get_range_values (GProperty *property,
@@ -3635,7 +3635,7 @@ g_property_get_range_values (GProperty *property,
  *
  * Sets the range of valid values for @property.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_set_range (GProperty *property,
@@ -3786,7 +3786,7 @@ g_property_set_range (GProperty *property,
  *
  * Return value: %TRUE on success, and %FALSE otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_get_range (GProperty *property,
@@ -3916,7 +3916,7 @@ g_property_get_range (GProperty *property,
  * This function is a #GValue variant of g_property_set_default(), and
  * it is meant to be used by language bindings.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_set_default_value (GProperty    *property,
@@ -3964,7 +3964,7 @@ g_property_set_default_value (GProperty    *property,
  *
  * This function should only be called by language bindings.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_override_default_value (GProperty    *property,
@@ -4018,7 +4018,7 @@ g_property_override_default_value (GProperty    *property,
  * Return value: %TRUE if there is a default got the given type,
  *   and %FALSE otherwise.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_get_default_value_for_type (GProperty *property,
@@ -4103,7 +4103,7 @@ out:
  * Return value: %TRUE if a default value was found, and %FALSE
  *   otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_get_default_value (GProperty *property,
@@ -4130,7 +4130,7 @@ g_property_get_default_value (GProperty *property,
  * See also g_property_override_default() and
  * g_object_class_override_property_default().
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_set_default (GProperty *property,
@@ -4175,7 +4175,7 @@ g_property_set_default (GProperty *property,
  * Retrieves the default value of @property for the type of the
  * instance passed.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_get_default (GProperty *property,
@@ -4266,7 +4266,7 @@ lcopy:
  *
  * Overrides the default value of @property for the given class type.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_override_default (GProperty *property,
@@ -4316,7 +4316,7 @@ g_property_override_default (GProperty *property,
  *
  * Return value: %TRUE if the value was set, and %FALSE otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_set_valist (GProperty *property,
@@ -4454,7 +4454,7 @@ g_property_set_valist (GProperty *property,
  * Return value: %TRUE if the value was successfully retrieved, and
  *   %FALSE otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_get_valist (GProperty *property,
@@ -4586,7 +4586,7 @@ g_property_get_valist (GProperty *property,
  *
  * The value will either be copied or have its reference count increased.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_set (GProperty *property,
@@ -4625,7 +4625,7 @@ g_property_set (GProperty *property,
  * Return value: %TRUE if the collection was successful, and %FALSE
  *   otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_collect (GProperty *property,
@@ -4763,7 +4763,7 @@ g_property_collect (GProperty *property,
  * Return value: %TRUE if the collection was successful, and %FALSE
  *   otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_lcopy (GProperty *property,
@@ -5043,7 +5043,7 @@ g_property_lcopy (GProperty *property,
  *
  * The value will either be copied or have its reference count increased.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_get (GProperty *property,
@@ -5074,7 +5074,7 @@ g_property_get (GProperty *property,
  * by unboxing it from the #GValue, honouring eventual transformation
  * functions between the #GValue type and the property type.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_set_value (GProperty    *property,
@@ -5230,7 +5230,7 @@ g_property_set_value (GProperty    *property,
  * boxes it inside a #GValue, honouring eventual transformation
  * functions between the #GValue type and the property type.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_get_value (GProperty *property,
@@ -5393,7 +5393,7 @@ g_property_get_value (GProperty *property,
  *
  * Return value: a #GType
  *
- * Since: 2.32
+ * Since: 2.30
  */
 GType
 g_property_get_value_type (GProperty *property)
@@ -5413,7 +5413,7 @@ g_property_get_value_type (GProperty *property)
  *
  * Return value: %TRUE if the value is valid, and %FALSE otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_validate (GProperty *property,
@@ -5542,7 +5542,7 @@ g_property_validate (GProperty *property,
  *
  * Return value: %TRUE if the value is valid, and %FALSE otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_validate_value (GProperty *property,
@@ -5690,7 +5690,7 @@ g_property_validate_value (GProperty *property,
  *
  * Return value: %TRUE if the flag is set, and %FALSE otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_is_writable (GProperty *property)
@@ -5708,7 +5708,7 @@ g_property_is_writable (GProperty *property)
  *
  * Return value: %TRUE if the flag is set, and %FALSE otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_is_readable (GProperty *property)
@@ -5726,7 +5726,7 @@ g_property_is_readable (GProperty *property)
  *
  * Return value: %TRUE if the flag is set, and %FALSE otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_is_deprecated (GProperty *property)
@@ -5744,7 +5744,7 @@ g_property_is_deprecated (GProperty *property)
  *
  * Return value: %TRUE if the flag is set, and %FALSE otherwise
  *
- * Since: 2.32
+ * Since: 2.30
  */
 gboolean
 g_property_is_atomic (GProperty *property)
@@ -5763,7 +5763,7 @@ g_property_is_atomic (GProperty *property)
  *
  * Use g_property_unlock() to unlock the property when done.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_lock (GProperty *property,
@@ -5783,7 +5783,7 @@ g_property_lock (GProperty *property,
  * Unlocks a property on the given object previously locked
  * using g_property_lock().
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_unlock (GProperty *property,
@@ -5806,7 +5806,7 @@ g_property_unlock (GProperty *property,
  * Replaces the locking and unlocking functions for @property with
  * custom functions.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 void
 g_property_set_lock_functions (GProperty           *property,
diff --git a/gobject/gproperty.h b/gobject/gproperty.h
index abb0137..ebb8ae0 100644
--- a/gobject/gproperty.h
+++ b/gobject/gproperty.h
@@ -481,6 +481,8 @@ GParamSpec *    g_pointer_property_new  (const gchar         *name,
  *
  * Declares the accessor functions for a @field_name property in the
  * class @TypeName. This macro should only be used in header files.
+ *
+ * Since: 2.30
  */
 #define G_DECLARE_PROPERTY_GET_SET(T_n, t_n, f_t, f_n)  \
 _G_DECLARE_PROPERTY_SETTER (T_n, t_n, f_t, f_n);        \
@@ -497,7 +499,7 @@ _G_DECLARE_PROPERTY_GETTER (T_n, t_n, f_t, f_n);
  *
  * This macro should only be used in header files.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 #define G_DECLARE_PROPERTY_GET(T_n, t_n, f_t, f_n)      _G_DECLARE_PROPERTY_GETTER (T_n, t_n, f_t, f_n);
 
@@ -512,7 +514,7 @@ _G_DECLARE_PROPERTY_GETTER (T_n, t_n, f_t, f_n);
  *
  * This macro should only be used in header files.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 #define G_DECLARE_PROPERTY_SET(T_n, t_n, f_t, f_n)      _G_DECLARE_PROPERTY_SETTER (T_n, t_n, f_t, f_n);
 
@@ -537,7 +539,7 @@ _G_DECLARE_PROPERTY_GETTER (T_n, t_n, f_t, f_n);
  *                                  clutter_actor_queue_redraw (self))
  * ]|
  *
- * Since: 2.32
+ * Since: 2.30
  */
 
 #define G_DEFINE_PROPERTY_SET_WITH_CODE(T_n, t_n, f_t, f_n, _C_)   \
@@ -561,7 +563,7 @@ _G_DEFINE_PROPERTY_SETTER_END
  *
  * This macro should only be used in C source files.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 #define G_DEFINE_PROPERTY_GET_WITH_CODE(T_n, t_n, f_t, f_n, _C_)   \
 _G_DECLARE_PROPERTY_GETTER (T_n, t_n, f_t, f_n)                         \
@@ -583,7 +585,7 @@ _G_DEFINE_PROPERTY_GETTER_END
  *
  * See also: %G_DEFINE_PROPERTY_SET_WITH_CODE
  *
- * Since: 2.32
+ * Since: 2.30
  */
 #define G_DEFINE_PROPERTY_SET(T_n, t_n, f_t, f_n)  G_DEFINE_PROPERTY_SET_WITH_CODE (T_n, t_n, f_t, f_n, ;)
 
@@ -659,7 +661,7 @@ _G_DEFINE_PROPERTY_GETTER_END
  * %G_DEFINE_PROPERTY_GET_WITH_CODE and %G_DEFINE_PROPERTY_SET_WITH_CODE
  * variants.
  *
- * Since: 2.32
+ * Since: 2.30
  */
 #define G_DEFINE_PROPERTY_GET_SET(T_n, t_n, f_t, f_n)      \
 G_DEFINE_PROPERTY_GET (T_n, t_n, f_t, f_n)                 \



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