Pepper_31_C_interfaces
Public Attributes | List of all members
PPB_Find_Dev_0_3 Struct Reference

#include <ppb_find_dev.h>

Collaboration diagram for PPB_Find_Dev_0_3:
Collaboration graph

Public Attributes

void(* NumberOfFindResultsChanged )(PP_Instance instance, int32_t total, PP_Bool final_result)
 
void(* SelectedFindResultChanged )(PP_Instance instance, int32_t index)
 

Detailed Description

Definition at line 29 of file ppb_find_dev.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: