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:
@ -371,7 +371,7 @@ gtk_cell_renderer_spinner_render (GtkCellRenderer *cellr,
|
||||
state = GTK_STATE_PRELIGHT;
|
||||
}
|
||||
|
||||
gtk_cairo_paint_spinner (gtk_widget_get_style (widget),
|
||||
gtk_paint_spinner (gtk_widget_get_style (widget),
|
||||
cr,
|
||||
state,
|
||||
widget,
|
||||
|
||||
Reference in New Issue
Block a user