gstreamer/gstreamer-sharp/glue/object.c
Sebastian Dröge e1775ea341 Finish/fix the Gst.Object bindings
Also update docs and fix indention
2009-04-23 21:12:31 +02:00

7 lines
127 B
C

#include <gst/gst.h>
guint
gstsharp_gst_object_get_lock_offset (void)
{
return (guint) G_STRUCT_OFFSET (GstObject, lock);
}