NemoPropertyPage
NemoPropertyPage * nemo_property_page_new (const char *name, GtkWidget *label, GtkWidget *page);
const char *name
GtkWidget *label
GtkWidget *page
Creates a new NemoPropertyPage from page_widget.
name
the identifier for the property page
label
the user-visible label of the property page
page
the property page to display
a newly created NemoPropertyPage
typedef struct _NemoPropertyPageDetails NemoPropertyPageDetails;
struct NemoPropertyPage { GObject parent; NemoPropertyPageDetails *details; };