Method

GtkLockButtonset_permission

since: 3.2

Declaration [src]

void
gtk_lock_button_set_permission (
  GtkLockButton* button,
  GPermission* permission
)

Description [src]

Sets the GPermission object that controls button.

Available since: 3.2

Parameters

permission

Type: GPermission

A GPermission object, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.