mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Cosmetics
This commit is contained in:
parent
5f0296d085
commit
6b8f6c09b7
@ -1,3 +1,8 @@
|
||||
2005-05-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/ghash.h: Rename some parameters to make gtk-doc
|
||||
happy.
|
||||
|
||||
2005-04-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-05-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/ghash.h: Rename some parameters to make gtk-doc
|
||||
happy.
|
||||
|
||||
2005-04-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-05-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/ghash.h: Rename some parameters to make gtk-doc
|
||||
happy.
|
||||
|
||||
2005-04-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-05-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/ghash.h: Rename some parameters to make gtk-doc
|
||||
happy.
|
||||
|
||||
2005-04-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes)
|
||||
|
@ -87,11 +87,11 @@ guint g_hash_table_size (GHashTable *hash_table);
|
||||
|
||||
/* Hash Functions
|
||||
*/
|
||||
gboolean g_str_equal (gconstpointer v,
|
||||
gboolean g_str_equal (gconstpointer v1,
|
||||
gconstpointer v2);
|
||||
guint g_str_hash (gconstpointer v);
|
||||
|
||||
gboolean g_int_equal (gconstpointer v,
|
||||
gboolean g_int_equal (gconstpointer v1,
|
||||
gconstpointer v2);
|
||||
guint g_int_hash (gconstpointer v);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user