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:
Sebastian Wilhelmi
2000-10-30 14:39:23 +00:00
committed by Sebastian Wilhelmi
parent 267b681370
commit 3a9edd37c1
3 changed files with 8 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ g_value_reset (GValue *value)
value_table->value_init (value);
}
static gint
static gboolean
exchange_entries_equal (gconstpointer v1,
gconstpointer v2)
{