Select contacts dialog for checking names is multiselection
[modest] / src / hildon2 / modest-number-editor.h
index 90c0631..84b1d55 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
@@ -73,6 +74,9 @@ void
 modest_number_editor_set_value                  (ModestNumberEditor *editor, 
                                                  gint value);
 
+gboolean
+modest_number_editor_is_valid                   (ModestNumberEditor *editor);
+
 
 GType modest_number_editor_error_type_get_type (void);
 #define MODEST_TYPE_NUMBER_EDITOR_ERROR_TYPE (modest_number_editor_error_type_get_type())