File: overview.md

package info (click to toggle)
libhinoko 1.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: ansic: 2,557; python: 693; makefile: 9; javascript: 5
file content (14 lines) | stat: -rw-r--r-- 746 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Title: Overview

The library produces some objects derived from [class@GObject.Object] as an abstraction to operate
system resources in Linux FireWire subsystem.

The library operates 1394 OHCI hardware for isochronous communication on IEEE 1394 bus. All
operations are associated with [struct@GLib.Source] retrieved from each object, therefore
applications should be programmed with [struct@GLib.MainContext].

![Overview of libhinoko](overview.png)

The library supports [GObject Introspection](https://gi.readthedocs.io/en/latest/), thus this
library is available with GObject Introspection bindings of each language such as Python, Ruby and
so on. When using this mechanism, please refer to documents in each language implementation as well.