Added valid-changed signal to number editor
[modest] / src / hildon2 / modest-number-editor.h
index 90c0631..846c917 100644 (file)
@@ -50,9 +50,10 @@ typedef enum
 
 struct                                          _ModestNumberEditorClass 
 {
-    GtkEntryClass parent_class;
-  
-    gboolean  (*range_error)  (ModestNumberEditor *editor, ModestNumberEditorErrorType type); 
+       GtkEntryClass parent_class;
+       
+       gboolean  (*range_error)  (ModestNumberEditor *editor, ModestNumberEditorErrorType type); 
+       void      (*valid_changed) (ModestNumberEditor *editor, gboolean valid);
 };
 
 GType G_GNUC_CONST