Fix the last commit.

This commit is contained in:
Daiki Ueno
2011-03-04 19:04:39 +09:00
parent 37c2579253
commit d66318a031
3 changed files with 16 additions and 19 deletions

View File

@ -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);