9 lines
124 B
C
Executable File
9 lines
124 B
C
Executable File
#include <gst/gst.h>
|
|
|
|
guint
|
|
gstsharp_gst_task_get_cond_offset (void)
|
|
{
|
|
return (guint) G_STRUCT_OFFSET (GstTask, cond);
|
|
}
|
|
|