| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.Gtk.Structs.MountOperationHandlerIface_
Description
Virtual table for the D-Bus interface <link linkend="gdbus-interface-org-Gtk-MountOperationHandler.top_of_page">org.Gtk.MountOperationHandler</link>.
Synopsis
- newtype MountOperationHandlerIface_ = MountOperationHandlerIface_ (ManagedPtr MountOperationHandlerIface_)
- newZeroMountOperationHandlerIface_ :: MonadIO m => m MountOperationHandlerIface_
- getMountOperationHandlerIface_ParentIface :: MonadIO m => MountOperationHandlerIface_ -> m TypeInterface
Exported types
newtype MountOperationHandlerIface_ Source #
Memory-managed wrapper type.
Constructors
| MountOperationHandlerIface_ (ManagedPtr MountOperationHandlerIface_) |
Instances
| Eq MountOperationHandlerIface_ Source # | |
Defined in GI.Gtk.Structs.MountOperationHandlerIface_ Methods (==) :: MountOperationHandlerIface_ -> MountOperationHandlerIface_ -> Bool # (/=) :: MountOperationHandlerIface_ -> MountOperationHandlerIface_ -> Bool # | |
| BoxedPtr MountOperationHandlerIface_ Source # | |
Defined in GI.Gtk.Structs.MountOperationHandlerIface_ | |
| CallocPtr MountOperationHandlerIface_ Source # | |
Defined in GI.Gtk.Structs.MountOperationHandlerIface_ Methods | |
| ManagedPtrNewtype MountOperationHandlerIface_ Source # | |
Defined in GI.Gtk.Structs.MountOperationHandlerIface_ Methods toManagedPtr :: MountOperationHandlerIface_ -> ManagedPtr MountOperationHandlerIface_ | |
| tag ~ 'AttrSet => Constructible MountOperationHandlerIface_ tag Source # | |
Defined in GI.Gtk.Structs.MountOperationHandlerIface_ Methods new :: MonadIO m => (ManagedPtr MountOperationHandlerIface_ -> MountOperationHandlerIface_) -> [AttrOp MountOperationHandlerIface_ tag] -> m MountOperationHandlerIface_ | |
newZeroMountOperationHandlerIface_ :: MonadIO m => m MountOperationHandlerIface_ Source #
Construct a MountOperationHandlerIface_ struct initialized to zero.
Methods
Properties
parentIface
The parent interface.
getMountOperationHandlerIface_ParentIface :: MonadIO m => MountOperationHandlerIface_ -> m TypeInterface Source #
Get the value of the “parent_iface” field.
When overloading is enabled, this is equivalent to
get mountOperationHandlerIface_ #parentIface