NemoColumn
NemoColumn * nemo_column_new (const char *name, const char *attribute, const char *label, const char *description);
const char *name
const char *attribute
const char *label
const char *description
Creates a new column
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
a newly created NemoColumn
typedef struct _NemoColumnDetails NemoColumnDetails;
struct NemoColumn { GObject parent; NemoColumnDetails *details; };