| 31 | |
| 32 | @registerGObjectClass |
| 33 | export class ReorderableList extends Clutter.Actor { |
| 34 | static metaInfo: GObject.MetaInfo<any, any, any> = { |
| 35 | GTypeName: 'ReorderableList', |
| 36 | Signals: { |
nothing calls this directly
no outgoing calls
no test coverage detected