10 lines
188 B
JSON
10 lines
188 B
JSON
|
{
|
||
|
"id" : "test-model",
|
||
|
"type" : "ClutterListModel",
|
||
|
"columns" : [
|
||
|
[ "text-column", "gchararray" ],
|
||
|
[ "int-column", "gint" ],
|
||
|
[ "actor-column", "ClutterRectangle" ]
|
||
|
]
|
||
|
}
|