udev-0.1.0.0: libudev bindings

Portabilityportable
Stabilityexperimental
Maintainerpxqr.sta@gmail.com
Safe HaskellNone

System.UDev.List

Description

Libudev list operations.

Synopsis

Documentation

data List Source

Opaque object representing one entry in a list. An entry contains contains a name, and optionally a value.

Instances

getNext :: List -> IO (Maybe List)Source

Get the next entry from the list.

getByName :: List -> IO (Maybe List)Source

Lookup an entry in the list with a certain name.

getName :: List -> IO ByteStringSource

Get the name of a list entry.

getValue :: List -> IO ByteStringSource

Get the value of list entry.