2009-08-20 12:16:28 +00:00
|
|
|
/* This file is generated automatically by genapi.py - do not edit. */
|
|
|
|
|
|
|
|
/** @file geanyfunctions.h @ref geany_functions wrappers.
|
|
|
|
* This allows the use of normal API function names in plugins by defining macros.
|
|
|
|
*
|
|
|
|
* E.g.:@code
|
|
|
|
* #define plugin_add_toolbar_item \
|
2010-01-25 15:53:54 +00:00
|
|
|
* geany_functions->p_plugin->plugin_add_toolbar_item @endcode
|
2008-12-04 16:17:04 +00:00
|
|
|
*
|
|
|
|
* You need to declare the @ref geany_functions symbol yourself.
|
2009-07-14 13:26:19 +00:00
|
|
|
*
|
2009-08-20 12:16:28 +00:00
|
|
|
* Note: This must be included after all other API headers to prevent conflicts with
|
|
|
|
* other header's function prototypes - this is done for you when using geanyplugin.h.
|
2008-12-04 16:17:04 +00:00
|
|
|
*/
|
2008-12-02 18:33:41 +00:00
|
|
|
|
2008-12-02 17:05:50 +00:00
|
|
|
#ifndef GEANY_FUNCTIONS_H
|
|
|
|
#define GEANY_FUNCTIONS_H
|
|
|
|
|
2008-12-02 16:34:32 +00:00
|
|
|
#define plugin_add_toolbar_item \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_plugin->plugin_add_toolbar_item
|
2009-02-06 19:05:12 +00:00
|
|
|
#define plugin_module_make_resident \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_plugin->plugin_module_make_resident
|
2009-07-29 17:40:20 +00:00
|
|
|
#define plugin_signal_connect \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_plugin->plugin_signal_connect
|
2009-08-24 11:35:13 +00:00
|
|
|
#define plugin_set_key_group \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_plugin->plugin_set_key_group
|
2009-09-27 14:07:24 +00:00
|
|
|
#define plugin_show_configure \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_plugin->plugin_show_configure
|
2011-03-29 23:20:14 +00:00
|
|
|
#define plugin_timeout_add \
|
|
|
|
geany_functions->p_plugin->plugin_timeout_add
|
|
|
|
#define plugin_timeout_add_seconds \
|
|
|
|
geany_functions->p_plugin->plugin_timeout_add_seconds
|
|
|
|
#define plugin_idle_add \
|
|
|
|
geany_functions->p_plugin->plugin_idle_add
|
2013-06-09 15:16:54 -07:00
|
|
|
#define plugin_builder_connect_signals \
|
|
|
|
geany_functions->p_plugin->plugin_builder_connect_signals
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_new_file \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_new_file
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_get_current \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_get_current
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_get_from_page \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_get_from_page
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_find_by_filename \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_find_by_filename
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_find_by_real_path \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_find_by_real_path
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_save_file \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_save_file
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_open_file \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_open_file
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_open_files \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_open_files
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_remove_page \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_remove_page
|
2014-09-24 17:22:01 +01:00
|
|
|
#define document_reload_force \
|
|
|
|
geany_functions->p_document->document_reload_force
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_set_encoding \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_set_encoding
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_set_text_changed \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_set_text_changed
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_set_filetype \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_set_filetype
|
2008-12-02 16:34:32 +00:00
|
|
|
#define document_close \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_close
|
2008-12-03 18:03:54 +00:00
|
|
|
#define document_index \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_index
|
2009-01-18 18:19:58 +00:00
|
|
|
#define document_save_file_as \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_save_file_as
|
2009-01-18 18:19:58 +00:00
|
|
|
#define document_rename_file \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_rename_file
|
2009-02-08 19:52:21 +00:00
|
|
|
#define document_get_status_color \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_get_status_color
|
2009-04-21 20:53:11 +00:00
|
|
|
#define document_get_basename_for_display \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_get_basename_for_display
|
2009-10-14 12:21:18 +00:00
|
|
|
#define document_get_notebook_page \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_document->document_get_notebook_page
|
2011-04-12 17:24:13 +00:00
|
|
|
#define document_compare_by_display_name \
|
|
|
|
geany_functions->p_document->document_compare_by_display_name
|
2011-04-17 13:40:04 +00:00
|
|
|
#define document_compare_by_tab_order \
|
|
|
|
geany_functions->p_document->document_compare_by_tab_order
|
|
|
|
#define document_compare_by_tab_order_reverse \
|
|
|
|
geany_functions->p_document->document_compare_by_tab_order_reverse
|
2014-05-02 15:33:44 +01:00
|
|
|
#define document_find_by_id \
|
|
|
|
geany_functions->p_document->document_find_by_id
|
2008-12-02 16:34:32 +00:00
|
|
|
#define editor_get_indent_prefs \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_editor->editor_get_indent_prefs
|
2008-12-02 16:34:32 +00:00
|
|
|
#define editor_create_widget \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_editor->editor_create_widget
|
2008-12-02 16:34:32 +00:00
|
|
|
#define editor_indicator_set_on_range \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_editor->editor_indicator_set_on_range
|
2008-12-02 16:34:32 +00:00
|
|
|
#define editor_indicator_set_on_line \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_editor->editor_indicator_set_on_line
|
2008-12-02 16:34:32 +00:00
|
|
|
#define editor_indicator_clear \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_editor->editor_indicator_clear
|
2008-12-02 16:34:32 +00:00
|
|
|
#define editor_set_indent_type \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_editor->editor_set_indent_type
|
2009-02-08 19:52:21 +00:00
|
|
|
#define editor_get_word_at_pos \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_editor->editor_get_word_at_pos
|
2009-12-29 18:23:54 +00:00
|
|
|
#define editor_get_eol_char_name \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_editor->editor_get_eol_char_name
|
2009-12-29 18:23:54 +00:00
|
|
|
#define editor_get_eol_char_len \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_editor->editor_get_eol_char_len
|
2009-12-29 18:23:54 +00:00
|
|
|
#define editor_get_eol_char \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_editor->editor_get_eol_char
|
2010-01-12 18:44:38 +00:00
|
|
|
#define editor_insert_text_block \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_editor->editor_insert_text_block
|
2010-08-01 17:20:50 +00:00
|
|
|
#define editor_get_eol_char_mode \
|
|
|
|
geany_functions->p_editor->editor_get_eol_char_mode
|
2010-08-15 17:44:31 +00:00
|
|
|
#define editor_goto_pos \
|
|
|
|
geany_functions->p_editor->editor_goto_pos
|
2010-11-16 15:07:40 +00:00
|
|
|
#define editor_find_snippet \
|
|
|
|
geany_functions->p_editor->editor_find_snippet
|
|
|
|
#define editor_insert_snippet \
|
|
|
|
geany_functions->p_editor->editor_insert_snippet
|
2008-12-02 16:34:32 +00:00
|
|
|
#define scintilla_send_message \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_scintilla->scintilla_send_message
|
2008-12-03 13:36:45 +00:00
|
|
|
#define scintilla_new \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_scintilla->scintilla_new
|
2008-12-05 12:34:20 +00:00
|
|
|
#define sci_send_command \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_send_command
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_start_undo_action \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_start_undo_action
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_end_undo_action \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_end_undo_action
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_set_text \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_set_text
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_insert_text \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_insert_text
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_text \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_text
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_length \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_length
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_current_position \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_current_position
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_set_current_position \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_set_current_position
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_col_from_position \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_col_from_position
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_line_from_position \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_line_from_position
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_position_from_line \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_position_from_line
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_replace_sel \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_replace_sel
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_selected_text \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_selected_text
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_selected_text_length \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_selected_text_length
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_selection_start \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_selection_start
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_selection_end \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_selection_end
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_selection_mode \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_selection_mode
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_set_selection_mode \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_set_selection_mode
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_set_selection_start \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_set_selection_start
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_set_selection_end \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_set_selection_end
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_text_range \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_text_range
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_line \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_line
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_line_length \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_line_length
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_line_count \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_line_count
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_line_is_visible \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_line_is_visible
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_ensure_line_is_visible \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_ensure_line_is_visible
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_scroll_caret \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_scroll_caret
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_find_matching_brace \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_find_matching_brace
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_style_at \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_style_at
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_char_at \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_char_at
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_current_line \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_current_line
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_has_selection \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_has_selection
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_get_tab_width \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_tab_width
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_indicator_clear \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_indicator_clear
|
2008-12-02 16:34:32 +00:00
|
|
|
#define sci_indicator_set \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_indicator_set
|
2009-03-24 18:13:28 +00:00
|
|
|
#define sci_get_contents \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_contents
|
2009-03-24 18:13:28 +00:00
|
|
|
#define sci_get_contents_range \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_contents_range
|
2009-03-24 18:13:28 +00:00
|
|
|
#define sci_get_selection_contents \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_selection_contents
|
2009-07-14 15:06:20 +00:00
|
|
|
#define sci_set_font \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_set_font
|
2009-09-06 16:51:11 +00:00
|
|
|
#define sci_get_line_end_position \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_get_line_end_position
|
2009-09-06 16:51:11 +00:00
|
|
|
#define sci_set_target_start \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_set_target_start
|
2009-09-06 16:51:11 +00:00
|
|
|
#define sci_set_target_end \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_set_target_end
|
2009-09-06 16:51:11 +00:00
|
|
|
#define sci_replace_target \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_replace_target
|
2009-09-12 17:39:49 +00:00
|
|
|
#define sci_set_marker_at_line \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_set_marker_at_line
|
2009-09-12 17:39:49 +00:00
|
|
|
#define sci_delete_marker_at_line \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_delete_marker_at_line
|
2009-09-12 17:39:49 +00:00
|
|
|
#define sci_is_marker_set_at_line \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_is_marker_set_at_line
|
2009-10-25 22:27:13 +00:00
|
|
|
#define sci_goto_line \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_goto_line
|
2009-12-31 15:47:56 +00:00
|
|
|
#define sci_find_text \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_sci->sci_find_text
|
2010-05-03 14:46:32 +00:00
|
|
|
#define sci_set_line_indentation \
|
|
|
|
geany_functions->p_sci->sci_set_line_indentation
|
|
|
|
#define sci_get_line_indentation \
|
|
|
|
geany_functions->p_sci->sci_get_line_indentation
|
2010-11-02 12:55:17 +00:00
|
|
|
#define sci_get_lexer \
|
|
|
|
geany_functions->p_sci->sci_get_lexer
|
2008-12-02 16:34:32 +00:00
|
|
|
#define templates_get_template_fileheader \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_templates->templates_get_template_fileheader
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_str_equal \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_str_equal
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_string_replace_all \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_string_replace_all
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_get_file_list \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_get_file_list
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_write_file \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_write_file
|
2008-12-04 13:55:11 +00:00
|
|
|
#define utils_get_locale_from_utf8 \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_get_locale_from_utf8
|
2008-12-04 13:55:11 +00:00
|
|
|
#define utils_get_utf8_from_locale \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_get_utf8_from_locale
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_remove_ext_from_filename \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_remove_ext_from_filename
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_mkdir \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_mkdir
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_get_setting_boolean \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_get_setting_boolean
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_get_setting_integer \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_get_setting_integer
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_get_setting_string \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_get_setting_string
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_spawn_sync \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_spawn_sync
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_spawn_async \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_spawn_async
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_str_casecmp \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_str_casecmp
|
2008-12-02 16:34:32 +00:00
|
|
|
#define utils_get_date_time \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_get_date_time
|
2009-01-28 19:30:18 +00:00
|
|
|
#define utils_open_browser \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_open_browser
|
2009-01-30 16:12:25 +00:00
|
|
|
#define utils_string_replace_first \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_string_replace_first
|
2009-04-21 20:53:11 +00:00
|
|
|
#define utils_str_middle_truncate \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_str_middle_truncate
|
2009-07-20 23:10:46 +00:00
|
|
|
#define utils_str_remove_chars \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_str_remove_chars
|
2009-09-29 13:56:37 +00:00
|
|
|
#define utils_get_file_list_full \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_utils->utils_get_file_list_full
|
2010-03-15 14:48:43 +00:00
|
|
|
#define utils_copy_environment \
|
|
|
|
geany_functions->p_utils->utils_copy_environment
|
2010-11-16 15:07:40 +00:00
|
|
|
#define utils_find_open_xml_tag \
|
|
|
|
geany_functions->p_utils->utils_find_open_xml_tag
|
2011-04-23 11:44:31 +00:00
|
|
|
#define utils_find_open_xml_tag_pos \
|
|
|
|
geany_functions->p_utils->utils_find_open_xml_tag_pos
|
2008-12-02 16:34:32 +00:00
|
|
|
#define ui_dialog_vbox_new \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_dialog_vbox_new
|
2008-12-02 16:34:32 +00:00
|
|
|
#define ui_frame_new_with_alignment \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_frame_new_with_alignment
|
2008-12-02 16:34:32 +00:00
|
|
|
#define ui_set_statusbar \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_set_statusbar
|
2008-12-02 16:34:32 +00:00
|
|
|
#define ui_table_add_row \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_table_add_row
|
2008-12-02 16:34:32 +00:00
|
|
|
#define ui_path_box_new \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_path_box_new
|
2008-12-02 16:34:32 +00:00
|
|
|
#define ui_button_new_with_image \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_button_new_with_image
|
2008-12-02 16:34:32 +00:00
|
|
|
#define ui_add_document_sensitive \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_add_document_sensitive
|
2008-12-02 16:34:32 +00:00
|
|
|
#define ui_widget_set_tooltip_text \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_widget_set_tooltip_text
|
2008-12-02 16:34:32 +00:00
|
|
|
#define ui_image_menu_item_new \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_image_menu_item_new
|
2008-12-02 18:33:41 +00:00
|
|
|
#define ui_lookup_widget \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_lookup_widget
|
2009-01-27 20:19:43 +00:00
|
|
|
#define ui_progress_bar_start \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_progress_bar_start
|
2009-01-27 20:19:43 +00:00
|
|
|
#define ui_progress_bar_stop \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_progress_bar_stop
|
2009-01-27 20:19:43 +00:00
|
|
|
#define ui_entry_add_clear_icon \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_entry_add_clear_icon
|
2009-10-13 17:14:25 +00:00
|
|
|
#define ui_menu_add_document_items \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_menu_add_document_items
|
2009-10-25 12:30:36 +00:00
|
|
|
#define ui_widget_modify_font_from_string \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_ui->ui_widget_modify_font_from_string
|
2010-03-07 19:33:15 +00:00
|
|
|
#define ui_is_keyval_enter_or_return \
|
|
|
|
geany_functions->p_ui->ui_is_keyval_enter_or_return
|
2010-04-11 21:56:08 +00:00
|
|
|
#define ui_get_gtk_settings_integer \
|
|
|
|
geany_functions->p_ui->ui_get_gtk_settings_integer
|
2010-06-18 12:20:15 +00:00
|
|
|
#define ui_combo_box_add_to_history \
|
|
|
|
geany_functions->p_ui->ui_combo_box_add_to_history
|
2011-04-10 17:03:41 +00:00
|
|
|
#define ui_menu_add_document_items_sorted \
|
|
|
|
geany_functions->p_ui->ui_menu_add_document_items_sorted
|
2012-01-08 17:37:58 +00:00
|
|
|
#define ui_lookup_stock_label \
|
|
|
|
geany_functions->p_ui->ui_lookup_stock_label
|
2008-12-02 16:34:32 +00:00
|
|
|
#define dialogs_show_question \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_dialogs->dialogs_show_question
|
2008-12-02 16:34:32 +00:00
|
|
|
#define dialogs_show_msgbox \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_dialogs->dialogs_show_msgbox
|
2008-12-02 16:34:32 +00:00
|
|
|
#define dialogs_show_save_as \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_dialogs->dialogs_show_save_as
|
2009-01-21 22:49:47 +00:00
|
|
|
#define dialogs_show_input_numeric \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_dialogs->dialogs_show_input_numeric
|
2010-11-18 18:27:01 +00:00
|
|
|
#define dialogs_show_input \
|
|
|
|
geany_functions->p_dialogs->dialogs_show_input
|
2008-12-02 16:34:32 +00:00
|
|
|
#define msgwin_status_add \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_msgwin->msgwin_status_add
|
2008-12-05 17:30:06 +00:00
|
|
|
#define msgwin_compiler_add \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_msgwin->msgwin_compiler_add
|
2008-12-05 17:30:06 +00:00
|
|
|
#define msgwin_msg_add \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_msgwin->msgwin_msg_add
|
2008-12-02 16:34:32 +00:00
|
|
|
#define msgwin_clear_tab \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_msgwin->msgwin_clear_tab
|
2008-12-02 16:34:32 +00:00
|
|
|
#define msgwin_switch_tab \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_msgwin->msgwin_switch_tab
|
2010-09-16 15:31:23 +00:00
|
|
|
#define msgwin_set_messages_dir \
|
|
|
|
geany_functions->p_msgwin->msgwin_set_messages_dir
|
2008-12-04 13:55:11 +00:00
|
|
|
#define encodings_convert_to_utf8 \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_encodings->encodings_convert_to_utf8
|
2008-12-04 13:55:11 +00:00
|
|
|
#define encodings_convert_to_utf8_from_charset \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_encodings->encodings_convert_to_utf8_from_charset
|
2008-12-02 16:34:32 +00:00
|
|
|
#define encodings_get_charset_from_index \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_encodings->encodings_get_charset_from_index
|
2008-12-02 16:34:32 +00:00
|
|
|
#define keybindings_send_command \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_keybindings->keybindings_send_command
|
2008-12-02 16:34:32 +00:00
|
|
|
#define keybindings_set_item \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_keybindings->keybindings_set_item
|
2009-08-25 16:55:56 +00:00
|
|
|
#define keybindings_get_item \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_keybindings->keybindings_get_item
|
2015-01-08 12:01:30 +01:00
|
|
|
#define keybindings_get_modifiers \
|
|
|
|
geany_functions->p_keybindings->keybindings_get_modifiers
|
2008-12-02 16:34:32 +00:00
|
|
|
#define tm_get_real_path \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_tm->tm_get_real_path
|
2008-12-02 16:34:32 +00:00
|
|
|
#define tm_source_file_new \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_tm->tm_source_file_new
|
2014-10-31 23:26:16 +01:00
|
|
|
#define tm_source_file_free \
|
|
|
|
geany_functions->p_tm->tm_source_file_free
|
2014-10-10 16:18:06 +02:00
|
|
|
#define tm_workspace_add_source_file \
|
|
|
|
geany_functions->p_tm->tm_workspace_add_source_file
|
|
|
|
#define tm_workspace_remove_source_file \
|
|
|
|
geany_functions->p_tm->tm_workspace_remove_source_file
|
2014-10-31 23:26:16 +01:00
|
|
|
#define tm_workspace_add_source_files \
|
|
|
|
geany_functions->p_tm->tm_workspace_add_source_files
|
|
|
|
#define tm_workspace_remove_source_files \
|
|
|
|
geany_functions->p_tm->tm_workspace_remove_source_files
|
2008-12-02 16:34:32 +00:00
|
|
|
#define search_show_find_in_files_dialog \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_search->search_show_find_in_files_dialog
|
2008-12-02 16:34:32 +00:00
|
|
|
#define highlighting_get_style \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_highlighting->highlighting_get_style
|
2009-10-15 16:54:15 +00:00
|
|
|
#define highlighting_set_styles \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_highlighting->highlighting_set_styles
|
2010-11-16 15:07:40 +00:00
|
|
|
#define highlighting_is_string_style \
|
|
|
|
geany_functions->p_highlighting->highlighting_is_string_style
|
|
|
|
#define highlighting_is_comment_style \
|
|
|
|
geany_functions->p_highlighting->highlighting_is_comment_style
|
|
|
|
#define highlighting_is_code_style \
|
|
|
|
geany_functions->p_highlighting->highlighting_is_code_style
|
2008-12-02 16:34:32 +00:00
|
|
|
#define filetypes_detect_from_file \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_filetypes->filetypes_detect_from_file
|
2008-12-02 16:34:32 +00:00
|
|
|
#define filetypes_lookup_by_name \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_filetypes->filetypes_lookup_by_name
|
2008-12-03 18:03:54 +00:00
|
|
|
#define filetypes_index \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_filetypes->filetypes_index
|
2010-12-22 16:59:38 +00:00
|
|
|
#define filetypes_get_display_name \
|
|
|
|
geany_functions->p_filetypes->filetypes_get_display_name
|
2011-03-29 18:06:26 +00:00
|
|
|
#define filetypes_get_sorted_by_name \
|
|
|
|
geany_functions->p_filetypes->filetypes_get_sorted_by_name
|
2008-12-02 16:34:32 +00:00
|
|
|
#define navqueue_goto_line \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_navqueue->navqueue_goto_line
|
2008-12-02 16:34:32 +00:00
|
|
|
#define main_reload_configuration \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_main->main_reload_configuration
|
2008-12-02 16:34:32 +00:00
|
|
|
#define main_locale_init \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_main->main_locale_init
|
2009-11-29 13:36:26 +00:00
|
|
|
#define main_is_realized \
|
2010-01-25 15:53:54 +00:00
|
|
|
geany_functions->p_main->main_is_realized
|
2010-03-30 16:29:38 +00:00
|
|
|
#define stash_group_new \
|
|
|
|
geany_functions->p_stash->stash_group_new
|
|
|
|
#define stash_group_add_boolean \
|
|
|
|
geany_functions->p_stash->stash_group_add_boolean
|
|
|
|
#define stash_group_add_integer \
|
|
|
|
geany_functions->p_stash->stash_group_add_integer
|
|
|
|
#define stash_group_add_string \
|
|
|
|
geany_functions->p_stash->stash_group_add_string
|
|
|
|
#define stash_group_add_string_vector \
|
|
|
|
geany_functions->p_stash->stash_group_add_string_vector
|
|
|
|
#define stash_group_load_from_key_file \
|
|
|
|
geany_functions->p_stash->stash_group_load_from_key_file
|
|
|
|
#define stash_group_save_to_key_file \
|
|
|
|
geany_functions->p_stash->stash_group_save_to_key_file
|
|
|
|
#define stash_group_free \
|
|
|
|
geany_functions->p_stash->stash_group_free
|
|
|
|
#define stash_group_load_from_file \
|
|
|
|
geany_functions->p_stash->stash_group_load_from_file
|
|
|
|
#define stash_group_save_to_file \
|
|
|
|
geany_functions->p_stash->stash_group_save_to_file
|
2010-03-31 16:21:28 +00:00
|
|
|
#define stash_group_add_toggle_button \
|
|
|
|
geany_functions->p_stash->stash_group_add_toggle_button
|
|
|
|
#define stash_group_add_radio_buttons \
|
|
|
|
geany_functions->p_stash->stash_group_add_radio_buttons
|
|
|
|
#define stash_group_add_spin_button_integer \
|
|
|
|
geany_functions->p_stash->stash_group_add_spin_button_integer
|
|
|
|
#define stash_group_add_combo_box \
|
|
|
|
geany_functions->p_stash->stash_group_add_combo_box
|
|
|
|
#define stash_group_add_combo_box_entry \
|
|
|
|
geany_functions->p_stash->stash_group_add_combo_box_entry
|
|
|
|
#define stash_group_add_entry \
|
|
|
|
geany_functions->p_stash->stash_group_add_entry
|
|
|
|
#define stash_group_add_widget_property \
|
|
|
|
geany_functions->p_stash->stash_group_add_widget_property
|
|
|
|
#define stash_group_display \
|
|
|
|
geany_functions->p_stash->stash_group_display
|
|
|
|
#define stash_group_update \
|
|
|
|
geany_functions->p_stash->stash_group_update
|
2012-04-05 20:59:57 +03:00
|
|
|
#define stash_group_free_settings \
|
|
|
|
geany_functions->p_stash->stash_group_free_settings
|
2010-05-05 16:26:25 +00:00
|
|
|
#define symbols_get_context_separator \
|
|
|
|
geany_functions->p_symbols->symbols_get_context_separator
|
2012-02-15 14:18:34 +11:00
|
|
|
#define build_activate_menu_item \
|
|
|
|
geany_functions->p_build->build_activate_menu_item
|
|
|
|
#define build_get_current_menu_item \
|
|
|
|
geany_functions->p_build->build_get_current_menu_item
|
|
|
|
#define build_remove_menu_item \
|
|
|
|
geany_functions->p_build->build_remove_menu_item
|
|
|
|
#define build_set_menu_item \
|
|
|
|
geany_functions->p_build->build_set_menu_item
|
|
|
|
#define build_get_group_count \
|
|
|
|
geany_functions->p_build->build_get_group_count
|
2014-10-25 22:29:21 +02:00
|
|
|
#define project_write_config \
|
|
|
|
geany_functions->p_project->project_write_config
|
2008-12-02 17:05:50 +00:00
|
|
|
|
|
|
|
#endif
|