mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
gtk-doc fixups
This commit is contained in:
parent
c5a1c95b1f
commit
6f33038397
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user