2009-02-27 Alberto Garcia <agarcia@igalia.com>
[hildon] / src / hildon-caption.h
index f03a4c7..e1851b9 100644 (file)
@@ -1,14 +1,14 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
- * Contact: Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
+ * Contact: Rodrigo Novo <rodrigo.novo@nokia.com>
  *
  * 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
 #ifndef                                         __HILDON_CAPTION_H__
 #define                                         __HILDON_CAPTION_H__
 
-#include                                        <glib.h>
-#include                                        <glib-object.h>
-#include                                        <gtk/gtkeventbox.h>
-#include                                        <gtk/gtksizegroup.h>
+#include                                        <gtk/gtk.h>
+
 #include                                        "hildon-enum-types.h"
 
 G_BEGIN_DECLS
@@ -72,7 +70,6 @@ typedef enum
  *
  * Keys to set the icon placement in #HildonCaption.
  *
- * Since: 0.14.5
  */
 typedef enum
 {
@@ -162,6 +159,10 @@ hildon_caption_set_child_expand                 (HildonCaption *caption,
 gboolean 
 hildon_caption_get_child_expand                 (const HildonCaption *caption);
 
+void
+hildon_caption_set_label_markup                 (HildonCaption *caption,
+                                                 const gchar *markup);
+
 G_END_DECLS
 
 #endif                                          /* __HILDON_CAPTION_H__ */