Constructor
NautilusPropertiesModelnew
Declaration [src]
NautilusPropertiesModel*
nautilus_properties_model_new (
const char* title,
GListModel* model
)
Parameters
title |
const char* |
The user-visible name for the set of properties in this model. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
model |
GObject |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | NautilusPropertiesModel |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |