gtype.h | gtype.h | |||
---|---|---|---|---|
skipping to change at line 45 | skipping to change at line 45 | |||
JSObject *module, | JSObject *module, | |||
const char *proto_name, | const char *proto_name, | |||
JSObject *parent); | JSObject *parent); | |||
JSObject * gjs_gtype_create_gtype_wrapper (JSContext *context, | JSObject * gjs_gtype_create_gtype_wrapper (JSContext *context, | |||
GType gtype); | GType gtype); | |||
GType gjs_gtype_get_actual_gtype (JSContext *context, | GType gjs_gtype_get_actual_gtype (JSContext *context, | |||
JSObject *object); | JSObject *object); | |||
JSBool gjs_typecheck_gtype (JSContext *context, | ||||
JSObject *obj, | ||||
JSBool throw); | ||||
G_END_DECLS | G_END_DECLS | |||
#endif /* __GJS_INTERFACE_H__ */ | #endif /* __GJS_INTERFACE_H__ */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||