Fix the last commit.
This commit is contained in:
@ -266,7 +266,7 @@ struct _EekGradient
|
||||
{
|
||||
EekGradientType type;
|
||||
EekColor *start;
|
||||
EekColor *stop;
|
||||
EekColor *end;
|
||||
};
|
||||
typedef struct _EekGradient EekGradient;
|
||||
|
||||
@ -274,7 +274,7 @@ GType eek_gradient_get_type (void) G_GNUC_CONST;
|
||||
|
||||
EekGradient *eek_gradient_new (EekGradientType type,
|
||||
EekColor *start,
|
||||
EekColor *stop);
|
||||
EekColor *end);
|
||||
EekGradient *eek_gradient_copy (const EekGradient *gradient);
|
||||
void eek_gradient_free (EekGradient *gradient);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user