API: Rename gtk_cairo_paint_*() to gtk_paint_*()

Large patch, but just renaming.
Indentation should still mostly be correct because I took care of
keeping the indentation for this function name.
This commit is contained in:
Benjamin Otte
2010-09-11 01:30:27 +02:00
parent 70e6aba0d0
commit 1d3f6b30b0
54 changed files with 389 additions and 389 deletions

View File

@ -259,7 +259,7 @@ gtk_spinner_draw (GtkWidget *widget,
if (!gtk_widget_is_sensitive (widget))
state_type = GTK_STATE_INSENSITIVE;
gtk_cairo_paint_spinner (gtk_widget_get_style (widget),
gtk_paint_spinner (gtk_widget_get_style (widget),
cr,
state_type,
widget,