BuilderListItemFactory.from_bytes
Description:
[ CCode ( has_construct_function = false , type = "GtkListItemFactory*" ) ]
public BuilderListItemFactory.from_bytes (BuilderScope? scope, Bytes bytes)
public BuilderListItemFactory.from_bytes (BuilderScope? scope, Bytes bytes)
Creates a new `GtkBuilderListItemFactory` that instantiates widgets using bytes as the data to pass to `GtkBuilder`.
Parameters:
| scope |
A scope to use when instantiating |
| bytes |
the `GBytes` containing the UI definition to instantiate |
Returns:
|
a new `GtkBuilderListItemFactory` |