Function
GtkSettingsget_default
Declaration [src]
GtkSettings*
gtk_settings_get_default (
void
)
Description [src]
Gets the GtkSettings
object for the default GDK screen, creating
it if necessary. See gtk_settings_get_for_screen().
Return value
Type: GtkSettings
A GtkSettings
object. If there is
no default screen, then returns NULL
.
The data is owned by the called function. |
The return value can be NULL . |