|
Pepper_31_C_interfaces
|
#include <ppb_find_dev.h>

Public Attributes | |
| void(* | NumberOfFindResultsChanged )(PP_Instance instance, int32_t total, PP_Bool final_result) |
| void(* | SelectedFindResultChanged )(PP_Instance instance, int32_t index) |
Definition at line 29 of file ppb_find_dev.h.
| void(* PPB_Find_Dev_0_3::NumberOfFindResultsChanged)(PP_Instance instance, int32_t total, PP_Bool final_result) |
Updates the number of find results for the current search term. If there are no matches 0 should be passed in. Only when the plugin has finished searching should it pass in the final count with final_result set to PP_TRUE.
Definition at line 36 of file ppb_find_dev.h.
| void(* PPB_Find_Dev_0_3::SelectedFindResultChanged)(PP_Instance instance, int32_t index) |
Updates the index of the currently selected search item.
Definition at line 42 of file ppb_find_dev.h.
1.8.6