| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte | 
|---|---|
| License | LGPL-2.1 | 
| Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
GI.Poppler.Structs.ActionMovie
Description
No description available in the introspection data.
Synopsis
- newtype ActionMovie = ActionMovie (ManagedPtr ActionMovie)
 - newZeroActionMovie :: MonadIO m => m ActionMovie
 - noActionMovie :: Maybe ActionMovie
 - clearActionMovieMovie :: MonadIO m => ActionMovie -> m ()
 - getActionMovieMovie :: MonadIO m => ActionMovie -> m (Maybe Movie)
 - setActionMovieMovie :: MonadIO m => ActionMovie -> Ptr Movie -> m ()
 - getActionMovieOperation :: MonadIO m => ActionMovie -> m ActionMovieOperation
 - setActionMovieOperation :: MonadIO m => ActionMovie -> ActionMovieOperation -> m ()
 - clearActionMovieTitle :: MonadIO m => ActionMovie -> m ()
 - getActionMovieTitle :: MonadIO m => ActionMovie -> m (Maybe Text)
 - setActionMovieTitle :: MonadIO m => ActionMovie -> CString -> m ()
 - getActionMovieType :: MonadIO m => ActionMovie -> m ActionType
 - setActionMovieType :: MonadIO m => ActionMovie -> ActionType -> m ()
 
Exported types
newtype ActionMovie Source #
Memory-managed wrapper type.
Constructors
| ActionMovie (ManagedPtr ActionMovie) | 
Instances
| WrappedPtr ActionMovie Source # | |
Defined in GI.Poppler.Structs.ActionMovie  | |
| tag ~ AttrSet => Constructible ActionMovie tag Source # | |
Defined in GI.Poppler.Structs.ActionMovie Methods new :: MonadIO m => (ManagedPtr ActionMovie -> ActionMovie) -> [AttrOp ActionMovie tag] -> m ActionMovie #  | |
newZeroActionMovie :: MonadIO m => m ActionMovie Source #
Construct a ActionMovie struct initialized to zero.
noActionMovie :: Maybe ActionMovie Source #
A convenience alias for Nothing :: Maybe ActionMovie.
Properties
movie
No description available in the introspection data.
clearActionMovieMovie :: MonadIO m => ActionMovie -> m () Source #
Set the value of the “movie” field to Nothing.
When overloading is enabled, this is equivalent to
clear #movie
getActionMovieMovie :: MonadIO m => ActionMovie -> m (Maybe Movie) Source #
Get the value of the “movie” field.
When overloading is enabled, this is equivalent to
get actionMovie #movie
setActionMovieMovie :: MonadIO m => ActionMovie -> Ptr Movie -> m () Source #
Set the value of the “movie” field.
When overloading is enabled, this is equivalent to
setactionMovie [ #movie:=value ]
operation
No description available in the introspection data.
getActionMovieOperation :: MonadIO m => ActionMovie -> m ActionMovieOperation Source #
Get the value of the “operation” field.
When overloading is enabled, this is equivalent to
get actionMovie #operation
setActionMovieOperation :: MonadIO m => ActionMovie -> ActionMovieOperation -> m () Source #
Set the value of the “operation” field.
When overloading is enabled, this is equivalent to
setactionMovie [ #operation:=value ]
title
No description available in the introspection data.
clearActionMovieTitle :: MonadIO m => ActionMovie -> m () Source #
Set the value of the “title” field to Nothing.
When overloading is enabled, this is equivalent to
clear #title
getActionMovieTitle :: MonadIO m => ActionMovie -> m (Maybe Text) Source #
Get the value of the “title” field.
When overloading is enabled, this is equivalent to
get actionMovie #title
setActionMovieTitle :: MonadIO m => ActionMovie -> CString -> m () Source #
Set the value of the “title” field.
When overloading is enabled, this is equivalent to
setactionMovie [ #title:=value ]
type
No description available in the introspection data.
getActionMovieType :: MonadIO m => ActionMovie -> m ActionType Source #
Get the value of the “type” field.
When overloading is enabled, this is equivalent to
get actionMovie #type
setActionMovieType :: MonadIO m => ActionMovie -> ActionType -> m () Source #
Set the value of the “type” field.
When overloading is enabled, this is equivalent to
setactionMovie [ #type:=value ]