mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
made both functions return gboolean just for the little extra standard
2000-10-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gvalue.c (exchange_entries_equal), gparam.c (param_spec_equals): made both functions return gboolean just for the little extra standard conformance now that GEqualFunc is introduced.
This commit is contained in:
parent
267b681370
commit
3a9edd37c1
@ -1,3 +1,9 @@
|
|||||||
|
2000-10-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* gvalue.c (exchange_entries_equal), gparam.c (param_spec_equals):
|
||||||
|
made both functions return gboolean just for the little extra
|
||||||
|
standard conformance now that GEqualFunc is introduced.
|
||||||
|
|
||||||
Mon Oct 30 05:52:45 2000 Tim Janik <timj@gtk.org>
|
Mon Oct 30 05:52:45 2000 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gsignal.c (g_signal_list_ids): get rid of inline documentation owen
|
* gsignal.c (g_signal_list_ids): get rid of inline documentation owen
|
||||||
|
@ -286,7 +286,7 @@ param_spec_hash (gconstpointer key_spec)
|
|||||||
return h;
|
return h;
|
||||||
}
|
}
|
||||||
|
|
||||||
static gint
|
static gboolean
|
||||||
param_spec_equals (gconstpointer key_spec_1,
|
param_spec_equals (gconstpointer key_spec_1,
|
||||||
gconstpointer key_spec_2)
|
gconstpointer key_spec_2)
|
||||||
{
|
{
|
||||||
|
@ -142,7 +142,7 @@ g_value_reset (GValue *value)
|
|||||||
value_table->value_init (value);
|
value_table->value_init (value);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gint
|
static gboolean
|
||||||
exchange_entries_equal (gconstpointer v1,
|
exchange_entries_equal (gconstpointer v1,
|
||||||
gconstpointer v2)
|
gconstpointer v2)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user