diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2009-11-16 09:07:02 +0200 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2009-11-16 09:07:02 +0200 |
commit | a48f1dd2b973ab605af0f44667d9560ad9501204 (patch) | |
tree | e8d882a4898a11f4d4487029d4fc34b81f1ffce8 /doc | |
parent | 6f8d33bee251c0d75f65599757efabf02682e6ff (diff) |
Revert "New HildonLiveSearch widget and search support for touch selectors"
This reverts commit 6f8d33bee251c0d75f65599757efabf02682e6ff.
We don't want squashed commits. Changes from the live-search will
be rebased on top of master instead.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hildon-docs.sgml | 1 | ||||
-rw-r--r-- | doc/hildon-sections.txt | 27 | ||||
-rw-r--r-- | doc/hildon.types | 2 |
3 files changed, 0 insertions, 30 deletions
diff --git a/doc/hildon-docs.sgml b/doc/hildon-docs.sgml index 0248477..1acbe77 100644 --- a/doc/hildon-docs.sgml +++ b/doc/hildon-docs.sgml @@ -127,7 +127,6 @@ <xi:include href="xml/hildon-touch-selector-entry.xml"/> <xi:include href="xml/hildon-date-selector.xml"/> <xi:include href="xml/hildon-time-selector.xml"/> - <xi:include href="xml/hildon-live-search.xml"/> </chapter> <chapter> diff --git a/doc/hildon-sections.txt b/doc/hildon-sections.txt index 45e0aef..2c7ffc1 100644 --- a/doc/hildon-sections.txt +++ b/doc/hildon-sections.txt @@ -952,33 +952,6 @@ HILDON_FONT_SELECTION_DIALOG_GET_CLASS HildonFontSelectionDialogClass </SECTION> - -<SECTION> -<FILE>hildon-live-search</FILE> -<TITLE>HildonLiveSearch</TITLE> -HildonLiveSearch -HildonLiveSearchFilterFunc -hildon_live_search_append_text -hildon_live_search_get_text -hildon_live_search_new -hildon_live_search_restore_state -hildon_live_search_save_state -hildon_live_search_set_filter -hildon_live_search_set_filter_func -hildon_live_search_set_text_column -hildon_live_search_widget_hook -hildon_live_search_widget_unhook -<SUBSECTION Standard> -HildonLiveSearchClass -hildon_live_search_get_type -HILDON_IS_LIVE_SEARCH -HILDON_IS_LIVE_SEARCH_CLASS -HILDON_LIVE_SEARCH -HILDON_LIVE_SEARCH_CLASS -HILDON_LIVE_SEARCH_GET_CLASS -HILDON_TYPE_LIVE_SEARCH -</SECTION> - <SECTION> <FILE>hildon-touch-selector</FILE> HildonTouchSelectorPrintFunc diff --git a/doc/hildon.types b/doc/hildon.types index b3cebe9..8f35a2d 100644 --- a/doc/hildon.types +++ b/doc/hildon.types @@ -43,7 +43,6 @@ #include <hildon/hildon-text-view.h> #include <hildon/hildon-button.h> #include <hildon/hildon-touch-selector.h> -#include <hildon/hildon-live-search.h> #include <hildon/hildon-touch-selector-column.h> #include <hildon/hildon-touch-selector-entry.h> #include <hildon/hildon-time-selector.h> @@ -94,7 +93,6 @@ hildon_entry_get_type hildon_text_view_get_type hildon_button_get_type hildon_touch_selector_get_type -hildon_live_search_get_type hildon_touch_selector_column_get_type hildon_touch_selector_entry_get_type hildon_time_selector_get_type |