gtk-doc fixups

This commit is contained in:
Ryan Lortie 2010-03-21 14:04:07 -05:00
parent c5a1c95b1f
commit 6f33038397
4 changed files with 12 additions and 3 deletions

View File

@ -2901,7 +2901,7 @@ g_variant_new_parsed_va
g_variant_new_parsed
<SUBSECTION Private>
g_variant_parser_get_error
g_variant_parser_get_error_quark
g_variant_type_checked_
</SECTION>

View File

@ -54,6 +54,8 @@ g_type_class_peek_static
g_type_class_unref
g_type_class_peek_parent
g_type_class_add_private
g_type_class_get_private
g_type_add_class_private
g_type_interface_peek
g_type_interface_peek_parent
g_type_default_interface_ref

View File

@ -767,7 +767,7 @@ iter_remove_or_steal (RealIter *ri, gboolean notify)
}
/**
* g_hash_table_iter_remove():
* g_hash_table_iter_remove:
* @iter: an initialized #GHashTableIter.
*
* Removes the key/value pair currently pointed to by the iterator
@ -789,7 +789,7 @@ g_hash_table_iter_remove (GHashTableIter *iter)
}
/**
* g_hash_table_iter_steal():
* g_hash_table_iter_steal:
* @iter: an initialized #GHashTableIter.
*
* Removes the key/value pair currently pointed to by the iterator

View File

@ -32,6 +32,13 @@
* designed in itb-229 and at ghazi's, 2009.
*/
/**
* G_VARIANT_PARSE_ERROR:
*
* Error domain for GVariant text format parsing. Specific error codes
* are not currently defined for this domain. See #GError for
* information on error domains.
**/
GQuark
g_variant_parser_get_error_quark (void)
{