mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
icontheme: Align function arguments
This commit is contained in:
parent
2f369b6d7a
commit
c691399a80
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user