summaryrefslogtreecommitdiff
path: root/docs/develop/c/index.rst
blob: 3c40dd0a1fb6c01f61b55c8d699a5786199b1c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
libGammu
========

The libGammu library exposes all Gammu functionality for various phones in
standard API. It can be used to do anything with your phone, however for
easier tasks you might prefer to use Python and :doc:`../python/index`.

.. warning::

   The C API documentation is still more complete in Doxygen format
   available on Gammu website. This still lacks some parts due to
   problems in Doxygen - Sphinx bridge.

.. toctree::
    :maxdepth: 3

    hints
    examples
    api
    porting