| 78 | private loadPages(templateDirectory: Gio.File) { |
| 79 | @registerGObjectClass |
| 80 | class SettingListBoxRow extends Gtk.ListBoxRow { |
| 81 | static metaInfo: GObject.MetaInfo<any, any, any> = { |
| 82 | GTypeName: 'SettingListBoxRow', |
| 83 | Template: templateDirectory |
nothing calls this directly
no outgoing calls
no test coverage detected