MCPcopy Create free account
hub / github.com/GNOME/gjs / set_interfaces

Method set_interfaces

gi/object.cpp:3457–3464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3455}
3456
3457void ObjectPrototype::set_interfaces(GType* interface_gtypes,
3458 uint32_t n_interface_gtypes) {
3459 if (interface_gtypes) {
3460 for (uint32_t n = 0; n < n_interface_gtypes; n++) {
3461 m_interface_gtypes.push_back(interface_gtypes[n]);
3462 }
3463 }
3464}
3465
3466/**
3467 * ObjectPrototype::define_class:

Callers 2

define_classMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected