| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.NM.Structs.TCTfilter
Description
No description available in the introspection data.
Synopsis
- newtype TCTfilter = TCTfilter (ManagedPtr TCTfilter)
- tCTfilterDup :: (HasCallStack, MonadIO m) => TCTfilter -> m TCTfilter
- tCTfilterEqual :: (HasCallStack, MonadIO m) => TCTfilter -> TCTfilter -> m Bool
- tCTfilterGetAction :: (HasCallStack, MonadIO m) => TCTfilter -> m TCAction
- tCTfilterGetHandle :: (HasCallStack, MonadIO m) => TCTfilter -> m Word32
- tCTfilterGetKind :: (HasCallStack, MonadIO m) => TCTfilter -> m Text
- tCTfilterGetParent :: (HasCallStack, MonadIO m) => TCTfilter -> m Word32
- tCTfilterNew :: (HasCallStack, MonadIO m) => Text -> Word32 -> m TCTfilter
- tCTfilterRef :: (HasCallStack, MonadIO m) => TCTfilter -> m ()
- tCTfilterSetAction :: (HasCallStack, MonadIO m) => TCTfilter -> TCAction -> m ()
- tCTfilterSetHandle :: (HasCallStack, MonadIO m) => TCTfilter -> Word32 -> m ()
- tCTfilterUnref :: (HasCallStack, MonadIO m) => TCTfilter -> m ()
Exported types
Memory-managed wrapper type.
Constructors
| TCTfilter (ManagedPtr TCTfilter) |
Instances
| Eq TCTfilter Source # | |
| GBoxed TCTfilter Source # | |
Defined in GI.NM.Structs.TCTfilter | |
| ManagedPtrNewtype TCTfilter Source # | |
Defined in GI.NM.Structs.TCTfilter Methods | |
| TypedObject TCTfilter Source # | |
Defined in GI.NM.Structs.TCTfilter | |
| HasParentTypes TCTfilter Source # | |
Defined in GI.NM.Structs.TCTfilter | |
| IsGValue (Maybe TCTfilter) Source # | Convert |
Defined in GI.NM.Structs.TCTfilter | |
| type ParentTypes TCTfilter Source # | |
Defined in GI.NM.Structs.TCTfilter | |
Methods
Click to display all available methods, including inherited ones
dup
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TCTfilter |
|
| -> m TCTfilter | Returns: a copy of |
Creates a copy of tfilter
Since: 1.12
equal
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TCTfilter |
|
| -> TCTfilter |
|
| -> m Bool | Returns: |
Determines if two TCTfilter objects contain the same kind, family,
handle, parent and info.
Since: 1.12
getAction
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TCTfilter |
|
| -> m TCAction | Returns: the action associated with a traffic filter. |
No description available in the introspection data.
Since: 1.42
getHandle
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TCTfilter |
|
| -> m Word32 | Returns: the queueing discipline handle |
No description available in the introspection data.
Since: 1.12
getKind
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TCTfilter |
|
| -> m Text |
No description available in the introspection data.
Since: 1.12
getParent
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TCTfilter |
|
| -> m Word32 | Returns: the parent class |
No description available in the introspection data.
Since: 1.12
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => Text |
|
| -> Word32 |
|
| -> m TCTfilter | Returns: the new |
Creates a new TCTfilter object.
Since: 1.12
ref
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TCTfilter |
|
| -> m () |
Increases the reference count of the object.
Since: 1.12
setAction
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TCTfilter |
|
| -> TCAction |
|
| -> m () |
Sets the action associated with a traffic filter.
Since: 1.42
setHandle
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TCTfilter |
|
| -> Word32 |
|
| -> m () |
Sets the queueing discipline handle.
Since: 1.12
unref
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TCTfilter |
|
| -> m () |
Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.
Since: 1.12