| 3455 | } |
| 3456 | |
| 3457 | void 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: |
no outgoing calls
no test coverage detected