icontheme: Align function arguments

This commit is contained in:
Alexander Larsson 2020-02-05 09:30:47 +01:00
parent 2f369b6d7a
commit c691399a80

View File

@ -3532,7 +3532,7 @@ icon_ensure_scale_and_texture__locked (GtkIconPaintable *icon,
*/
GdkTexture *
gtk_icon_paintable_download_texture (GtkIconPaintable *self,
GError **error)
GError **error)
{
GdkTexture *texture = NULL;
@ -3639,13 +3639,13 @@ icon_paintable_snapshot (GdkPaintable *paintable,
*/
void
gtk_icon_paintable_snapshot_with_colors (GtkIconPaintable *icon,
GtkSnapshot *snapshot,
double width,
double height,
const GdkRGBA *foreground_color,
const GdkRGBA *success_color,
const GdkRGBA *warning_color,
const GdkRGBA *error_color)
GtkSnapshot *snapshot,
double width,
double height,
const GdkRGBA *foreground_color,
const GdkRGBA *success_color,
const GdkRGBA *warning_color,
const GdkRGBA *error_color)
{
GdkTexture *texture;