[glib] [docs] Fix G_DEFINE_INTERFACE "Since" tag



commit dba6cef3c9c29314c20a122647c23b12329025dc
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Dec 21 23:04:43 2009 +0100

    [docs] Fix G_DEFINE_INTERFACE "Since" tag
    
    This symbol is available since Glib 2.24, not 2.20.

 gobject/gtype.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gobject/gtype.h b/gobject/gtype.h
index 429a2b7..3c7f6e5 100644
--- a/gobject/gtype.h
+++ b/gobject/gtype.h
@@ -1359,7 +1359,7 @@ gpointer g_type_instance_get_private    (GTypeInstance              *instance,
  * name <literal>t_n ## _default_init</literal>, and the interface
  * structure to have the name <literal>TN ## Interface</literal>.
  *
- * Since: 2.20
+ * Since: 2.24
  */
 #define G_DEFINE_INTERFACE(TN, t_n, T_P)		    G_DEFINE_INTERFACE_WITH_CODE(TN, t_n, T_P, ;)
 
@@ -1378,7 +1378,7 @@ gpointer g_type_instance_get_private    (GTypeInstance              *instance,
  * G_DEFINE_TYPE_EXTENDED() for a similar example using
  * G_DEFINE_TYPE_WITH_CODE().
  *
- * Since: 2.20
+ * Since: 2.24
  */
 #define G_DEFINE_INTERFACE_WITH_CODE(TN, t_n, T_P, _C_)     _G_DEFINE_INTERFACE_EXTENDED_BEGIN(TN, t_n, T_P) {_C_;} _G_DEFINE_INTERFACE_EXTENDED_END()
 



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