plugin-so.c: add comment about why we're not using a GLib linked list
[babeltrace.git] / doc / bindings / python / source / constants.rst
CommitLineData
4f5f37d9
PP
1.. _constants:
2
3****************
4Common constants
5****************
6
7.. currentmodule:: babeltrace.common
8
9The following constants are used as arguments and return values in
10several methods of both the :ref:`reader <reader-api>` and
11:ref:`CTF writer <ctf-writer-api>` APIs.
12
13
14:class:`CTFStringEncoding`
15==========================
16
17.. autoclass:: CTFStringEncoding
18 :members:
19
20
21:class:`ByteOrder`
22==================
23
24.. autoclass:: ByteOrder
25 :members:
26
27
28:class:`CTFTypeId`
29==================
30
31.. autoclass:: CTFTypeId
32 :members:
33
34
35:class:`CTFScope`
36=================
37
38.. autoclass:: CTFScope
39 :members:
This page took 0.05869 seconds and 4 git commands to generate.