Small doc fixes
authorMatthias Clasen <mclasen@redhat.com>
Mon, 22 Feb 2010 00:46:57 +0000 (19:46 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 22 Feb 2010 00:46:57 +0000 (19:46 -0500)
docs/reference/glib/glib-sections.txt
docs/reference/gobject/gobject-sections.txt

index dcb245a..7c71c33 100644 (file)
@@ -2847,8 +2847,13 @@ g_variant_store
 <SUBSECTION>
 g_variant_hash
 g_variant_equal
+
+<SUBSECTION>
+g_variant_print
+g_variant_print_string
 </SECTION>
 
+
 <SECTION>
 <FILE>ghostutils</FILE>
 <TITLE>Hostname Utilities</TITLE>
index 0d4887a..6e33ccd 100644 (file)
@@ -348,6 +348,7 @@ G_TYPE_ARRAY
 G_TYPE_BYTE_ARRAY
 G_TYPE_PTR_ARRAY
 G_TYPE_VARIANT
+G_TYPE_VARIANT_TYPE
 GStrv
 
 <SUBSECTION Standard>
@@ -363,6 +364,7 @@ g_array_get_type
 g_byte_array_get_type
 g_ptr_array_get_type
 g_variant_get_gtype
+g_variant_type_get_gtype
 </SECTION>
 
 <SECTION>