mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-07 16:05:47 +00:00
14 lines
205 B
C
14 lines
205 B
C
|
#include <glib-object.h>
|
||
|
|
||
|
gint
|
||
|
gstsharp_g_closure_sizeof (void)
|
||
|
{
|
||
|
return sizeof (GClosure);
|
||
|
}
|
||
|
|
||
|
GType
|
||
|
gstsharp_g_type_from_instance (GTypeInstance *instance)
|
||
|
{
|
||
|
return G_TYPE_FROM_INSTANCE (instance);
|
||
|
}
|