(split from Astrognome)Changed signal name GsweMoment::moment-changed to changed

This commit is contained in:
2013-09-01 14:18:57 +02:00
parent ee60b67eec
commit e996fa6093
2 changed files with 9 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ struct _GsweMomentClass {
/* Class members */
/*< private >*/
void (*moment_changed)(GsweMoment *moment);
void (*changed)(GsweMoment *moment);
};
/* used by GSWE_TYPE_MOMENT */