Kaydet (Commit) d478a5cc authored tarafından Enrico Tröger's avatar Enrico Tröger

Add missing parts from previous commit, oops

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5715 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 211a9637
......@@ -72,8 +72,8 @@
geany_functions->p_document->document_get_basename_for_display
#define document_get_notebook_page \
geany_functions->p_document->document_get_notebook_page
#define document_sort_by_display_name \
geany_functions->p_document->document_sort_by_display_name
#define document_compare_by_display_name \
geany_functions->p_document->document_compare_by_display_name
#define editor_get_indent_prefs \
geany_functions->p_editor->editor_get_indent_prefs
#define editor_create_widget \
......
......@@ -259,6 +259,6 @@ gboolean document_need_save_as(GeanyDocument *doc);
void document_apply_indent_settings(GeanyDocument *doc);
gint document_compare_by_display_name(const GeanyDocument **a, const GeanyDocument **b);
gint document_compare_by_display_name(gconstpointer a, gconstpointer b);
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment