General property notification cleanup.

This commit is contained in:
Matthias Clasen
2002-01-28 18:52:49 +00:00
parent 929c8ed53e
commit e2b730ac43
33 changed files with 203 additions and 71 deletions

View File

@ -878,7 +878,7 @@ gtk_range_expose (GtkWidget *widget,
GtkStateType state;
GdkRectangle expose_area; /* Relative to widget->allocation */
GdkRectangle area;
g_return_val_if_fail (GTK_IS_RANGE (widget), FALSE);
g_return_val_if_fail (event != NULL, FALSE);