| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Poppler.Objects.AnnotMovie
Description
No description available in the introspection data.
Synopsis
- newtype AnnotMovie = AnnotMovie (ManagedPtr AnnotMovie)
- class GObject o => IsAnnotMovie o
- toAnnotMovie :: (MonadIO m, IsAnnotMovie o) => o -> m AnnotMovie
- noAnnotMovie :: Maybe AnnotMovie
- annotMovieGetMovie :: (HasCallStack, MonadIO m, IsAnnotMovie a) => a -> m Movie
- annotMovieGetTitle :: (HasCallStack, MonadIO m, IsAnnotMovie a) => a -> m Text
Exported types
newtype AnnotMovie Source #
Memory-managed wrapper type.
Constructors
| AnnotMovie (ManagedPtr AnnotMovie) |
Instances
| GObject AnnotMovie Source # | |
Defined in GI.Poppler.Objects.AnnotMovie Methods gobjectType :: AnnotMovie -> IO GType # | |
| IsObject AnnotMovie Source # | |
Defined in GI.Poppler.Objects.AnnotMovie | |
| IsAnnot AnnotMovie Source # | |
Defined in GI.Poppler.Objects.AnnotMovie | |
| IsAnnotMovie AnnotMovie Source # | |
Defined in GI.Poppler.Objects.AnnotMovie | |
class GObject o => IsAnnotMovie o Source #
Type class for types which can be safely cast to AnnotMovie, for instance with toAnnotMovie.
Instances
| (GObject a, (UnknownAncestorError AnnotMovie a :: Constraint)) => IsAnnotMovie a Source # | |
Defined in GI.Poppler.Objects.AnnotMovie | |
| IsAnnotMovie AnnotMovie Source # | |
Defined in GI.Poppler.Objects.AnnotMovie | |
toAnnotMovie :: (MonadIO m, IsAnnotMovie o) => o -> m AnnotMovie Source #
Cast to AnnotMovie, for types for which this is known to be safe. For general casts, use castTo.
noAnnotMovie :: Maybe AnnotMovie Source #
A convenience alias for Nothing :: Maybe AnnotMovie.
Methods
getMovie
Arguments
| :: (HasCallStack, MonadIO m, IsAnnotMovie a) | |
| => a |
|
| -> m Movie | Returns: the movie object stored in the |
Retrieves the movie object (PopplerMovie) stored in the popplerAnnot.
Since: 0.14
getTitle
Arguments
| :: (HasCallStack, MonadIO m, IsAnnotMovie a) | |
| => a |
|
| -> m Text | Returns: the title text of |
Retrieves the movie title of popplerAnnot.
Since: 0.14