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 |
Play movies.
Since: 0.14
Synopsis
- newtype ActionMovie = ActionMovie (ManagedPtr ActionMovie)
- newZeroActionMovie :: MonadIO m => m 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.
ActionMovie (ManagedPtr ActionMovie) |
Instances
Eq ActionMovie Source # | |
Defined in GI.Poppler.Structs.ActionMovie (==) :: ActionMovie -> ActionMovie -> Bool # (/=) :: ActionMovie -> ActionMovie -> Bool # | |
BoxedPtr ActionMovie Source # | |
Defined in GI.Poppler.Structs.ActionMovie boxedPtrCopy :: ActionMovie -> IO ActionMovie boxedPtrFree :: ActionMovie -> IO () | |
CallocPtr ActionMovie Source # | |
Defined in GI.Poppler.Structs.ActionMovie boxedPtrCalloc :: IO (Ptr ActionMovie) | |
ManagedPtrNewtype ActionMovie Source # | |
Defined in GI.Poppler.Structs.ActionMovie toManagedPtr :: ActionMovie -> ManagedPtr ActionMovie | |
tag ~ 'AttrSet => Constructible ActionMovie tag Source # | |
Defined in GI.Poppler.Structs.ActionMovie new :: MonadIO m => (ManagedPtr ActionMovie -> ActionMovie) -> [AttrOp ActionMovie tag] -> m ActionMovie |
newZeroActionMovie :: MonadIO m => m ActionMovie Source #
Construct a ActionMovie
struct initialized to zero.
Methods
Properties
movie
movie
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
set
actionMovie [ #movie:=
value ]
operation
operation
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
set
actionMovie [ #operation:=
value ]
title
action title
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
set
actionMovie [ #title:=
value ]
type
action type (ActionTypeMovie
)
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
set
actionMovie [ #type:=
value ]