2008-04-15 13:21:13 <timj@imendio.com>
[hildon] / src / hildon-time-editor.h
index 92e4517..bccb36f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
@@ -8,7 +8,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; version 2.1 of
- * the License.
+ * the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -71,7 +71,7 @@ typedef enum
     HILDON_DATE_TIME_ERROR_INVALID_CHAR,
     HILDON_DATE_TIME_ERROR_INVALID_DATE,
     HILDON_DATE_TIME_ERROR_INVALID_TIME
-}                                               HildonDateTimeEditorError;
+}                                               HildonDateTimeError;
 
 typedef struct                                  _HildonTimeEditor HildonTimeEditor;
 
@@ -87,7 +87,7 @@ struct                                          _HildonTimeEditorClass
     GtkContainerClass parent_class;
 
     gboolean (*time_error) (HildonTimeEditor *editor,
-                            HildonDateTimeEditorError type);
+                            HildonDateTimeError type);
 };
 
 GType G_GNUC_CONST