| 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.Gio.Interfaces.DBusInterface
Description
- newtype DBusInterface = DBusInterface (ForeignPtr DBusInterface)
- noDBusInterface :: Maybe DBusInterface
- class GObject o => IsDBusInterface o
- toDBusInterface :: IsDBusInterface o => o -> IO DBusInterface
- data DBusInterfaceGetInfoMethodInfo
- dBusInterfaceGetInfo :: (MonadIO m, IsDBusInterface a) => a -> m DBusInterfaceInfo
- data DBusInterfaceGetObjectMethodInfo
- dBusInterfaceGetObject :: (MonadIO m, IsDBusInterface a) => a -> m DBusObject
- data DBusInterfaceSetObjectMethodInfo
- dBusInterfaceSetObject :: (MonadIO m, IsDBusInterface a, IsDBusObject b) => a -> Maybe b -> m ()
Exported types
newtype DBusInterface Source #
Constructors
| DBusInterface (ForeignPtr DBusInterface) |
Instances
| GObject DBusInterface Source # | |
| IsObject DBusInterface Source # | |
| IsDBusInterface DBusInterface Source # | |
| ((~) * info (ResolveDBusInterfaceMethod t DBusInterface), MethodInfo * info DBusInterface p) => IsLabel t (DBusInterface -> p) Source # | |
| ((~) * info (ResolveDBusInterfaceMethod t DBusInterface), MethodInfo * info DBusInterface p) => IsLabelProxy t (DBusInterface -> p) Source # | |
| HasAttributeList * DBusInterface Source # | |
| type SignalList DBusInterface Source # | |
| type AttributeList DBusInterface Source # | |
class GObject o => IsDBusInterface o Source #
Instances
| (GObject a, UnknownAncestorError Constraint DBusInterface a) => IsDBusInterface a Source # | |
| IsDBusInterface DBusProxy Source # | |
| IsDBusInterface DBusInterfaceSkeleton Source # | |
| IsDBusInterface DBusInterface Source # | |
toDBusInterface :: IsDBusInterface o => o -> IO DBusInterface Source #
Methods
dBusInterfaceGetInfo
data DBusInterfaceGetInfoMethodInfo Source #
Instances
| ((~) * signature (m DBusInterfaceInfo), MonadIO m, IsDBusInterface a) => MethodInfo * DBusInterfaceGetInfoMethodInfo a signature Source # | |
dBusInterfaceGetInfo :: (MonadIO m, IsDBusInterface a) => a -> m DBusInterfaceInfo Source #
dBusInterfaceGetObject
data DBusInterfaceGetObjectMethodInfo Source #
Instances
| ((~) * signature (m DBusObject), MonadIO m, IsDBusInterface a) => MethodInfo * DBusInterfaceGetObjectMethodInfo a signature Source # | |
dBusInterfaceGetObject :: (MonadIO m, IsDBusInterface a) => a -> m DBusObject Source #
dBusInterfaceSetObject
data DBusInterfaceSetObjectMethodInfo Source #
Instances
| ((~) * signature (Maybe b -> m ()), MonadIO m, IsDBusInterface a, IsDBusObject b) => MethodInfo * DBusInterfaceSetObjectMethodInfo a signature Source # | |
dBusInterfaceSetObject :: (MonadIO m, IsDBusInterface a, IsDBusObject b) => a -> Maybe b -> m () Source #