This file is indexed.

/usr/share/doc/libgammu-dev/c/index.rst is in libgammu-dev 1.37.0-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
.. _libgammu:

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`.

If you intend to use libGammu in your application, all you should need
is to ``#include <gammu.h>`` and then use Gammu functions. You can check
docs/examples/ for some small example applications. You don't need real phone
for testing, use :ref:`dummy-driver` instead.

.. toctree::
    :maxdepth: 3

    hints
    examples
    api
    porting