mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
e1775ea341
Also update docs and fix indention
7 lines
127 B
C
7 lines
127 B
C
#include <gst/gst.h>
|
|
|
|
guint
|
|
gstsharp_gst_object_get_lock_offset (void)
|
|
{
|
|
return (guint) G_STRUCT_OFFSET (GstObject, lock);
|
|
}
|