Foundry.JsonListLlmResource¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Foundry.JsonListLlmResource(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(name, uri, description, model)¶
- Parameters:
name (
str) –uri (
str) –description (
str) –model (
Gio.ListModel) –
- Return type:
Createa a new LlmResource that will monitor changes to model and update the contents of the resource.
It is expected that elements within this model can be serialized using Json-GLib gobject serialization.
New in version 1.1.