GNOME Bugzilla – Bug 688704
Add boxed GType for GThread
Last modified: 2012-11-20 14:54:02 UTC
Hi, would be great if a boxed GType for GThread could be added to GObject. Currently we have our own type for this in GStreamer (GstGThread) but having one for GThread directly would make the life much easier for bindings. Patch following.
Created attachment 229443 [details] [review] Add boxed GType for GThread
Review of attachment 229443 [details] [review]: One comment, otherwise fine to commit. ::: gobject/glib-types.h @@ +251,3 @@ + * The #GType for a boxed type holding a #GThread. + * + * Since: 2.32 2.36
commit 46a92a760b8fc83015ec5016cd0bc8b3ab343325 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Tue Nov 20 08:58:30 2012 +0100 Add boxed GType for GThread https://bugzilla.gnome.org/show_bug.cgi?id=688704
Sebastian, could you please point me to a use case of passing GThread pointers around inside GStreamer?