Removed the changed method from GsweMomentClass and GsweTimestampClass
This commit is contained in:
parent
eedea7a884
commit
e520c3188b
@ -80,7 +80,7 @@ gswe_moment_class_init(GsweMomentClass *klass)
|
|||||||
*
|
*
|
||||||
* The ::changed signal is emitted each time the time or coordinates are changed
|
* The ::changed signal is emitted each time the time or coordinates are changed
|
||||||
*/
|
*/
|
||||||
gswe_moment_signals[SIGNAL_CHANGED] = g_signal_new("changed", G_OBJECT_CLASS_TYPE(gobject_class), G_SIGNAL_RUN_FIRST, G_STRUCT_OFFSET(GsweMomentClass, changed), NULL, NULL, g_cclosure_marshal_generic, G_TYPE_NONE, 0);
|
gswe_moment_signals[SIGNAL_CHANGED] = g_signal_new("changed", G_OBJECT_CLASS_TYPE(gobject_class), G_SIGNAL_RUN_FIRST, 0, NULL, NULL, g_cclosure_marshal_generic, G_TYPE_NONE, 0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GsweMoment:timestamp:
|
* GsweMoment:timestamp:
|
||||||
|
@ -146,9 +146,6 @@ struct _GsweMomentClass {
|
|||||||
GObjectClass parent_class;
|
GObjectClass parent_class;
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
/* Signals */
|
|
||||||
void (*changed)(GsweMoment *moment);
|
|
||||||
|
|
||||||
/* Padding for future expansion */
|
/* Padding for future expansion */
|
||||||
void (*_swe_glib_reserved1)(void);
|
void (*_swe_glib_reserved1)(void);
|
||||||
void (*_swe_glib_reserved2)(void);
|
void (*_swe_glib_reserved2)(void);
|
||||||
|
@ -79,7 +79,7 @@ gswe_timestamp_class_init(GsweTimestampClass *klass)
|
|||||||
*
|
*
|
||||||
* The ::changed signal is emitted each time the timestamp is changed
|
* The ::changed signal is emitted each time the timestamp is changed
|
||||||
*/
|
*/
|
||||||
gswe_timestamp_signals[SIGNAL_CHANGED] = g_signal_new("changed", G_OBJECT_CLASS_TYPE(gobject_class), G_SIGNAL_RUN_FIRST, G_STRUCT_OFFSET(GsweTimestampClass, changed), NULL, NULL, g_cclosure_marshal_generic, G_TYPE_NONE, 0);
|
gswe_timestamp_signals[SIGNAL_CHANGED] = g_signal_new("changed", G_OBJECT_CLASS_TYPE(gobject_class), G_SIGNAL_RUN_FIRST, 0, NULL, NULL, g_cclosure_marshal_generic, G_TYPE_NONE, 0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GsweTimestamp:instant-recalc:
|
* GsweTimestamp:instant-recalc:
|
||||||
|
@ -50,9 +50,6 @@ struct _GsweTimestampClass {
|
|||||||
GObjectClass parent_class;
|
GObjectClass parent_class;
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
/* Signals */
|
|
||||||
void (*changed)(GsweTimestamp *self);
|
|
||||||
|
|
||||||
/* Padding for future expansion */
|
/* Padding for future expansion */
|
||||||
void (*_swe_glib_reserved1)(void);
|
void (*_swe_glib_reserved1)(void);
|
||||||
void (*_swe_glib_reserved2)(void);
|
void (*_swe_glib_reserved2)(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user