Method
RBShellPreferencesappend_page
Declaration [src]
void
rb_shell_preferences_append_page (
RBShellPreferences* prefs,
const char* name,
GtkWidget* widget
)
Parameters
name-
Type:
const char*Name of the page to append.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. widget-
Type:
GtkWidgetThe
GtkWidgetto use as the contents of the page.The data is owned by the caller of the method.