NemoColumn

NemoColumn

Functions

Types and Values

Description

Functions

nemo_column_new ()

NemoColumn *
nemo_column_new (const char *name,
                 const char *attribute,
                 const char *label,
                 const char *description);

Creates a new column

Parameters

name

identifier of the column

 

attribute

the file attribute to be displayed in the column

 

label

the user-visible label for the column

 

description

a user-visible description of the column

 

Returns

a newly created NemoColumn

Types and Values

NemoColumnDetails

typedef struct _NemoColumnDetails NemoColumnDetails;

struct NemoColumn

struct NemoColumn {
	GObject parent;

	NemoColumnDetails *details;
};