[gedit] API doc update
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] API doc update
- Date: Sun, 10 Aug 2014 16:16:54 +0000 (UTC)
commit 1ad3e62d8504b8cfd44212b80722997b7bf4c0ad
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Aug 10 17:54:47 2014 +0200
API doc update
docs/reference/Makefile.am | 4 ++++
docs/reference/gedit-docs.xml | 11 +++++++++++
docs/reference/gedit-sections.txt | 20 +++++++++++++++++++-
gedit/gedit-document.h | 4 ++--
gedit/gedit-message-bus.c | 2 +-
5 files changed, 37 insertions(+), 4 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 622775c..a394e21 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -46,17 +46,21 @@ IGNORE_HFILES = \
gedit-multi-notebook.h \
gedit-notebook.h \
gedit-notebook-popup-menu.h \
+ gedit-notebook-stack-switcher.h \
+ gedit-open-document-selector.h \
gedit-open-menu-button.h \
gedit-plugins-engine.h \
gedit-preferences-dialog.h \
gedit-print-job.h \
gedit-print-preview.h \
+ gedit-recent.h \
gedit-replace-dialog.h \
gedit-settings.h \
gedit-small-button.h \
gedit-status-menu-button.h \
gedit-tab-label.h \
gedit-view-frame.h \
+ gedit-view-holder.h \
gedit-window-private.h
# Images to copy into HTML directory.
diff --git a/docs/reference/gedit-docs.xml b/docs/reference/gedit-docs.xml
index dc9e93b..856ef27 100644
--- a/docs/reference/gedit-docs.xml
+++ b/docs/reference/gedit-docs.xml
@@ -10,6 +10,7 @@
<title>gedit</title>
<xi:include href="xml/gedit-app.xml"/>
<xi:include href="xml/gedit-app-activatable.xml"/>
+ <xi:include href="xml/gedit-commands.xml"/>
<xi:include href="xml/gedit-document.xml"/>
<xi:include href="xml/gedit-encodings-combo-box.xml"/>
<xi:include href="xml/gedit-menu-extension.xml"/>
@@ -36,6 +37,16 @@
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
+ <index id="api-index-deprecated" role="deprecated">
+ <title>Index of deprecated symbols</title>
+ <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
+ </index>
+
+ <index id="api-index-3-14" role="3.14">
+ <title>Index of new symbols in 3.14</title>
+ <xi:include href="xml/api-index-3.14.xml"><xi:fallback /></xi:include>
+ </index>
+
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>
diff --git a/docs/reference/gedit-sections.txt b/docs/reference/gedit-sections.txt
index 83d4a05..ac30577 100644
--- a/docs/reference/gedit-sections.txt
+++ b/docs/reference/gedit-sections.txt
@@ -39,6 +39,15 @@ gedit_app_activatable_get_type
</SECTION>
<SECTION>
+<FILE>gedit-commands</FILE>
+<TITLE>GeditCommands</TITLE>
+gedit_commands_load_location
+gedit_commands_load_locations
+gedit_commands_save_document
+gedit_commands_save_all_documents
+</SECTION>
+
+<SECTION>
<FILE>gedit-document</FILE>
GeditDocumentPrivate
<TITLE>GeditDocument</TITLE>
@@ -100,6 +109,7 @@ GEDIT_ENCODINGS_COMBO_BOX_GET_CLASS
<TITLE>GeditMessageBus</TITLE>
GeditMessageBus
GeditMessageCallback
+GeditMessageBusForeach
gedit_message_bus_get_default
gedit_message_bus_new
gedit_message_bus_lookup
@@ -121,12 +131,14 @@ gedit_message_bus_send
gedit_message_bus_send_sync
<SUBSECTION Standard>
GEDIT_MESSAGE_BUS
+GEDIT_MESSAGE_BUS_CONST
GEDIT_IS_MESSAGE_BUS
GEDIT_TYPE_MESSAGE_BUS
gedit_message_bus_get_type
GEDIT_MESSAGE_BUS_CLASS
GEDIT_IS_MESSAGE_BUS_CLASS
GEDIT_MESSAGE_BUS_GET_CLASS
+GeditMessageBusPrivate
</SECTION>
<SECTION>
@@ -135,14 +147,21 @@ GEDIT_MESSAGE_BUS_GET_CLASS
GeditMessage
gedit_message_get_object_path
gedit_message_get_method
+gedit_message_type_has
+gedit_message_type_check
+gedit_message_has
+gedit_message_is_valid_object_path
+gedit_message_type_identifier
<SUBSECTION Standard>
GEDIT_MESSAGE
+GEDIT_MESSAGE_CONST
GEDIT_IS_MESSAGE
GEDIT_TYPE_MESSAGE
gedit_message_get_type
GEDIT_MESSAGE_CLASS
GEDIT_IS_MESSAGE_CLASS
GEDIT_MESSAGE_GET_CLASS
+GeditMessagePrivate
</SECTION>
<SECTION>
@@ -174,7 +193,6 @@ GeditStatusbar
gedit_statusbar_new
gedit_statusbar_set_window_state
gedit_statusbar_set_overwrite
-gedit_statusbar_set_cursor_position
gedit_statusbar_clear_overwrite
gedit_statusbar_flash_message
<SUBSECTION Standard>
diff --git a/gedit/gedit-document.h b/gedit/gedit-document.h
index 9fd196d..a7eca58 100644
--- a/gedit/gedit-document.h
+++ b/gedit/gedit-document.h
@@ -149,8 +149,8 @@ void gedit_document_set_search_context
(GeditDocument *doc,
GtkSourceSearchContext *search_context);
-GtkSourceSearchContext
- *gedit_document_get_search_context
+GtkSourceSearchContext *
+ gedit_document_get_search_context
(GeditDocument *doc);
/* Non exported functions */
diff --git a/gedit/gedit-message-bus.c b/gedit/gedit-message-bus.c
index 3a8053a..29cd406 100644
--- a/gedit/gedit-message-bus.c
+++ b/gedit/gedit-message-bus.c
@@ -886,7 +886,7 @@ foreach_type (MessageIdentifier *identifier,
/**
* gedit_message_bus_foreach:
- * @bus: the #GeditMessagebus
+ * @bus: the #GeditMessageBus
* @func: (scope call): the callback function
* @user_data: the user data to supply to the callback function
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]