diff options
Diffstat (limited to 'extras/gudev/docs')
-rw-r--r-- | extras/gudev/docs/Makefile.am | 2 | ||||
-rw-r--r-- | extras/gudev/docs/gudev-docs.xml | 9 | ||||
-rw-r--r-- | extras/gudev/docs/gudev-sections.txt | 26 | ||||
-rw-r--r-- | extras/gudev/docs/gudev.types | 1 |
4 files changed, 37 insertions, 1 deletions
diff --git a/extras/gudev/docs/Makefile.am b/extras/gudev/docs/Makefile.am index 3da6fc7196..5507434d5f 100644 --- a/extras/gudev/docs/Makefile.am +++ b/extras/gudev/docs/Makefile.am @@ -32,7 +32,7 @@ SCAN_OPTIONS= # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS=--sgml-mode --output-format=xml +MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g_udev # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl diff --git a/extras/gudev/docs/gudev-docs.xml b/extras/gudev/docs/gudev-docs.xml index bb5f560402..fefae409d2 100644 --- a/extras/gudev/docs/gudev-docs.xml +++ b/extras/gudev/docs/gudev-docs.xml @@ -75,6 +75,7 @@ </partintro> <xi:include href="xml/gudevclient.xml"/> <xi:include href="xml/gudevdevice.xml"/> + <xi:include href="xml/gudevenumerator.xml"/> </reference> <chapter id="gudev-hierarchy"> @@ -84,5 +85,13 @@ <index> <title>Index</title> </index> + <index role="deprecated"> + <title>Index of deprecated symbols</title> + <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include> + </index> + <index role="165"> + <title>Index of new symbols in 165</title> + <xi:include href="xml/api-index-165.xml"><xi:fallback /></xi:include> + </index> </book> diff --git a/extras/gudev/docs/gudev-sections.txt b/extras/gudev/docs/gudev-sections.txt index faa6a8d79d..15f1bb8d04 100644 --- a/extras/gudev/docs/gudev-sections.txt +++ b/extras/gudev/docs/gudev-sections.txt @@ -40,6 +40,7 @@ g_udev_device_get_device_file g_udev_device_get_device_file_symlinks g_udev_device_get_parent g_udev_device_get_parent_with_subsystem +g_udev_device_get_tags g_udev_device_get_property_keys g_udev_device_has_property g_udev_device_get_property @@ -64,3 +65,28 @@ G_UDEV_IS_DEVICE_CLASS G_UDEV_DEVICE_GET_CLASS </SECTION> +<SECTION> +<FILE>gudevenumerator</FILE> +<TITLE>GUdevEnumerator</TITLE> +GUdevEnumerator +GUdevEnumeratorClass +g_udev_enumerator_new +g_udev_enumerator_add_match_subsystem +g_udev_enumerator_add_nomatch_subsystem +g_udev_enumerator_add_match_sysfs_attr +g_udev_enumerator_add_nomatch_sysfs_attr +g_udev_enumerator_add_match_property +g_udev_enumerator_add_match_name +g_udev_enumerator_add_match_tag +g_udev_enumerator_add_match_is_initialized +g_udev_enumerator_add_sysfs_path +g_udev_enumerator_execute +<SUBSECTION Standard> +G_UDEV_ENUMERATOR +G_UDEV_IS_ENUMERATOR +G_UDEV_TYPE_ENUMERATOR +g_udev_enumerator_get_type +G_UDEV_ENUMERATOR_CLASS +G_UDEV_IS_ENUMERATOR_CLASS +G_UDEV_ENUMERATOR_GET_CLASS +</SECTION> diff --git a/extras/gudev/docs/gudev.types b/extras/gudev/docs/gudev.types index be090b1481..a89857a04d 100644 --- a/extras/gudev/docs/gudev.types +++ b/extras/gudev/docs/gudev.types @@ -1,3 +1,4 @@ g_udev_device_type_get_type g_udev_device_get_type g_udev_client_get_type +g_udev_enumerator_get_type |