diff options
Diffstat (limited to 'src/anastasis/anastasis-gtk_handle-identity-changed.h')
-rw-r--r-- | src/anastasis/anastasis-gtk_handle-identity-changed.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/anastasis/anastasis-gtk_handle-identity-changed.h b/src/anastasis/anastasis-gtk_handle-identity-changed.h index 826b69c..4724d79 100644 --- a/src/anastasis/anastasis-gtk_handle-identity-changed.h +++ b/src/anastasis/anastasis-gtk_handle-identity-changed.h | |||
@@ -26,6 +26,16 @@ | |||
26 | #ifndef ANASTASIS_GTK_HANDLE_IDENTITY_CHANGED_H | 26 | #ifndef ANASTASIS_GTK_HANDLE_IDENTITY_CHANGED_H |
27 | #define ANASTASIS_GTK_HANDLE_IDENTITY_CHANGED_H | 27 | #define ANASTASIS_GTK_HANDLE_IDENTITY_CHANGED_H |
28 | 28 | ||
29 | |||
30 | /** | ||
31 | * Mark widget for attribute with name @a name as problematic. | ||
32 | * | ||
33 | * @param name name of the attribute to highlight | ||
34 | */ | ||
35 | void | ||
36 | AG_mark_invalid_input (const char *name); | ||
37 | |||
38 | |||
29 | /** | 39 | /** |
30 | * Function called when the user changed anything about its identity. | 40 | * Function called when the user changed anything about its identity. |
31 | * Check whether the current input is valid and enables/disables the | 41 | * Check whether the current input is valid and enables/disables the |