mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 06:13:29 +02:00
Bug 580453 – Hash and equal functions for gint64 and gdouble
This commit is contained in:
@@ -2045,6 +2045,10 @@ g_direct_equal
|
||||
g_direct_hash
|
||||
g_int_equal
|
||||
g_int_hash
|
||||
g_int64_equal
|
||||
g_int64_hash
|
||||
g_double_equal
|
||||
g_double_hash
|
||||
g_str_equal
|
||||
g_str_hash
|
||||
|
||||
|
@@ -432,6 +432,44 @@ with g_hash_table_iter_init().
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_int64_equal ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@v1:
|
||||
@v2:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_int64_hash ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@v:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_double_equal ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@v1:
|
||||
@v2:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_double_hash ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@v:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_str_equal ##### -->
|
||||
<para>
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user