Method
GtkSettingsset_long_property
deprecated: 3.16
Declaration [src]
void
gtk_settings_set_long_property (
GtkSettings* settings,
const gchar* name,
glong v_long,
const gchar* origin
)
Parameters
name-
Type:
const gchar*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. v_long-
Type:
glongNo description available.
origin-
Type:
const gchar*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.