Skip to content

Commit

Permalink
Place declaration of document_get_notebook_child() inside GEANY_PRIVATE
Browse files Browse the repository at this point in the history
  • Loading branch information
konsolebox committed Jul 24, 2016
1 parent 4f219bd commit 72894fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/document.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ gint document_compare_by_tab_order_reverse(gconstpointer a, gconstpointer b);

GeanyDocument *document_find_by_id(guint id);

GtkWidget *document_get_notebook_child(GeanyDocument *doc);


#ifdef GEANY_PRIVATE

Expand Down Expand Up @@ -318,6 +316,8 @@ void document_grab_focus(GeanyDocument *doc);

GeanyDocument *document_clone(GeanyDocument *old_doc);

GtkWidget *document_get_notebook_child(GeanyDocument *doc);

#endif /* GEANY_PRIVATE */

G_END_DECLS
Expand Down

0 comments on commit 72894fe

Please sign in to comment.