SimplePermission.this

Creates a new GPermission instance that represents an action that is either always or never allowed. Since 2.26

  1. this(GSimplePermission* gSimplePermission)
  2. this(int allowed)
    class SimplePermission
    this
    ()

Parameters

allowed int

TRUE if the action is allowed

Throws

ConstructionException GTK+ fails to create the object.

Meta