* src/hildon-stackable-window.c: Fixed typos in doc
authorAlberto Garcia <agarcia@igalia.com>
Wed, 18 Jun 2008 15:03:02 +0000 (15:03 +0000)
committerAlberto Garcia <agarcia@igalia.com>
Wed, 18 Jun 2008 15:03:02 +0000 (15:03 +0000)
ChangeLog
src/hildon-stackable-window.c

index 858b949..7f8e560 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-18  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-stackable-window.c: Fixed typos in doc
+
 2008-06-18  Claudio Saavedra  <csaavedra@igalia.com>
 
        * src/hildon-pannable-area.c
index 449458f..4473dd3 100644 (file)
@@ -26,9 +26,9 @@
  * SECTION:hildon-stackable-window
  * @short_description: Widget representing a stackable, top-level window in the Hildon framework.
  *
- * The @HildonStackableWindow is a GTK+ widget which represents a
+ * The #HildonStackableWindow is a GTK+ widget which represents a
  * top-level window in the Hildon framework. It is derived from
- * @HildonWindow. Applications that use stackable windows are organized
+ * #HildonWindow. Applications that use stackable windows are organized
  * in a hierarchical way so users can go from any window back to the
  * application's root window.
  */
@@ -202,9 +202,9 @@ hildon_stackable_window_init                    (HildonStackableWindow *self)
 /**
  * hildon_stackable_window_new:
  *
- * Creates a new @HildonStackableWindow.
+ * Creates a new #HildonStackableWindow.
  *
- * Return value: A @HildonStackableWindow
+ * Return value: A #HildonStackableWindow
  **/
 GtkWidget*
 hildon_stackable_window_new                     (void)