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
)

Description

No description available.

Deprecated since: 3.16

Use g_object_set() instead.

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: glong

No 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.