Lines Matching refs:iface

851 textIfaceInit (AtkTextIface *iface)  in textIfaceInit()  argument
853 g_return_if_fail (iface != NULL); in textIfaceInit()
855 iface->get_text = text_wrapper_get_text; in textIfaceInit()
856 iface->get_character_at_offset = text_wrapper_get_character_at_offset; in textIfaceInit()
857 iface->get_text_before_offset = text_wrapper_get_text_before_offset; in textIfaceInit()
858 iface->get_text_at_offset = text_wrapper_get_text_at_offset; in textIfaceInit()
859 iface->get_text_after_offset = text_wrapper_get_text_after_offset; in textIfaceInit()
860 iface->get_caret_offset = text_wrapper_get_caret_offset; in textIfaceInit()
861 iface->set_caret_offset = text_wrapper_set_caret_offset; in textIfaceInit()
862 iface->get_character_count = text_wrapper_get_character_count; in textIfaceInit()
863 iface->get_n_selections = text_wrapper_get_n_selections; in textIfaceInit()
864 iface->get_selection = text_wrapper_get_selection; in textIfaceInit()
865 iface->add_selection = text_wrapper_add_selection; in textIfaceInit()
866 iface->remove_selection = text_wrapper_remove_selection; in textIfaceInit()
867 iface->set_selection = text_wrapper_set_selection; in textIfaceInit()
868 iface->get_run_attributes = text_wrapper_get_run_attributes; in textIfaceInit()
869 iface->get_default_attributes = text_wrapper_get_default_attributes; in textIfaceInit()
870 iface->get_character_extents = text_wrapper_get_character_extents; in textIfaceInit()
871 iface->get_offset_at_point = text_wrapper_get_offset_at_point; in textIfaceInit()