Add boxed GType for GThread

https://bugzilla.gnome.org/show_bug.cgi?id=688704
This commit is contained in:
Sebastian Dröge
2012-11-20 08:58:30 +01:00
parent ca8062a389
commit 46a92a760b
4 changed files with 15 additions and 0 deletions

View File

@@ -161,6 +161,8 @@ G_DEFINE_BOXED_TYPE (GMainContext, g_main_context, g_main_context_ref, g_main_co
G_DEFINE_BOXED_TYPE (GSource, g_source, g_source_ref, g_source_unref)
G_DEFINE_BOXED_TYPE (GPollFD, g_pollfd, pollfd_copy, g_free)
G_DEFINE_BOXED_TYPE (GThread, g_thread, g_thread_ref, g_thread_unref)
/* This one can't use G_DEFINE_BOXED_TYPE (GStrv, g_strv, g_strdupv, g_strfreev) */
GType
g_strv_get_type (void)