summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2015-05-09 14:13:01 +0200
committerSébastien Wilmet <swilmet@gnome.org>2015-05-09 14:27:34 +0200
commit339c5de6e64efac3d53e5abb6789aaf7ee0c86ab (patch)
treeb5a7f720028408a00fab171ddc9a863df956e8a1 /docs
parentc4d11e8523636a956d4f9a83bc60d761bdd03f7d (diff)
downloadgedit-339c5de6e64efac3d53e5abb6789aaf7ee0c86ab.tar.gz
docs: update list of public symbols
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am4
-rw-r--r--docs/reference/gedit-sections.txt7
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index fa1737891..3e098c236 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -32,7 +32,9 @@ IGNORE_HFILES = \
gedit-app-x11.h \
gedit-close-confirmation-dialog.h \
gedit-dirs.h \
+ gedit-document-private.h \
gedit-documents-panel.h \
+ gedit-encoding-items.h \
gedit-encodings-dialog.h \
gedit-enum-types.h \
gedit-file-chooser-dialog.h \
@@ -50,6 +52,8 @@ IGNORE_HFILES = \
gedit-notebook-popup-menu.h \
gedit-notebook-stack-switcher.h \
gedit-open-document-selector.h \
+ gedit-open-document-selector-helper.h \
+ gedit-open-document-selector-store.h \
gedit-open-menu-button.h \
gedit-plugins-engine.h \
gedit-preferences-dialog.h \
diff --git a/docs/reference/gedit-sections.txt b/docs/reference/gedit-sections.txt
index 8d123e1f1..658241e06 100644
--- a/docs/reference/gedit-sections.txt
+++ b/docs/reference/gedit-sections.txt
@@ -1,9 +1,9 @@
<SECTION>
<FILE>gedit-app</FILE>
-GeditAppPrivate
<TITLE>GeditApp</TITLE>
GeditApp
GeditLockdownMask
+GEDIT_LOCKDOWN_ALL
gedit_app_create_window
gedit_app_set_window_title
gedit_app_get_main_windows
@@ -51,7 +51,6 @@ gedit_commands_save_all_documents
<SECTION>
<FILE>gedit-document</FILE>
-GeditDocumentPrivate
<TITLE>GeditDocument</TITLE>
GeditDocument
gedit_document_new
@@ -90,7 +89,6 @@ GEDIT_DOCUMENT_GET_CLASS
<SECTION>
<FILE>gedit-encodings-combo-box</FILE>
-GeditEncodingsComboBoxPrivate
<TITLE>GeditEncodingsComboBox</TITLE>
GeditEncodingsComboBox
gedit_encodings_combo_box_new
@@ -189,7 +187,6 @@ GEDIT_PROGRESS_INFO_BAR_GET_CLASS
<SECTION>
<FILE>gedit-statusbar</FILE>
-GeditStatusbarPrivate
<TITLE>GeditStatusbar</TITLE>
GeditStatusbar
gedit_statusbar_new
@@ -210,7 +207,6 @@ GEDIT_STATUSBAR_GET_CLASS
<SECTION>
<FILE>gedit-tab</FILE>
GeditTabState
-GeditTabPrivate
<TITLE>GeditTab</TITLE>
GeditTab
gedit_tab_get_view
@@ -390,4 +386,5 @@ gedit_utils_is_valid_location
gedit_utils_location_get_dirname_for_display
gedit_utils_set_direct_save_filename
gedit_utils_str_end_truncate
+gedit_utils_newline_type_to_string
</SECTION>