From 11377011d3825a04f0898d999ff29cc4cf7c9a61 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Wed, 10 Sep 2008 16:22:17 +0000 Subject: 2008-09-10 Alberto Garcia * doc/hildon-docs.sgml * doc/hildon.types * examples/Makefile.am * examples/hildon-text-view-example.c * src/Makefile.am * src/hildon-text-view.c * src/hildon-text-view.h * src/hildon.h: New HildonTextView widget, with example. --- doc/hildon-docs.sgml | 1 + doc/hildon.types | 2 ++ 2 files changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/hildon-docs.sgml b/doc/hildon-docs.sgml index 4ec8062..d95c27c 100644 --- a/doc/hildon-docs.sgml +++ b/doc/hildon-docs.sgml @@ -63,6 +63,7 @@ + diff --git a/doc/hildon.types b/doc/hildon.types index 2bac5da..52e21a8 100644 --- a/doc/hildon.types +++ b/doc/hildon.types @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include @@ -85,6 +86,7 @@ hildon_pannable_area_get_type hildon_stackable_window_get_type hildon_app_menu_get_type hildon_entry_get_type +hildon_text_view_get_type hildon_button_get_type hildon_touch_selector_get_type hildon_touch_selector_entry_get_type -- cgit v1.2.3-18-g5258