mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
13 lines
206 B
C
13 lines
206 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);
|
|
}
|