[glib] add two missing version macros



commit 6869454103471d383216dc39db09279d61aa2bba
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Dec 6 13:56:39 2012 -0500

    add two missing version macros

 gio/gsimpleactiongroup.h  |    1 +
 glib/deprecated/gthread.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gio/gsimpleactiongroup.h b/gio/gsimpleactiongroup.h
index 7de37bc..5cba046 100644
--- a/gio/gsimpleactiongroup.h
+++ b/gio/gsimpleactiongroup.h
@@ -83,6 +83,7 @@ void                    g_simple_action_group_insert                    (GSimple
 void                    g_simple_action_group_remove                    (GSimpleActionGroup *simple,
                                                                          const gchar        *action_name);
 
+GLIB_AVAILABLE_IN_2_30
 void                    g_simple_action_group_add_entries               (GSimpleActionGroup *simple,
                                                                          const GActionEntry *entries,
                                                                          gint                n_entries,
diff --git a/glib/deprecated/gthread.h b/glib/deprecated/gthread.h
index 1866540..b882804 100644
--- a/glib/deprecated/gthread.h
+++ b/glib/deprecated/gthread.h
@@ -145,6 +145,7 @@ GLIB_DEPRECATED_IN_2_32_FOR(g_mutex_init)
 void    g_static_mutex_init           (GStaticMutex *mutex);
 GLIB_DEPRECATED_IN_2_32_FOR(g_mutex_free)
 void    g_static_mutex_free           (GStaticMutex *mutex);
+GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
 GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
 
 typedef struct _GStaticRecMutex GStaticRecMutex;



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