| 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.Objects.AnnotMovie
Description
No description available in the introspection data.
Synopsis
- newtype AnnotMovie = AnnotMovie (ManagedPtr AnnotMovie)
 - class (GObject o, IsDescendantOf AnnotMovie 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 :: IO GType #  | |
| HasParentTypes AnnotMovie Source # | |
Defined in GI.Poppler.Objects.AnnotMovie  | |
| type ParentTypes AnnotMovie Source # | |
Defined in GI.Poppler.Objects.AnnotMovie  | |
class (GObject o, IsDescendantOf AnnotMovie o) => IsAnnotMovie o Source #
Type class for types which can be safely cast to AnnotMovie, for instance with toAnnotMovie.
Instances
| (GObject o, IsDescendantOf AnnotMovie o) => IsAnnotMovie o 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