gi-webkit2webextension-4.0.26: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Structs.ContextMenuItem_

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ContextMenuItem_ Source #

Memory-managed wrapper type.

Constructors

ContextMenuItem_ (ManagedPtr ContextMenuItem_) 

newZeroContextMenuItem_ :: MonadIO m => m ContextMenuItem_ Source #

Construct a ContextMenuItem_ struct initialized to zero.

Methods

Properties

parent

No description available in the introspection data.

clearContextMenuItem_Parent :: MonadIO m => ContextMenuItem_ -> m () Source #

Set the value of the “parent” field to Nothing. When overloading is enabled, this is equivalent to

clear #parent

getContextMenuItem_Parent :: MonadIO m => ContextMenuItem_ -> m (Maybe InitiallyUnowned) Source #

Get the value of the “parent” field. When overloading is enabled, this is equivalent to

get contextMenuItem_ #parent

setContextMenuItem_Parent :: MonadIO m => ContextMenuItem_ -> Ptr InitiallyUnowned -> m () Source #

Set the value of the “parent” field. When overloading is enabled, this is equivalent to

set contextMenuItem_ [ #parent := value ]