Fix gtk-doc packaging
[hildon] / src / hildon-note.h
index d740579..06fa2a6 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.
  *
@@ -50,15 +50,6 @@ typedef struct                                  _HildonNote HildonNote;
 
 typedef struct                                  _HildonNoteClass HildonNoteClass;
 
-typedef enum
-{
-    HILDON_NOTE_CONFIRMATION_TYPE = 0,
-    HILDON_NOTE_CONFIRMATION_BUTTON_TYPE,
-    HILDON_NOTE_INFORMATION_TYPE,
-    HILDON_NOTE_INFORMATION_THEME_TYPE,
-    HILDON_NOTE_PROGRESSBAR_TYPE
-}                                               HildonNoteType;
-
 struct                                          _HildonNote 
 {
     GtkDialog parent;
@@ -93,7 +84,7 @@ hildon_note_new_cancel_with_progress_bar        (GtkWindow *parent,
 
 GtkWidget*
 hildon_note_new_information                     (GtkWindow *parent,
-                                                 const gchar * description);
+                                                 const gchar *description);
                                        
 GtkWidget*
 hildon_note_new_information_with_icon_name      (GtkWindow *parent,
@@ -109,6 +100,15 @@ hildon_note_set_button_texts                    (HildonNote *note,
                                                  const gchar *text_ok,
                                                  const gchar *text_cancel);
 
+typedef enum
+{
+    HILDON_NOTE_TYPE_CONFIRMATION = 0,
+    HILDON_NOTE_TYPE_CONFIRMATION_BUTTON,
+    HILDON_NOTE_TYPE_INFORMATION,
+    HILDON_NOTE_TYPE_INFORMATION_THEME,
+    HILDON_NOTE_TYPE_PROGRESSBAR
+}                                               HildonNoteType;
+
 G_END_DECLS
 
 #endif                                          /* __HILDON_NOTE_H__ */