aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* libqmi-glib: message traces compiled alwaysAleksander Morgado2012-10-091-0/+3
| | | | | | | | Message traces have been very useful when debugging issues in the protocol, and we should avoid requiring a full recompilation in order to get them enabled. Instead, we provide two new API methods, `qmi_utils_(get|set)_traces_enabled()', which allow specifying whether traces should be dumped with g_debug() or not.
* libqmi-glib,utils: improve documentationAleksander Morgado2012-10-091-2/+4
|
* libqmi-glib,utils: make qmi_utils_str_hex() private to the libraryAleksander Morgado2012-10-091-1/+0
|
* docs: improve documentation of enums, flags and errorsAleksander Morgado2012-10-092-372/+364
|
* libqmi-glib: completely hide the implicit CTL Client in the APIAleksander Morgado2012-10-093-14/+2
|
* libqmi-glib: new header file for private enum/flag typesAleksander Morgado2012-10-092-21/+3
|
* docs: improve generated `libqmi-glib' documentationAleksander Morgado2012-10-093-30/+868
| | | | | Among the tons of fixes done here, we now generate some per-service .sections file which we then concatenate to build the final libqmi-glib-sections.txt file.
* build: compile all generated code into a non-installable libraryAleksander Morgado2012-10-091-1/+2
| | | | | Also simplify the build by using BUILT_SOURCES to avoid needing to specify custom dependency rules.
* pds: setup generation of the PDS service supportAleksander Morgado2012-09-181-0/+6
| | | | Including "PDS Reset".
* docs: clean more filesDan Williams2012-09-121-0/+2
| | | | | | | | | | | | | | | If the sections and types files aren't cleaned, adding a function to libqmi-glib, regenerating the docs, then removing that function doesn't regenerate the docs for some reason, meaning the scanner won't link due to the function-not-found error: docs/reference/libqmi-glib/libqmi-glib-sections.txt:qmi_wds_authentication_preference_get_type docs/reference/libqmi-glib/libqmi-glib.types:qmi_wds_authentication_preference_get_type docs/reference/libqmi-glib/libqmi-glib-scan.c:extern GType qmi_wds_authentication_preference_get_type (void); docs/reference/libqmi-glib/libqmi-glib-scan.c: object_types[i++] = qmi_wds_authentication_preference_get_type (); Make sure 'make clean' regenerates this stuff so we don't have link errors.
* docs: add WMS documentationAleksander Morgado2012-09-061-0/+6
|
* docs: organize chapter indexAleksander Morgado2012-09-061-19/+35
|
* docs: setup initial gtk-doc documentationAleksander Morgado2012-08-035-0/+173