Constructor

NautilusPropertiesItemnew

Declaration [src]

NautilusPropertiesItem*
nautilus_properties_item_new (
  const char* name,
  const char* value
)

Description

No description available.

Parameters

name const char*
 

The user-visible name for the properties item.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
value const char*
 

The user-visible value for the properties item.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: NautilusPropertiesItem
 

A new NautilusPropertiesItem.

 The caller of the function takes ownership of the data, and is responsible for freeing it.