Defines | |
| #define | ALP_STATUS_FIND_CANCELLED (ALP_CLASS_FIND | 0x0005) |
| Find was cancelled; stop searching. | |
Functions | |
| alp_status_t | alp_find_results_end (void) |
| Signal that the find client is done searching. | |
| alp_status_t | alp_find_results_start (void) |
| Signal that the find client will be sending back results of a search. | |
| alp_status_t | alp_find_results_submit_one (const gchar *app, const char *key, const GdkPixbuf *icon, const gchar *primary_desc, const gchar *secondary_desc) |
| Send a search result to the find engine. | |
| alp_status_t | alp_find_results_submit_progress (const gchar *description) |
| Send a progress message to the find engine for display. | |
|
|
Find was cancelled; stop searching. The search was cancelled for some reason (e.g. "Cancel", e.g. user clicked on a search result) and the find client application should now stop searching and return to its previous state. |
|
|
Signal that the find client is done searching. A "find client" application calls alp_find_results_end to close the connection to the find engine and signal that the find engine may invoke the next application for searching.
|
|
|
Signal that the find client will be sending back results of a search. A "find client" application calls alp_find_results_start to open a connection to the find engine and signal that results may be forthcoming.
|
|
||||||||||||||||||||||||
|
Send a search result to the find engine. This provides all search results to the find engine (the find "GUI").
|
|
|
Send a progress message to the find engine for display. Provide a very short string that signals to the user what the searching application ("find client") is doing. Typically this is displayed to the used by being appended to "Searching " in the real-time results of a search in the "Find" GUI. For example, an email program reading the supply "Inbox", in which case the user sees "Searching Inbox...", and then supply "Read Emails", in which case the user sees "Searching Read Emails..."
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.