<SECTION>
<FILE>arraylist</FILE>
Boolean
Object
arraylist_free
arraylist_create
arraylist_add
arraylist_remove
arraylist_contains
arraylist_index_of
arraylist_is_empty
arraylist_size
arraylist_get
arraylist_clear
arraylist_sort
</SECTION>

<SECTION>
<FILE>callbacks</FILE>
on_window1_realize
on_window1_remove
on_window1_delete_event
on_window1_size_allocate
on_window1_unrealize
on_window1_destroy
on_window1_button_press_event
on_editor_button_press_event
on_window1_client_event
on_window1_drag_motion
on_window1_button_release_event
on_window1_configure_event
on_window1_motion_notify_event
on_entryName_changed
on_dialogSettings_delete_event
on_dialogSettings_destroy_event
on_dialogSettings_destroy
on_buttonKeySize_clicked
on_spinSpacing_changed
on_spinWidth_changed
on_spinHeight_changed
on_radiobuttonTypeSwitch_toggled
on_radiobuttonTypeMouseButton_toggled
on_radiobuttonTypeDwell_toggled
on_radiobuttonTypeMousePointer_toggled
on_combo_entry16_changed
on_buttonNewAction_clicked
on_checkWordCompletion_toggled
on_buttonSaveAction_clicked
on_buttonDeleteAction_clicked
on_spinSwitchDelay_changed
on_buttonAccessMethodWizard_clicked
on_comboActionNames_focus_out_event
on_entryActionName_focus_out_event
on_spinSwitchDelay_focus_in_event
on_entryActionName_leave_notify_event
on_buttonChangeName_clicked
on_radiobuttonSwitch1_toggled
on_radiobuttonSwitch2_toggled
on_radiobuttonSwitch3_toggled
on_radiobuttonSwitch4_toggled
on_radiobuttonSwitch5_toggled
on_radiobuttonSwitchPress_toggled
on_radiobuttonSwitchRelease_toggled
on_radiobuttonMouseButton0_toggled
on_radiobuttonMouseButton1_toggled
on_radiobuttonMouseButton2_toggled
on_radiobuttonMouseButton3_toggled
on_radiobuttonMouseButton4_toggled
on_radiobuttonButtonPress_toggled
on_radiobuttonButtonRelease_toggled
on_radiobuttonButtonClick_toggled
on_spinButtonDelay_changed
on_spinDwellRate_changed
on_checkKeyAverage_toggled
on_spinKeyAverage_changed
on_file1_activate
on_new1_activate
on_open1_activate
on_save1_activate
on_save_as1_activate
on_exit1_activate
on_help1_activate
on_gok_editor_help1_activate
on_about1_activate
on_windowEditor_destroy_event
on_windowEditor_delete_event
on_spinbutton47_changed
on_buttonNext_clicked
on_buttonPrevious_clicked
on_buttonAddNewKey_clicked
on_buttonDeleteKey_clicked
on_buttonDuplicate_clicked
on_spinLeft_changed
on_spinLeft_insert_text
on_spinRight_insert_text
on_spinTop_insert_text
on_spinBottom_insert_text
on_dialogSettings_show
on_buttonAddFeedback_clicked
on_buttonDeleteFeedback_clicked
on_buttonChangeFeedbackName_clicked
on_buttonFeedbackSoundFile_clicked
on_entry63_changed
on_entryFeedback_changed
on_checkKeyFlashing_clicked
on_spinKeyFlashing_changed
on_checkSoundOn_clicked
on_entrySoundName_changed
</SECTION>

<SECTION>
<FILE>command-common</FILE>
STORAGE_TYPE_COMMAND_VERTEX
STORAGE_TYPE_COMMAND_EDGE
</SECTION>

<SECTION>
<FILE>command-edge-data</FILE>
COMMAND_EDGE_DATA_DEFAULT_WEIGHT
COMMAND_EDGE_DATA_WEIGHT_DELTA
command_edge_data_equals
command_edge_data_free
command_edge_data_create
command_edge_data_set_weight
command_edge_data_get_weight
command_edge_data_dump_text
command_edge_data_dump_binary
</SECTION>

<SECTION>
<FILE>command-edge</FILE>
command_edge_equals
command_edge_free
command_edge_create
command_edge_set_edge_data
command_edge_get_edge_data
command_edge_get_next_vertex
command_edge_dump_text
command_edge_dump_binary
</SECTION>

<SECTION>
<FILE>command-graph</FILE>
MAX_NUM_PREDICTIONS
command_graph_free
command_graph_create
command_graph_add_vertex
command_graph_get_last_n_added_vertices
command_graph_remove_vertex
command_graph_get_vertex
command_graph_size
command_graph_total_commands
command_graph_get_vertices
command_graph_get_last_added_vertex
command_graph_sort_by_stat
command_graph_sort_by_keyboard
command_graph_dump_to_text
command_graph_dump_to_binary
command_graph_reconstruct_from_binary
</SECTION>

<SECTION>
<FILE>command-predictor</FILE>
Prediction_Algorithm
command_predictor_free
command_predictor_create
command_predictor_calculate_recency_percentages
command_predictor_get_recency_percent_correct
command_predictor_calculate_frequency_percentages
command_predictor_get_frequency_percent_correct
command_predictor_predict_same_as_last
command_predictor_predict_high_stat
command_predictor_evaluate_prediction
</SECTION>

<SECTION>
<FILE>command-vertex-data</FILE>
COMMAND_VERTEX_DATA_DEFAULT_WEIGHT
COMMAND_VERTEX_DATA_WEIGHT_DELTA
command_vertex_data_equals
command_vertex_data_free
command_vertex_data_create
command_vertex_data_create_from_log
command_vertex_data_get_keyboard_id
command_vertex_data_get_key_id
command_vertex_data_set_weight
command_vertex_data_get_weight
command_vertex_data_dump_text
command_vertex_data_dump_binary
</SECTION>

<SECTION>
<FILE>command-vertex</FILE>
command_vertex_equals
command_vertex_free
command_vertex_create
command_vertex_set_vertex_data
command_vertex_get_vertex_data
command_vertex_sort_by_stat
command_vertex_get_edge
command_vertex_remove_edge
command_vertex_add_edge
command_vertex_get_edges
command_vertex_dump_text
command_vertex_dump_binary
</SECTION>

<SECTION>
<FILE>global</FILE>
EMPTY_STRING
Boolean
Object
string_equals
string_not_equals
string_empty
string_starts_with
string_ends_with
string_trim
checked_malloc
</SECTION>

<SECTION>
<FILE>gok-action</FILE>
ACTION_TYPE_SWITCH
ACTION_TYPE_MOUSEBUTTON
ACTION_TYPE_MOUSEPOINTER
ACTION_TYPE_DWELL
ActionState
gok_action_new
gok_action_free
gok_action_open
gok_action_close
gok_action_get_first_action
gok_action_set_modified
gok_action_delete_action
gok_action_find_action
gok_action_add_action
</SECTION>

<SECTION>
<FILE>gok-branchback-stack</FILE>
MAX_BRANCHBACKSTACK
gok_branchbackstack_initialize
gok_branchbackstack_push
gok_branchbackstack_pop
gok_branchbackstack_is_empty
</SECTION>

<SECTION>
<FILE>gok-button</FILE>
GOK_TYPE_BUTTON
GOK_BUTTON_CLASS
IS_GOKBUTTON
<TITLE>GokButton</TITLE>
gok_button_get_type
gok_button_new_with_label
gok_button_enter_notify
gok_button_leave_notify
gok_button_state_changed
</SECTION>

<SECTION>
<FILE>gok-chunker</FILE>
ChunkTypes
ChunkOrder
gok_chunker_chunk_all
gok_chunker_init_chunk
gok_chunker_delete_chunks
gok_chunker_reset
gok_chunker_next_chunk
gok_chunker_previous_chunk
gok_chunker_next_key
gok_chunker_previous_key
gok_chunker_keyup
gok_chunker_keydown
gok_chunker_keyleft
gok_chunker_keyright
gok_chunker_keyhighlight
gok_chunker_wraptofirstchunk
gok_chunker_wraptolastchunk
gok_chunker_wraptofirstkey
gok_chunker_wraptolastkey
gok_chunker_wraptoleft
gok_chunker_wraptoright
gok_chunker_move_leftright
gok_chunker_move_topbottom
gok_chunker_if_next_chunk
gok_chunker_if_previous_chunk
gok_chunker_if_next_key
gok_chunker_if_previous_key
gok_chunker_if_top
gok_chunker_if_bottom
gok_chunker_if_left
gok_chunker_if_right
gok_chunker_if_key_selected
gok_chunker_is_left
gok_chunker_is_right
gok_chunker_is_top
gok_chunker_is_bottom
gok_chunker_counter_set
gok_chunker_counter_increment
gok_chunker_counter_decrement
gok_chunker_state_restart
gok_chunker_state_next
gok_chunker_state_jump
gok_chunker_set_selected_key
gok_chunker_select_chunk
gok_chunker_get_rate
gok_chunker_unhighlight
gok_chunker_highlight
gok_chunker_highlight_chunk
gok_chunker_unhighlight_chunk
gok_chunker_highlight_center_key
gok_chunker_highlight_first_chunk
gok_chunker_highlight_first_key
gok_chunker_insert_item_row_ltr
gok_chunker_insert_item_row_rtl
gok_chunker_insert_item_col_ttb
gok_chunker_insert_item_col_btt
gok_chunker_get_selectedkey
gok_chunker_get_highlightedkey
gok_chunker_dump_chunks
gok_chunker_dump_chunk
gok_chunker_chunk_group
gok_chunker_add_chunkitem
gok_chunker_count_chunkitems
gok_chunker_make_2_vertical
gok_chunker_make_2_horizontal
gok_chunker_make_4
gok_chunker_highlight_chunk_number
gok_chunker_get_chunk
gok_chunker_highlight_all_keys
gok_chunker_unhighlight_all_keys
gok_chunker_resolve_overlap
</SECTION>

<SECTION>
<FILE>gok-control</FILE>
ControlTypes
ControlFillwiths
ControlHandlers
gok_control_new
gok_control_delete_all
gok_control_get_control_type
gok_control_get_handler_type
gok_control_button_handler
gok_control_add_handler
gok_control_button_callback_open
gok_control_button_callback_close
</SECTION>

<SECTION>
<FILE>gok-data</FILE>
MAX_SETTING_NAME
GOK_SETTINGS_FILE
MAX_KEY_SPACING
MAX_KEY_WIDTH
MIN_KEY_WIDTH
MAX_KEY_HEIGHT
MIN_KEY_HEIGHT
gok_data_initialize
gok_data_construct_setting
gok_data_read_settings
gok_data_write_settings
gok_data_get_setting
gok_data_create_setting
gok_data_close
gok_data_set_setting
gok_data_get_key_width
gok_data_set_key_width
gok_data_get_key_height
gok_data_set_key_height
gok_data_get_key_spacing
gok_data_set_key_spacing
gok_data_get_keyboard_x
gok_data_set_keyboard_x
gok_data_get_keyboard_y
gok_data_set_keyboard_y
gok_data_get_keysize_priority
gok_data_set_keysize_priority
gok_data_get_name_accessmethod
gok_data_set_name_accessmethod
gok_data_get_wordcomplete
gok_data_set_wordcomplete
gok_data_get_commandcomplete
gok_data_set_commandcomplete
gok_data_get_num_predictions
gok_data_set_num_predictions
gok_data_bakcup_settings
gok_data_restore_settings
gok_data_backup_setting
gok_data_restore_setting
gok_data_get_control_values
gok_data_get_use_gtkplus_theme
gok_data_set_use_gtkplus_theme
</SECTION>

<SECTION>
<FILE>gok-editor</FILE>
gok_editor_run
gok_editor_close
gok_editor_on_exit
gok_editor_new
gok_editor_open_file
gok_editor_new_file
gok_editor_touch_file
gok_editor_show_parameters
gok_editor_next_key
gok_editor_previous_key
gok_editor_add_key
gok_editor_delete_key
gok_editor_duplicate_key
gok_editor_update_key
gok_editor_update_keyboard
on_editor_keyboard_delete_event
gok_editor_keyboard_key_press
gok_editor_save_current_keyboard
gok_editor_save_current_keyboard_as
gok_editor_save_keyboard
gok_editor_print_outputs
gok_editor_validate_keyboard
gok_editor_message_filename_bad
gok_editor_update_title
</SECTION>

<SECTION>
<FILE>gok-feedback</FILE>
gok_feedback_new
gok_feedback_free
gok_feedback_open
gok_feedback_close
gok_feedback_get_first_feedback
gok_feedback_find_feedback
gok_feedback_add_feedback
gok_feedback_delete_feedback
gok_feedback_backup
gok_feedback_revert
</SECTION>

<SECTION>
<FILE>gok-file-util</FILE>
gok_file_dir_concat
</SECTION>

<SECTION>
<FILE>gok-gconf-keys</FILE>
GOK_GCONF_ROOT
GOK_GCONF_LAYOUT
GOK_GCONF_KEY_SPACING
GOK_GCONF_KEY_WIDTH
GOK_GCONF_KEY_HEIGHT
GOK_GCONF_KEYBOARD_X
GOK_GCONF_KEYBOARD_Y
GOK_GCONF_ACCESS_METHOD
GOK_GCONF_WORD_COMPLETE
GOK_GCONF_NUMBER_PREDICTIONS
GOK_GCONF_USE_GTKPLUS_THEME
GOK_GCONF_KEYBOARD_DIRECTORY
GOK_GCONF_ACCESS_METHOD_DIRECTORY
GOK_GCONF_DICTIONARY_DIRECTORY
GOK_GCONF_RESOURCE_DIRECTORY
GOK_GCONF_ACCESS_METHOD_SETTINGS
GOK_GCONF_ACTIONS
GOK_GCONF_ACTIONS_WORKAROUND
GOK_GCONF_ACTION_DISPLAYNAME
GOK_GCONF_ACTION_TYPE
GOK_GCONF_ACTION_STATE
GOK_GCONF_ACTION_NUMBER
GOK_GCONF_ACTION_RATE
GOK_GCONF_ACTION_PERMANENT
GOK_GCONF_ACTION_KEY_AVERAGING
GOK_GCONF_ACTION_TYPE_SWITCH
GOK_GCONF_ACTION_TYPE_MOUSEBUTTON
GOK_GCONF_ACTION_TYPE_MOUSEPOINTER
GOK_GCONF_ACTION_TYPE_DWELL
GOK_GCONF_ACTION_STATE_UNDEFINED
GOK_GCONF_ACTION_STATE_PRESS
GOK_GCONF_ACTION_STATE_RELEASE
GOK_GCONF_ACTION_STATE_CLICK
GOK_GCONF_ACTION_STATE_DOUBLECLICK
</SECTION>

<SECTION>
<FILE>gok-gconf</FILE>
gok_gconf_get_int
gok_gconf_set_int
gok_gconf_get_bool
gok_gconf_set_bool
gok_gconf_get_string
gok_gconf_set_string
</SECTION>

<SECTION>
<FILE>gok-key</FILE>
KeyTypes
KeyStyles
KEYDISPLAY_TEXT
KEYDISPLAY_IMAGE
FONT_SIZE_GROUP_UNDEFINED
FONT_SIZE_GROUP_UNIQUE
FONT_SIZE_GROUP_WORDCOMPLETE
gok_key_initialize
gok_key_add_label
gok_key_set_output
gok_key_change_label
gok_key_update_label
gok_key_get_label_lengthpercell
gok_key_get_label_heightpercell
gok_key_calculate_font_size
gok_key_set_font_size
gok_key_set_button_name
gok_key_set_button_label
gok_key_get_label
gok_keylabel_new
gok_keylabel_delete
gok_key_set_cells
gok_key_duplicate
</SECTION>

<SECTION>
<FILE>gok-keyboard</FILE>
KeyboardLayouts
KeyboardTypes
MAX_KEYBOARD_NAME
gok_keyboard_new
gok_keyboard_read
gok_keyboard_delete
gok_keyboard_delete_key
gok_keyboard_count_rows_columns
gok_keyboard_get_number_rows
gok_keyboard_get_number_columns
gok_keyboard_add_keys
gok_keyboard_get_name
gok_keyboard_set_name
gok_keyboard_get_supports_wordcomplete
gok_keyboard_set_wordcomplete_keys_added
gok_keyboard_get_wordcomplete_keys_added
gok_keyboard_set_commandpredict_keys_added
gok_keyboard_get_commandpredict_keys_added
gok_keyboard_display
gok_keyboard_find_node
gok_keyboard_position_keys
gok_keyboard_initialize
gok_key_delete
gok_key_new
gok_keyboard_layout
gok_keyboard_branch_type
gok_keyboard_branch_menus
gok_keyboard_branch_menuitems
gok_keyboard_branch_gui
gok_keyboard_branch_gui_actions
gok_keyboard_branch_edittext
gok_chunker_chunk
gok_chunker_initialize
gok_chunker_chunk_rows_ttb
gok_chunker_chunk_rows_btt
gok_chunker_chunk_cols_ltr
gok_chunker_chunk_cols_rtl
gok_chunker_chunk_recursive
gok_chunker_find_center
gok_keyboard_activate_menuitem
gok_keyboard_output_selectedkey
gok_keyboard_output
gok_keyboard_validate_dynamic_keys
gok_keyboard_fill_row
gok_keyboard_insert_array
gok_keyboard_on_window_resize
gok_keyboard_get_keywidth_for_window
gok_keyboard_get_keyheight_for_window
gok_keyboard_set_ignore_resize
gok_keyboard_get_accessible
gok_keyboard_set_accessible
gok_keyboard_calculate_font_size
gok_keyboard_calculate_font_size_group
gok_keyboard_update_dynamic
gok_keyboard_update_labels
</SECTION>

<SECTION>
<FILE>gok-keyslotter</FILE>
gok_keyslotter_on
gok_keyslotter_change_number_predictions
gok_keyslotter_add_prediction_keys
</SECTION>

<SECTION>
<FILE>gok-log-priv</FILE>
gok_log_impl
gok_log_impl_v
gok_log_enter_impl
gok_log_leave_impl
</SECTION>

<SECTION>
<FILE>gok-log-reader</FILE>
gok_log_reader_free
gok_log_reader_create
gok_log_reader_get_next_command
</SECTION>

<SECTION>
<FILE>gok-log</FILE>
gok_log
gok_log_x
gok_log_enter
gok_log_leave
</SECTION>

<SECTION>
<FILE>gok-modifier</FILE>
MODIFIER_NORMAL
ModifierStates
ModifierTypes
gok_modifiers_open
gok_modifiers_close
gok_modifier_add
gok_modifier_set_pre
gok_modifier_set_post
gok_modifier_set_type
gok_modifier_press
gok_modifier_output_pre
gok_modifier_output_post
gok_modifier_all_off
gok_modifier_get_state
gok_modifier_get_type
gok_modifier_get_normal
gok_modifier_update_modifier_keys
</SECTION>

<SECTION>
<FILE>gok-output</FILE>
OUTPUT_KEYSYM
OUTPUT_KEYCODE
gok_output_delete_all
gok_output_new
gok_output_new_from_xml
gok_output_send_to_system
</SECTION>

<SECTION>
<FILE>gok-page-accessmethod</FILE>
gok_page_accessmethod_initialize
gok_page_accessmethod_apply
gok_page_accessmethod_apply_controls
gok_page_accessmethod_revert
gok_page_accessmethod_backup
gok_page_accessmethod_change_controls
gok_page_accessmethod_draw_controls
gok_page_accessmethod_update_controls
gok_page_accessmethod_get_displayname
gok_page_accessmethod_get_name
</SECTION>

<SECTION>
<FILE>gok-page-actions</FILE>
gok_page_actions_initialize
gok_page_actions_refresh
gok_page_actions_apply
gok_page_actions_revert
gok_page_actions_backup
gok_page_actions_toggle_type_switch
gok_page_actions_toggle_type_mousebutton
gok_page_actions_toggle_type_dwell
gok_page_actions_toggle_type_mousepointer
gok_page_actions_button_clicked_new
gok_page_actions_button_clicked_delete
gok_page_actions_button_clicked_change_name
gok_page_actions_action_changed
gok_page_actions_enable_switch_controls
gok_page_actions_enable_mousebutton_controls
gok_page_actions_enable_mousepointer_controls
gok_page_actions_enable_dwell_controls
gok_page_actions_enable_radios_type
gok_page_actions_enable_radios_switch
gok_page_actions_fill_combo_action_names
gok_page_actions_get_radio_number
gok_page_actions_update_controls
gok_page_actions_set_number
gok_page_actions_set_state
gok_page_actions_set_rate
gok_page_actions_mousepointer_keyaverage
</SECTION>

<SECTION>
<FILE>gok-page-feedbacks</FILE>
gok_page_feedbacks_initialize
gok_page_feedbacks_refresh
gok_page_feedbacks_apply
gok_page_feedbacks_revert
gok_page_feedbacks_backup
gok_page_actions_action_changed
gok_page_feedbacks_update_controls
gok_page_feedbacks_button_clicked_change_name
gok_page_feedbacks_button_clicked_new
gok_page_feedbacks_fill_combo_feedback_names
gok_page_feedbacks_button_clicked_delete
gok_page_feedbacks_check_keyflashing_clicked
gok_page_feedbacks_spin_keyflashing_changed
gok_page_feedbacks_check_sound_clicked
gok_page_feedbacks_entry_soundname_changed
</SECTION>

<SECTION>
<FILE>gok-page-keysizespace</FILE>
gok_settings_page_keysizespace_initialize
gok_settings_page_keysizespace_refresh
gok_settings_page_keysizespace_ok
gok_settings_page_keysizespace_revert
gok_settings_page_keysizespace_backup
gok_settings_page_keysizespace_display_keysizespacing
gok_settings_page_keysizespace_set_label_name
</SECTION>

<SECTION>
<FILE>gok-page-wordcomplete</FILE>
gok_page_wordcomplete_initialize
gok_page_wordcomplete_refresh
gok_page_wordcomplete_apply
gok_page_wordcomplete_revert
gok_page_wordcomplete_backup
</SECTION>

<SECTION>
<FILE>gok-predictor</FILE>
GOK_PREDICTOR_MAX_VERTICES
gok_predictor_open
gok_predictor_close
gok_predictor_add_key
gok_predictor_get
gok_predictor_remove_keyboard
gok_predictor_remove_key
gok_predictor_on
gok_predictor_change_number_predictions
gok_predictor_add_prediction_keys
gok_predictor_predict
gok_predictor_get_real
gok_predictor_log
gok_main_get_command_predictor
</SECTION>

<SECTION>
<FILE>gok-scanner</FILE>
CallIds
HandlerIds
RateType
MAX_ACCESS_METHOD_NAME
MAX_DESCRIPTION_TEXT
MAX_RATE_NAME
MAX_DISPLAY_RATE_NAME
COMPARE_NO
COMPARE_EQUAL
COMPARE_LESSTHAN
COMPARE_GREATERTHAN
COMPARE_EQUALORLESSTHAN
COMPARE_EQUALORGREATERTHAN
gok_scanner_initialize
gok_scanner_close
gok_scanner_stop
gok_scanner_start
gok_scanner_change_method
gok_scanner_create_access_method
gok_scanner_reset_access_method
gok_scanner_change_state
gok_scanner_next_state
gok_scanner_set_handlers_null
gok_scanner_delete_action
gok_scanner_read_access_method
gok_scanner_read_actions
gok_scanner_create_action
gok_scanner_construct_state
gok_scanner_construct_rate
gok_scanner_construct_handler
gok_scanner_read_rates
gok_scanner_read_description
gok_scanner_read_operation
gok_scanner_read_ui_loop
gok_scanner_read_feedback
gok_scanner_read_options
gok_scanner_update_rates
gok_scanner_get_rate_id
gok_scanner_get_current_access_method
gok_scanner_get_first_access_method
gok_scanner_get_current_state
gok_scanner_get_pointer_location
gok_scanner_timer_set
gok_scanner_timer_stop
gok_scanner_make_type_from_string
gok_scanner_timer_set_dwell_rate
gok_scanner_timer_start_dwell
gok_scanner_timer_stop_dwell
gok_scanner_timer_on_dwell
gok_scanner_timer_start_key_flash
gok_scanner_timer_stop_key_flash
gok_scanner_timer_on_key_flash
gok_scanner_left_button_down
gok_scanner_left_button_up
gok_scanner_right_button_down
gok_scanner_right_button_up
gok_scanner_middle_button_down
gok_scanner_middle_button_up
gok_scanner_mouse_movement
gok_scanner_on_timer1
gok_scanner_on_timer2
gok_scanner_on_timer3
gok_scanner_on_timer4
gok_scanner_on_timer5
gok_scanner_on_key_enter
gok_scanner_on_key_leave
gok_scanner_perform_actions
gok_scanner_on_switch1_down
gok_scanner_on_switch1_up
gok_scanner_on_switch2_down
gok_scanner_on_switch2_up
gok_scanner_on_switch3_down
gok_scanner_on_switch3_up
gok_scanner_on_switch4_down
gok_scanner_on_switch4_up
gok_scanner_on_switch5_down
gok_scanner_on_switch5_up
</SECTION>

<SECTION>
<FILE>gok-settings-dialog</FILE>
gok_settingsdialog_open
gok_settingsdialog_close
gok_settingsdialog_show
gok_settingsdialog_hide
on_button_try
on_button_revert
on_button_ok
on_button_cancel
on_button_help
gok_settingsdialog_refresh
gok_settingsdialog_backup_settings
gok_settingsdialog_get_window
</SECTION>

<SECTION>
<FILE>gok-sound</FILE>
gok_sound_events
gok_sound_initialize
gok_sound_shutdown
gok_sound_load
gok_sound_play
</SECTION>

<SECTION>
<FILE>gok-spy-priv</FILE>
ListChangeListenerCB
AppChangeListenerCB
MouseButtonListenerCB
ListChangeListener
AppChangeListener
MouseButtonListener
gok_spy_find_children
</SECTION>

<SECTION>
<FILE>gok-spy</FILE>
gok_spy_open
gok_spy_close
gok_spy_register_appchangelistener
gok_spy_deregister_appchangelistener
gok_spy_register_windowchangelistener
gok_spy_deregister_windowchangelistener
gok_spy_register_mousebuttonlistener
gok_spy_deregister_mousebuttonlistener
gok_spy_get_list
gok_spy_refresh
gok_spy_free
gok_spy_get_accessibleWithEditableText
gok_spy_has_child
</SECTION>

<SECTION>
<FILE>gok-word-complete</FILE>
gok_wordcomplete_open
gok_wordcomplete_close
gok_wordcomplete_on
gok_wordcomplete_change_number_predictions
gok_wordcomplete_predict
gok_wordcomplete_add_new_word
gok_wordcomplete_add_prediction_keys
gok_wordcomplete_get_output
gok_wordcomplete_clear_keys
gok_wordcomplete_end_word
</SECTION>

<SECTION>
<FILE>gok</FILE>
_
</SECTION>

<SECTION>
<FILE>gtkjoyswitch</FILE>
JOYSTICK_MAXB
joystick_callback
</SECTION>

<SECTION>
<FILE>interface</FILE>
create_dialogSettings
create_windowEditor
</SECTION>

<SECTION>
<FILE>main</FILE>
gok_main_create_window
gok_main_display_scan
gok_main_display_scan_previous
gok_main_display_scan_previous_premade
gok_main_display_scan_reset
gok_main_ds
gok_main_get_first_keyboard
gok_main_set_first_keyboard
gok_main_get_current_keyboard
gok_main_get_main_window
gok_main_get_foreground_accessible
gok_main_resize_window
gok_main_store_window_center
gok_main_get_foreground_window_accessible
gok_main_read_keyboards
gok_main_read_keyboards_from_dir
gok_main_on_window_position_change
gok_main_get_our_window_size
gok_main_close
gok_main_display_error
gok_main_display_gconf_error
gok_main_app_change_listener
gok_main_window_change_listener
gok_main_mouse_button_listener
</SECTION>

<SECTION>
<FILE>support</FILE>
lookup_widget
</SECTION>

<SECTION>
<FILE>switchapi</FILE>
initSwitchApi
closeSwitchApi
registerSwitchDownListener
registerSwitchUpListener
deregisterSwitchDownListener
deregisterSwitchUpListener
</SECTION>

<SECTION>
<FILE>word-complete</FILE>
MAXWORDLENGTH
MAXPREDICTIONS
STATE_TEMPORARY
STATE_PERMANENT
PRIORITY_NEWWORD
WordCompleteOpen
WordCompleteClose
WordCompletePredict
WordCompleteAddNewWord
WordCompleteSaveDictionary
WordCompleteSaveLoop
WordCompletePredictLoop
WordCompleteDeleteChildren
WordCompleteAddWord
WordCompleteAddLetter
WordCompleteAddPrediction
</SECTION>

