~ubuntu-branches/ubuntu/maverick/gedit/maverick

« back to all changes in this revision

Viewing changes to docs/reference/html/gedit.devhelp2

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-29 23:18:50 UTC
  • mfrom: (1.1.77 upstream)
  • Revision ID: james.westby@ubuntu.com-20100329231850-ag7y77hrjpw6nzfx
Tags: 2.30.0-0ubuntu1
* New upstream version:
  - Fix a crash in the new file saving code (lp: #542846)
  - Misc bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<book xmlns="http://www.devhelp.net/book" title="gedit Reference Manual" link="index.html" author="" name="gedit" version="2" language="c">
4
4
  <chapters>
5
5
    <sub name="gedit" link="ch01.html">
6
 
      <sub name="GeditApp" link="gedit-gedit-app.html"/>
7
 
      <sub name="GeditDocument" link="gedit-gedit-document.html"/>
8
 
      <sub name="GeditEncodingsOptionMenu" link="gedit-gedit-encodings-option-menu.html"/>
9
 
      <sub name="GeditFileChooserDialog" link="gedit-gedit-file-chooser-dialog.html"/>
 
6
      <sub name="GeditApp" link="GeditApp.html"/>
 
7
      <sub name="GeditDocument" link="GeditDocument.html"/>
 
8
      <sub name="GeditEncodingsOptionMenu" link="gedit-GeditEncodingsOptionMenu.html"/>
 
9
      <sub name="GeditFileChooserDialog" link="GeditFileChooserDialog.html"/>
10
10
      <sub name="GeditMessageBus" link="GeditMessageBus.html"/>
11
11
      <sub name="GeditMessageType" link="gedit-GeditMessageType.html"/>
12
12
      <sub name="GeditMessage" link="GeditMessage.html"/>
13
 
      <sub name="GeditNotebook" link="gedit-gedit-notebook.html"/>
14
 
      <sub name="GeditPanel" link="gedit-gedit-panel.html"/>
 
13
      <sub name="GeditNotebook" link="GeditNotebook.html"/>
 
14
      <sub name="GeditPanel" link="GeditPanel.html"/>
15
15
      <sub name="GeditPlugin" link="GeditPlugin.html"/>
16
 
      <sub name="GeditPrintJobPreview" link="gedit-gedit-print-job-preview.html"/>
 
16
      <sub name="GeditPrintJobPreview" link="gedit-GeditPrintJobPreview.html"/>
17
17
      <sub name="GeditPrintJob" link="gedit-GeditPrintJob.html"/>
18
 
      <sub name="GeditProgressMessageArea" link="gedit-gedit-progress-message-area.html"/>
19
 
      <sub name="GeditStatusbar" link="gedit-gedit-statusbar.html"/>
20
 
      <sub name="GeditTab" link="gedit-gedit-tab.html"/>
21
 
      <sub name="GeditView" link="gedit-gedit-view.html"/>
22
 
      <sub name="GeditWindow" link="gedit-gedit-window.html"/>
 
18
      <sub name="GeditProgressMessageArea" link="GeditProgressMessageArea.html"/>
 
19
      <sub name="GeditStatusbar" link="GeditStatusbar.html"/>
 
20
      <sub name="GeditTab" link="GeditTab.html"/>
 
21
      <sub name="GeditView" link="GeditView.html"/>
 
22
      <sub name="GeditWindow" link="GeditWindow.html"/>
23
23
      <sub name="gedit-convert" link="gedit-gedit-convert.html"/>
24
24
      <sub name="gedit-debug" link="gedit-gedit-debug.html"/>
25
25
      <sub name="gedit-encodings" link="gedit-gedit-encodings.html"/>
31
31
    </sub>
32
32
  </chapters>
33
33
  <functions>
34
 
    <keyword type="struct" name="GeditAppPrivate" link="gedit-gedit-app.html#GeditAppPrivate"/>
35
 
    <keyword type="struct" name="GeditApp" link="gedit-gedit-app.html#GeditApp-struct"/>
36
 
    <keyword type="enum" name="enum GeditLockdownMask" link="gedit-gedit-app.html#GeditLockdownMask"/>
37
 
    <keyword type="function" name="gedit_app_get_default ()" link="gedit-gedit-app.html#gedit-app-get-default"/>
38
 
    <keyword type="function" name="gedit_app_create_window ()" link="gedit-gedit-app.html#gedit-app-create-window"/>
39
 
    <keyword type="function" name="gedit_app_get_windows ()" link="gedit-gedit-app.html#gedit-app-get-windows"/>
40
 
    <keyword type="function" name="gedit_app_get_active_window ()" link="gedit-gedit-app.html#gedit-app-get-active-window"/>
41
 
    <keyword type="function" name="gedit_app_get_documents ()" link="gedit-gedit-app.html#gedit-app-get-documents"/>
42
 
    <keyword type="function" name="gedit_app_get_views ()" link="gedit-gedit-app.html#gedit-app-get-views"/>
43
 
    <keyword type="function" name="gedit_app_get_lockdown ()" link="gedit-gedit-app.html#gedit-app-get-lockdown"/>
44
 
    <keyword type="property" name="The &quot;lockdown&quot; property" link="gedit-gedit-app.html#GeditApp--lockdown"/>
45
 
    <keyword type="enum" name="enum GeditSearchFlags" link="gedit-gedit-document.html#GeditSearchFlags"/>
46
 
    <keyword type="struct" name="GeditDocumentPrivate" link="gedit-gedit-document.html#GeditDocumentPrivate"/>
47
 
    <keyword type="struct" name="GeditDocument" link="gedit-gedit-document.html#GeditDocument-struct"/>
48
 
    <keyword type="enum" name="enum GeditDocumentSaveFlags" link="gedit-gedit-document.html#GeditDocumentSaveFlags"/>
49
 
    <keyword type="macro" name="GEDIT_DOCUMENT_ERROR" link="gedit-gedit-document.html#GEDIT-DOCUMENT-ERROR:CAPS"/>
50
 
    <keyword type="function" name="gedit_document_error_quark ()" link="gedit-gedit-document.html#gedit-document-error-quark"/>
51
 
    <keyword type="function" name="gedit_document_new ()" link="gedit-gedit-document.html#gedit-document-new"/>
52
 
    <keyword type="function" name="gedit_document_get_uri ()" link="gedit-gedit-document.html#gedit-document-get-uri"/>
53
 
    <keyword type="function" name="gedit_document_get_uri_for_display ()" link="gedit-gedit-document.html#gedit-document-get-uri-for-display"/>
54
 
    <keyword type="function" name="gedit_document_get_short_name_for_display ()" link="gedit-gedit-document.html#gedit-document-get-short-name-for-display"/>
55
 
    <keyword type="function" name="gedit_document_get_mime_type ()" link="gedit-gedit-document.html#gedit-document-get-mime-type"/>
56
 
    <keyword type="function" name="gedit_document_get_readonly ()" link="gedit-gedit-document.html#gedit-document-get-readonly"/>
57
 
    <keyword type="function" name="gedit_document_load ()" link="gedit-gedit-document.html#gedit-document-load"/>
58
 
    <keyword type="function" name="gedit_document_insert_file ()" link="gedit-gedit-document.html#gedit-document-insert-file"/>
59
 
    <keyword type="function" name="gedit_document_load_cancel ()" link="gedit-gedit-document.html#gedit-document-load-cancel"/>
60
 
    <keyword type="function" name="gedit_document_save ()" link="gedit-gedit-document.html#gedit-document-save"/>
61
 
    <keyword type="function" name="gedit_document_save_as ()" link="gedit-gedit-document.html#gedit-document-save-as"/>
62
 
    <keyword type="function" name="gedit_document_is_untouched ()" link="gedit-gedit-document.html#gedit-document-is-untouched"/>
63
 
    <keyword type="function" name="gedit_document_is_untitled ()" link="gedit-gedit-document.html#gedit-document-is-untitled"/>
64
 
    <keyword type="function" name="gedit_document_get_deleted ()" link="gedit-gedit-document.html#gedit-document-get-deleted"/>
65
 
    <keyword type="function" name="gedit_document_goto_line ()" link="gedit-gedit-document.html#gedit-document-goto-line"/>
66
 
    <keyword type="function" name="gedit_document_set_search_text ()" link="gedit-gedit-document.html#gedit-document-set-search-text"/>
67
 
    <keyword type="function" name="gedit_document_get_search_text ()" link="gedit-gedit-document.html#gedit-document-get-search-text"/>
68
 
    <keyword type="function" name="gedit_document_get_can_search_again ()" link="gedit-gedit-document.html#gedit-document-get-can-search-again"/>
69
 
    <keyword type="function" name="gedit_document_search_forward ()" link="gedit-gedit-document.html#gedit-document-search-forward"/>
70
 
    <keyword type="function" name="gedit_document_search_backward ()" link="gedit-gedit-document.html#gedit-document-search-backward"/>
71
 
    <keyword type="function" name="gedit_document_replace_all ()" link="gedit-gedit-document.html#gedit-document-replace-all"/>
72
 
    <keyword type="function" name="gedit_document_set_language ()" link="gedit-gedit-document.html#gedit-document-set-language"/>
73
 
    <keyword type="function" name="gedit_document_set_enable_search_highlighting ()" link="gedit-gedit-document.html#gedit-document-set-enable-search-highlighting"/>
74
 
    <keyword type="function" name="gedit_document_get_enable_search_highlighting ()" link="gedit-gedit-document.html#gedit-document-get-enable-search-highlighting"/>
75
 
    <keyword type="macro" name="GEDIT_SEARCH_IS_DONT_SET_FLAGS()" link="gedit-gedit-document.html#GEDIT-SEARCH-IS-DONT-SET-FLAGS:CAPS"/>
76
 
    <keyword type="macro" name="GEDIT_SEARCH_SET_DONT_SET_FLAGS()" link="gedit-gedit-document.html#GEDIT-SEARCH-SET-DONT-SET-FLAGS:CAPS"/>
77
 
    <keyword type="macro" name="GEDIT_SEARCH_IS_ENTIRE_WORD()" link="gedit-gedit-document.html#GEDIT-SEARCH-IS-ENTIRE-WORD:CAPS"/>
78
 
    <keyword type="macro" name="GEDIT_SEARCH_SET_ENTIRE_WORD()" link="gedit-gedit-document.html#GEDIT-SEARCH-SET-ENTIRE-WORD:CAPS"/>
79
 
    <keyword type="macro" name="GEDIT_SEARCH_IS_CASE_SENSITIVE()" link="gedit-gedit-document.html#GEDIT-SEARCH-IS-CASE-SENSITIVE:CAPS"/>
80
 
    <keyword type="macro" name="GEDIT_SEARCH_SET_CASE_SENSITIVE()" link="gedit-gedit-document.html#GEDIT-SEARCH-SET-CASE-SENSITIVE:CAPS"/>
81
 
    <keyword type="property" name="The &quot;can-search-again&quot; property" link="gedit-gedit-document.html#GeditDocument--can-search-again"/>
82
 
    <keyword type="property" name="The &quot;content-type&quot; property" link="gedit-gedit-document.html#GeditDocument--content-type"/>
83
 
    <keyword type="property" name="The &quot;enable-search-highlighting&quot; property" link="gedit-gedit-document.html#GeditDocument--enable-search-highlighting"/>
84
 
    <keyword type="property" name="The &quot;encoding&quot; property" link="gedit-gedit-document.html#GeditDocument--encoding"/>
85
 
    <keyword type="property" name="The &quot;mime-type&quot; property" link="gedit-gedit-document.html#GeditDocument--mime-type"/>
86
 
    <keyword type="property" name="The &quot;newline-type&quot; property" link="gedit-gedit-document.html#GeditDocument--newline-type"/>
87
 
    <keyword type="property" name="The &quot;read-only&quot; property" link="gedit-gedit-document.html#GeditDocument--read-only"/>
88
 
    <keyword type="property" name="The &quot;shortname&quot; property" link="gedit-gedit-document.html#GeditDocument--shortname"/>
89
 
    <keyword type="property" name="The &quot;uri&quot; property" link="gedit-gedit-document.html#GeditDocument--uri"/>
90
 
    <keyword type="signal" name="The &quot;cursor-moved&quot; signal" link="gedit-gedit-document.html#GeditDocument-cursor-moved"/>
91
 
    <keyword type="signal" name="The &quot;load&quot; signal" link="gedit-gedit-document.html#GeditDocument-load"/>
92
 
    <keyword type="signal" name="The &quot;loaded&quot; signal" link="gedit-gedit-document.html#GeditDocument-loaded"/>
93
 
    <keyword type="signal" name="The &quot;loading&quot; signal" link="gedit-gedit-document.html#GeditDocument-loading"/>
94
 
    <keyword type="signal" name="The &quot;save&quot; signal" link="gedit-gedit-document.html#GeditDocument-save"/>
95
 
    <keyword type="signal" name="The &quot;saved&quot; signal" link="gedit-gedit-document.html#GeditDocument-saved"/>
96
 
    <keyword type="signal" name="The &quot;saving&quot; signal" link="gedit-gedit-document.html#GeditDocument-saving"/>
97
 
    <keyword type="signal" name="The &quot;search-highlight-updated&quot; signal" link="gedit-gedit-document.html#GeditDocument-search-highlight-updated"/>
98
 
    <keyword type="struct" name="GeditFileChooserDialogPrivate" link="gedit-gedit-file-chooser-dialog.html#GeditFileChooserDialogPrivate"/>
99
 
    <keyword type="struct" name="GeditFileChooserDialog" link="gedit-gedit-file-chooser-dialog.html#GeditFileChooserDialog-struct"/>
100
 
    <keyword type="function" name="gedit_file_chooser_dialog_new ()" link="gedit-gedit-file-chooser-dialog.html#gedit-file-chooser-dialog-new"/>
101
 
    <keyword type="function" name="gedit_file_chooser_dialog_set_encoding ()" link="gedit-gedit-file-chooser-dialog.html#gedit-file-chooser-dialog-set-encoding"/>
 
34
    <keyword type="struct" name="GeditAppPrivate" link="GeditApp.html#GeditAppPrivate"/>
 
35
    <keyword type="struct" name="GeditApp" link="GeditApp.html#GeditApp-struct"/>
 
36
    <keyword type="enum" name="enum GeditLockdownMask" link="GeditApp.html#GeditLockdownMask"/>
 
37
    <keyword type="function" name="gedit_app_get_default ()" link="GeditApp.html#gedit-app-get-default"/>
 
38
    <keyword type="function" name="gedit_app_create_window ()" link="GeditApp.html#gedit-app-create-window"/>
 
39
    <keyword type="function" name="gedit_app_get_windows ()" link="GeditApp.html#gedit-app-get-windows"/>
 
40
    <keyword type="function" name="gedit_app_get_active_window ()" link="GeditApp.html#gedit-app-get-active-window"/>
 
41
    <keyword type="function" name="gedit_app_get_documents ()" link="GeditApp.html#gedit-app-get-documents"/>
 
42
    <keyword type="function" name="gedit_app_get_views ()" link="GeditApp.html#gedit-app-get-views"/>
 
43
    <keyword type="function" name="gedit_app_get_lockdown ()" link="GeditApp.html#gedit-app-get-lockdown"/>
 
44
    <keyword type="property" name="The &quot;lockdown&quot; property" link="GeditApp.html#GeditApp--lockdown"/>
 
45
    <keyword type="enum" name="enum GeditSearchFlags" link="GeditDocument.html#GeditSearchFlags"/>
 
46
    <keyword type="struct" name="GeditDocumentPrivate" link="GeditDocument.html#GeditDocumentPrivate"/>
 
47
    <keyword type="struct" name="GeditDocument" link="GeditDocument.html#GeditDocument-struct"/>
 
48
    <keyword type="enum" name="enum GeditDocumentSaveFlags" link="GeditDocument.html#GeditDocumentSaveFlags"/>
 
49
    <keyword type="macro" name="GEDIT_DOCUMENT_ERROR" link="GeditDocument.html#GEDIT-DOCUMENT-ERROR:CAPS"/>
 
50
    <keyword type="function" name="gedit_document_error_quark ()" link="GeditDocument.html#gedit-document-error-quark"/>
 
51
    <keyword type="function" name="gedit_document_new ()" link="GeditDocument.html#gedit-document-new"/>
 
52
    <keyword type="function" name="gedit_document_get_uri ()" link="GeditDocument.html#gedit-document-get-uri"/>
 
53
    <keyword type="function" name="gedit_document_get_uri_for_display ()" link="GeditDocument.html#gedit-document-get-uri-for-display"/>
 
54
    <keyword type="function" name="gedit_document_get_short_name_for_display ()" link="GeditDocument.html#gedit-document-get-short-name-for-display"/>
 
55
    <keyword type="function" name="gedit_document_get_mime_type ()" link="GeditDocument.html#gedit-document-get-mime-type"/>
 
56
    <keyword type="function" name="gedit_document_get_readonly ()" link="GeditDocument.html#gedit-document-get-readonly"/>
 
57
    <keyword type="function" name="gedit_document_load ()" link="GeditDocument.html#gedit-document-load"/>
 
58
    <keyword type="function" name="gedit_document_insert_file ()" link="GeditDocument.html#gedit-document-insert-file"/>
 
59
    <keyword type="function" name="gedit_document_load_cancel ()" link="GeditDocument.html#gedit-document-load-cancel"/>
 
60
    <keyword type="function" name="gedit_document_save ()" link="GeditDocument.html#gedit-document-save"/>
 
61
    <keyword type="function" name="gedit_document_save_as ()" link="GeditDocument.html#gedit-document-save-as"/>
 
62
    <keyword type="function" name="gedit_document_is_untouched ()" link="GeditDocument.html#gedit-document-is-untouched"/>
 
63
    <keyword type="function" name="gedit_document_is_untitled ()" link="GeditDocument.html#gedit-document-is-untitled"/>
 
64
    <keyword type="function" name="gedit_document_get_deleted ()" link="GeditDocument.html#gedit-document-get-deleted"/>
 
65
    <keyword type="function" name="gedit_document_goto_line ()" link="GeditDocument.html#gedit-document-goto-line"/>
 
66
    <keyword type="function" name="gedit_document_set_search_text ()" link="GeditDocument.html#gedit-document-set-search-text"/>
 
67
    <keyword type="function" name="gedit_document_get_search_text ()" link="GeditDocument.html#gedit-document-get-search-text"/>
 
68
    <keyword type="function" name="gedit_document_get_can_search_again ()" link="GeditDocument.html#gedit-document-get-can-search-again"/>
 
69
    <keyword type="function" name="gedit_document_search_forward ()" link="GeditDocument.html#gedit-document-search-forward"/>
 
70
    <keyword type="function" name="gedit_document_search_backward ()" link="GeditDocument.html#gedit-document-search-backward"/>
 
71
    <keyword type="function" name="gedit_document_replace_all ()" link="GeditDocument.html#gedit-document-replace-all"/>
 
72
    <keyword type="function" name="gedit_document_set_language ()" link="GeditDocument.html#gedit-document-set-language"/>
 
73
    <keyword type="function" name="gedit_document_set_enable_search_highlighting ()" link="GeditDocument.html#gedit-document-set-enable-search-highlighting"/>
 
74
    <keyword type="function" name="gedit_document_get_enable_search_highlighting ()" link="GeditDocument.html#gedit-document-get-enable-search-highlighting"/>
 
75
    <keyword type="macro" name="GEDIT_SEARCH_IS_DONT_SET_FLAGS()" link="GeditDocument.html#GEDIT-SEARCH-IS-DONT-SET-FLAGS:CAPS"/>
 
76
    <keyword type="macro" name="GEDIT_SEARCH_SET_DONT_SET_FLAGS()" link="GeditDocument.html#GEDIT-SEARCH-SET-DONT-SET-FLAGS:CAPS"/>
 
77
    <keyword type="macro" name="GEDIT_SEARCH_IS_ENTIRE_WORD()" link="GeditDocument.html#GEDIT-SEARCH-IS-ENTIRE-WORD:CAPS"/>
 
78
    <keyword type="macro" name="GEDIT_SEARCH_SET_ENTIRE_WORD()" link="GeditDocument.html#GEDIT-SEARCH-SET-ENTIRE-WORD:CAPS"/>
 
79
    <keyword type="macro" name="GEDIT_SEARCH_IS_CASE_SENSITIVE()" link="GeditDocument.html#GEDIT-SEARCH-IS-CASE-SENSITIVE:CAPS"/>
 
80
    <keyword type="macro" name="GEDIT_SEARCH_SET_CASE_SENSITIVE()" link="GeditDocument.html#GEDIT-SEARCH-SET-CASE-SENSITIVE:CAPS"/>
 
81
    <keyword type="property" name="The &quot;can-search-again&quot; property" link="GeditDocument.html#GeditDocument--can-search-again"/>
 
82
    <keyword type="property" name="The &quot;content-type&quot; property" link="GeditDocument.html#GeditDocument--content-type"/>
 
83
    <keyword type="property" name="The &quot;enable-search-highlighting&quot; property" link="GeditDocument.html#GeditDocument--enable-search-highlighting"/>
 
84
    <keyword type="property" name="The &quot;encoding&quot; property" link="GeditDocument.html#GeditDocument--encoding"/>
 
85
    <keyword type="property" name="The &quot;mime-type&quot; property" link="GeditDocument.html#GeditDocument--mime-type"/>
 
86
    <keyword type="property" name="The &quot;newline-type&quot; property" link="GeditDocument.html#GeditDocument--newline-type"/>
 
87
    <keyword type="property" name="The &quot;read-only&quot; property" link="GeditDocument.html#GeditDocument--read-only"/>
 
88
    <keyword type="property" name="The &quot;shortname&quot; property" link="GeditDocument.html#GeditDocument--shortname"/>
 
89
    <keyword type="property" name="The &quot;uri&quot; property" link="GeditDocument.html#GeditDocument--uri"/>
 
90
    <keyword type="signal" name="The &quot;cursor-moved&quot; signal" link="GeditDocument.html#GeditDocument-cursor-moved"/>
 
91
    <keyword type="signal" name="The &quot;load&quot; signal" link="GeditDocument.html#GeditDocument-load"/>
 
92
    <keyword type="signal" name="The &quot;loaded&quot; signal" link="GeditDocument.html#GeditDocument-loaded"/>
 
93
    <keyword type="signal" name="The &quot;loading&quot; signal" link="GeditDocument.html#GeditDocument-loading"/>
 
94
    <keyword type="signal" name="The &quot;save&quot; signal" link="GeditDocument.html#GeditDocument-save"/>
 
95
    <keyword type="signal" name="The &quot;saved&quot; signal" link="GeditDocument.html#GeditDocument-saved"/>
 
96
    <keyword type="signal" name="The &quot;saving&quot; signal" link="GeditDocument.html#GeditDocument-saving"/>
 
97
    <keyword type="signal" name="The &quot;search-highlight-updated&quot; signal" link="GeditDocument.html#GeditDocument-search-highlight-updated"/>
 
98
    <keyword type="struct" name="GeditFileChooserDialogPrivate" link="GeditFileChooserDialog.html#GeditFileChooserDialogPrivate"/>
 
99
    <keyword type="struct" name="GeditFileChooserDialog" link="GeditFileChooserDialog.html#GeditFileChooserDialog-struct"/>
 
100
    <keyword type="function" name="gedit_file_chooser_dialog_new ()" link="GeditFileChooserDialog.html#gedit-file-chooser-dialog-new"/>
 
101
    <keyword type="function" name="gedit_file_chooser_dialog_set_encoding ()" link="GeditFileChooserDialog.html#gedit-file-chooser-dialog-set-encoding"/>
102
102
    <keyword type="struct" name="GeditMessageBus" link="GeditMessageBus.html#GeditMessageBus-struct"/>
103
103
    <keyword type="function" name="GeditMessageCallback ()" link="GeditMessageBus.html#GeditMessageCallback"/>
104
104
    <keyword type="function" name="gedit_message_bus_get_default ()" link="GeditMessageBus.html#gedit-message-bus-get-default"/>
156
156
    <keyword type="property" name="The &quot;method&quot; property" link="GeditMessage.html#GeditMessage--method"/>
157
157
    <keyword type="property" name="The &quot;object-path&quot; property" link="GeditMessage.html#GeditMessage--object-path"/>
158
158
    <keyword type="property" name="The &quot;type&quot; property" link="GeditMessage.html#GeditMessage--type"/>
159
 
    <keyword type="struct" name="GeditNotebookPrivate" link="gedit-gedit-notebook.html#GeditNotebookPrivate"/>
160
 
    <keyword type="struct" name="GeditNotebook" link="gedit-gedit-notebook.html#GeditNotebook-struct"/>
161
 
    <keyword type="function" name="gedit_notebook_new ()" link="gedit-gedit-notebook.html#gedit-notebook-new"/>
162
 
    <keyword type="function" name="gedit_notebook_add_tab ()" link="gedit-gedit-notebook.html#gedit-notebook-add-tab"/>
163
 
    <keyword type="function" name="gedit_notebook_remove_tab ()" link="gedit-gedit-notebook.html#gedit-notebook-remove-tab"/>
164
 
    <keyword type="function" name="gedit_notebook_remove_all_tabs ()" link="gedit-gedit-notebook.html#gedit-notebook-remove-all-tabs"/>
165
 
    <keyword type="function" name="gedit_notebook_reorder_tab ()" link="gedit-gedit-notebook.html#gedit-notebook-reorder-tab"/>
166
 
    <keyword type="function" name="gedit_notebook_move_tab ()" link="gedit-gedit-notebook.html#gedit-notebook-move-tab"/>
167
 
    <keyword type="function" name="gedit_notebook_set_always_show_tabs ()" link="gedit-gedit-notebook.html#gedit-notebook-set-always-show-tabs"/>
168
 
    <keyword type="function" name="gedit_notebook_set_close_buttons_sensitive ()" link="gedit-gedit-notebook.html#gedit-notebook-set-close-buttons-sensitive"/>
169
 
    <keyword type="function" name="gedit_notebook_get_close_buttons_sensitive ()" link="gedit-gedit-notebook.html#gedit-notebook-get-close-buttons-sensitive"/>
170
 
    <keyword type="function" name="gedit_notebook_set_tab_drag_and_drop_enabled ()" link="gedit-gedit-notebook.html#gedit-notebook-set-tab-drag-and-drop-enabled"/>
171
 
    <keyword type="function" name="gedit_notebook_get_tab_drag_and_drop_enabled ()" link="gedit-gedit-notebook.html#gedit-notebook-get-tab-drag-and-drop-enabled"/>
172
 
    <keyword type="signal" name="The &quot;tab-added&quot; signal" link="gedit-gedit-notebook.html#GeditNotebook-tab-added"/>
173
 
    <keyword type="signal" name="The &quot;tab-close-request&quot; signal" link="gedit-gedit-notebook.html#GeditNotebook-tab-close-request"/>
174
 
    <keyword type="signal" name="The &quot;tab-detached&quot; signal" link="gedit-gedit-notebook.html#GeditNotebook-tab-detached"/>
175
 
    <keyword type="signal" name="The &quot;tab-removed&quot; signal" link="gedit-gedit-notebook.html#GeditNotebook-tab-removed"/>
176
 
    <keyword type="signal" name="The &quot;tabs-reordered&quot; signal" link="gedit-gedit-notebook.html#GeditNotebook-tabs-reordered"/>
177
 
    <keyword type="struct" name="GeditPanelPrivate" link="gedit-gedit-panel.html#GeditPanelPrivate"/>
178
 
    <keyword type="struct" name="GeditPanel" link="gedit-gedit-panel.html#GeditPanel-struct"/>
179
 
    <keyword type="function" name="gedit_panel_new ()" link="gedit-gedit-panel.html#gedit-panel-new"/>
180
 
    <keyword type="function" name="gedit_panel_add_item ()" link="gedit-gedit-panel.html#gedit-panel-add-item"/>
181
 
    <keyword type="function" name="gedit_panel_add_item_with_stock_icon ()" link="gedit-gedit-panel.html#gedit-panel-add-item-with-stock-icon"/>
182
 
    <keyword type="function" name="gedit_panel_remove_item ()" link="gedit-gedit-panel.html#gedit-panel-remove-item"/>
183
 
    <keyword type="function" name="gedit_panel_activate_item ()" link="gedit-gedit-panel.html#gedit-panel-activate-item"/>
184
 
    <keyword type="function" name="gedit_panel_item_is_active ()" link="gedit-gedit-panel.html#gedit-panel-item-is-active"/>
185
 
    <keyword type="function" name="gedit_panel_get_orientation ()" link="gedit-gedit-panel.html#gedit-panel-get-orientation"/>
186
 
    <keyword type="function" name="gedit_panel_get_n_items ()" link="gedit-gedit-panel.html#gedit-panel-get-n-items"/>
187
 
    <keyword type="property" name="The &quot;orientation&quot; property" link="gedit-gedit-panel.html#GeditPanel--orientation"/>
188
 
    <keyword type="signal" name="The &quot;close&quot; signal" link="gedit-gedit-panel.html#GeditPanel-close"/>
189
 
    <keyword type="signal" name="The &quot;focus-document&quot; signal" link="gedit-gedit-panel.html#GeditPanel-focus-document"/>
190
 
    <keyword type="signal" name="The &quot;item-added&quot; signal" link="gedit-gedit-panel.html#GeditPanel-item-added"/>
191
 
    <keyword type="signal" name="The &quot;item-removed&quot; signal" link="gedit-gedit-panel.html#GeditPanel-item-removed"/>
 
159
    <keyword type="struct" name="GeditNotebookPrivate" link="GeditNotebook.html#GeditNotebookPrivate"/>
 
160
    <keyword type="struct" name="GeditNotebook" link="GeditNotebook.html#GeditNotebook-struct"/>
 
161
    <keyword type="function" name="gedit_notebook_new ()" link="GeditNotebook.html#gedit-notebook-new"/>
 
162
    <keyword type="function" name="gedit_notebook_add_tab ()" link="GeditNotebook.html#gedit-notebook-add-tab"/>
 
163
    <keyword type="function" name="gedit_notebook_remove_tab ()" link="GeditNotebook.html#gedit-notebook-remove-tab"/>
 
164
    <keyword type="function" name="gedit_notebook_remove_all_tabs ()" link="GeditNotebook.html#gedit-notebook-remove-all-tabs"/>
 
165
    <keyword type="function" name="gedit_notebook_reorder_tab ()" link="GeditNotebook.html#gedit-notebook-reorder-tab"/>
 
166
    <keyword type="function" name="gedit_notebook_move_tab ()" link="GeditNotebook.html#gedit-notebook-move-tab"/>
 
167
    <keyword type="function" name="gedit_notebook_set_always_show_tabs ()" link="GeditNotebook.html#gedit-notebook-set-always-show-tabs"/>
 
168
    <keyword type="function" name="gedit_notebook_set_close_buttons_sensitive ()" link="GeditNotebook.html#gedit-notebook-set-close-buttons-sensitive"/>
 
169
    <keyword type="function" name="gedit_notebook_get_close_buttons_sensitive ()" link="GeditNotebook.html#gedit-notebook-get-close-buttons-sensitive"/>
 
170
    <keyword type="function" name="gedit_notebook_set_tab_drag_and_drop_enabled ()" link="GeditNotebook.html#gedit-notebook-set-tab-drag-and-drop-enabled"/>
 
171
    <keyword type="function" name="gedit_notebook_get_tab_drag_and_drop_enabled ()" link="GeditNotebook.html#gedit-notebook-get-tab-drag-and-drop-enabled"/>
 
172
    <keyword type="signal" name="The &quot;tab-added&quot; signal" link="GeditNotebook.html#GeditNotebook-tab-added"/>
 
173
    <keyword type="signal" name="The &quot;tab-close-request&quot; signal" link="GeditNotebook.html#GeditNotebook-tab-close-request"/>
 
174
    <keyword type="signal" name="The &quot;tab-detached&quot; signal" link="GeditNotebook.html#GeditNotebook-tab-detached"/>
 
175
    <keyword type="signal" name="The &quot;tab-removed&quot; signal" link="GeditNotebook.html#GeditNotebook-tab-removed"/>
 
176
    <keyword type="signal" name="The &quot;tabs-reordered&quot; signal" link="GeditNotebook.html#GeditNotebook-tabs-reordered"/>
 
177
    <keyword type="struct" name="GeditPanelPrivate" link="GeditPanel.html#GeditPanelPrivate"/>
 
178
    <keyword type="struct" name="GeditPanel" link="GeditPanel.html#GeditPanel-struct"/>
 
179
    <keyword type="function" name="gedit_panel_new ()" link="GeditPanel.html#gedit-panel-new"/>
 
180
    <keyword type="function" name="gedit_panel_add_item ()" link="GeditPanel.html#gedit-panel-add-item"/>
 
181
    <keyword type="function" name="gedit_panel_add_item_with_stock_icon ()" link="GeditPanel.html#gedit-panel-add-item-with-stock-icon"/>
 
182
    <keyword type="function" name="gedit_panel_remove_item ()" link="GeditPanel.html#gedit-panel-remove-item"/>
 
183
    <keyword type="function" name="gedit_panel_activate_item ()" link="GeditPanel.html#gedit-panel-activate-item"/>
 
184
    <keyword type="function" name="gedit_panel_item_is_active ()" link="GeditPanel.html#gedit-panel-item-is-active"/>
 
185
    <keyword type="function" name="gedit_panel_get_orientation ()" link="GeditPanel.html#gedit-panel-get-orientation"/>
 
186
    <keyword type="function" name="gedit_panel_get_n_items ()" link="GeditPanel.html#gedit-panel-get-n-items"/>
 
187
    <keyword type="property" name="The &quot;orientation&quot; property" link="GeditPanel.html#GeditPanel--orientation"/>
 
188
    <keyword type="signal" name="The &quot;close&quot; signal" link="GeditPanel.html#GeditPanel-close"/>
 
189
    <keyword type="signal" name="The &quot;focus-document&quot; signal" link="GeditPanel.html#GeditPanel-focus-document"/>
 
190
    <keyword type="signal" name="The &quot;item-added&quot; signal" link="GeditPanel.html#GeditPanel-item-added"/>
 
191
    <keyword type="signal" name="The &quot;item-removed&quot; signal" link="GeditPanel.html#GeditPanel-item-removed"/>
192
192
    <keyword type="struct" name="GeditPlugin" link="GeditPlugin.html#GeditPlugin-struct"/>
193
193
    <keyword type="function" name="gedit_plugin_activate ()" link="GeditPlugin.html#gedit-plugin-activate"/>
194
194
    <keyword type="function" name="gedit_plugin_deactivate ()" link="GeditPlugin.html#gedit-plugin-deactivate"/>
201
201
    <keyword type="property" name="The &quot;install-dir&quot; property" link="GeditPlugin.html#GeditPlugin--install-dir"/>
202
202
    <keyword type="struct" name="GeditPrintJob" link="gedit-GeditPrintJob.html#GeditPrintJob"/>
203
203
    <keyword type="function" name="gedit_print_job_new ()" link="gedit-GeditPrintJob.html#gedit-print-job-new"/>
204
 
    <keyword type="struct" name="GeditProgressMessageAreaPrivate" link="gedit-gedit-progress-message-area.html#GeditProgressMessageAreaPrivate"/>
205
 
    <keyword type="struct" name="GeditProgressMessageArea" link="gedit-gedit-progress-message-area.html#GeditProgressMessageArea-struct"/>
206
 
    <keyword type="function" name="gedit_progress_message_area_new ()" link="gedit-gedit-progress-message-area.html#gedit-progress-message-area-new"/>
207
 
    <keyword type="function" name="gedit_progress_message_area_set_stock_image ()" link="gedit-gedit-progress-message-area.html#gedit-progress-message-area-set-stock-image"/>
208
 
    <keyword type="function" name="gedit_progress_message_area_set_markup ()" link="gedit-gedit-progress-message-area.html#gedit-progress-message-area-set-markup"/>
209
 
    <keyword type="function" name="gedit_progress_message_area_set_text ()" link="gedit-gedit-progress-message-area.html#gedit-progress-message-area-set-text"/>
210
 
    <keyword type="function" name="gedit_progress_message_area_set_fraction ()" link="gedit-gedit-progress-message-area.html#gedit-progress-message-area-set-fraction"/>
211
 
    <keyword type="function" name="gedit_progress_message_area_pulse ()" link="gedit-gedit-progress-message-area.html#gedit-progress-message-area-pulse"/>
212
 
    <keyword type="property" name="The &quot;has-cancel-button&quot; property" link="gedit-gedit-progress-message-area.html#GeditProgressMessageArea--has-cancel-button"/>
213
 
    <keyword type="struct" name="GeditStatusbarPrivate" link="gedit-gedit-statusbar.html#GeditStatusbarPrivate"/>
214
 
    <keyword type="struct" name="GeditStatusbar" link="gedit-gedit-statusbar.html#GeditStatusbar-struct"/>
215
 
    <keyword type="function" name="gedit_statusbar_new ()" link="gedit-gedit-statusbar.html#gedit-statusbar-new"/>
216
 
    <keyword type="macro" name="GeditStatus" link="gedit-gedit-statusbar.html#GeditStatus"/>
217
 
    <keyword type="function" name="gedit_statusbar_set_window_state ()" link="gedit-gedit-statusbar.html#gedit-statusbar-set-window-state"/>
218
 
    <keyword type="function" name="gedit_statusbar_set_overwrite ()" link="gedit-gedit-statusbar.html#gedit-statusbar-set-overwrite"/>
219
 
    <keyword type="function" name="gedit_statusbar_set_cursor_position ()" link="gedit-gedit-statusbar.html#gedit-statusbar-set-cursor-position"/>
220
 
    <keyword type="function" name="gedit_statusbar_clear_overwrite ()" link="gedit-gedit-statusbar.html#gedit-statusbar-clear-overwrite"/>
221
 
    <keyword type="function" name="gedit_statusbar_flash_message ()" link="gedit-gedit-statusbar.html#gedit-statusbar-flash-message"/>
222
 
    <keyword type="enum" name="enum GeditTabState" link="gedit-gedit-tab.html#GeditTabState"/>
223
 
    <keyword type="struct" name="GeditTabPrivate" link="gedit-gedit-tab.html#GeditTabPrivate"/>
224
 
    <keyword type="struct" name="GeditTab" link="gedit-gedit-tab.html#GeditTab-struct"/>
225
 
    <keyword type="function" name="gedit_tab_get_view ()" link="gedit-gedit-tab.html#gedit-tab-get-view"/>
226
 
    <keyword type="function" name="gedit_tab_get_document ()" link="gedit-gedit-tab.html#gedit-tab-get-document"/>
227
 
    <keyword type="function" name="gedit_tab_get_from_document ()" link="gedit-gedit-tab.html#gedit-tab-get-from-document"/>
228
 
    <keyword type="function" name="gedit_tab_get_state ()" link="gedit-gedit-tab.html#gedit-tab-get-state"/>
229
 
    <keyword type="function" name="gedit_tab_get_auto_save_enabled ()" link="gedit-gedit-tab.html#gedit-tab-get-auto-save-enabled"/>
230
 
    <keyword type="function" name="gedit_tab_set_auto_save_enabled ()" link="gedit-gedit-tab.html#gedit-tab-set-auto-save-enabled"/>
231
 
    <keyword type="function" name="gedit_tab_get_auto_save_interval ()" link="gedit-gedit-tab.html#gedit-tab-get-auto-save-interval"/>
232
 
    <keyword type="function" name="gedit_tab_set_auto_save_interval ()" link="gedit-gedit-tab.html#gedit-tab-set-auto-save-interval"/>
233
 
    <keyword type="property" name="The &quot;autosave&quot; property" link="gedit-gedit-tab.html#GeditTab--autosave"/>
234
 
    <keyword type="property" name="The &quot;autosave-interval&quot; property" link="gedit-gedit-tab.html#GeditTab--autosave-interval"/>
235
 
    <keyword type="property" name="The &quot;name&quot; property" link="gedit-gedit-tab.html#GeditTab--name"/>
236
 
    <keyword type="property" name="The &quot;state&quot; property" link="gedit-gedit-tab.html#GeditTab--state"/>
237
 
    <keyword type="struct" name="GeditViewPrivate" link="gedit-gedit-view.html#GeditViewPrivate"/>
238
 
    <keyword type="struct" name="GeditView" link="gedit-gedit-view.html#GeditView-struct"/>
239
 
    <keyword type="function" name="gedit_view_new ()" link="gedit-gedit-view.html#gedit-view-new"/>
240
 
    <keyword type="function" name="gedit_view_cut_clipboard ()" link="gedit-gedit-view.html#gedit-view-cut-clipboard"/>
241
 
    <keyword type="function" name="gedit_view_copy_clipboard ()" link="gedit-gedit-view.html#gedit-view-copy-clipboard"/>
242
 
    <keyword type="function" name="gedit_view_paste_clipboard ()" link="gedit-gedit-view.html#gedit-view-paste-clipboard"/>
243
 
    <keyword type="function" name="gedit_view_delete_selection ()" link="gedit-gedit-view.html#gedit-view-delete-selection"/>
244
 
    <keyword type="function" name="gedit_view_select_all ()" link="gedit-gedit-view.html#gedit-view-select-all"/>
245
 
    <keyword type="function" name="gedit_view_scroll_to_cursor ()" link="gedit-gedit-view.html#gedit-view-scroll-to-cursor"/>
246
 
    <keyword type="function" name="gedit_view_set_font ()" link="gedit-gedit-view.html#gedit-view-set-font"/>
247
 
    <keyword type="signal" name="The &quot;drop-uris&quot; signal" link="gedit-gedit-view.html#GeditView-drop-uris"/>
248
 
    <keyword type="signal" name="The &quot;reset-searched-text&quot; signal" link="gedit-gedit-view.html#GeditView-reset-searched-text"/>
249
 
    <keyword type="signal" name="The &quot;start-interactive-goto-line&quot; signal" link="gedit-gedit-view.html#GeditView-start-interactive-goto-line"/>
250
 
    <keyword type="signal" name="The &quot;start-interactive-search&quot; signal" link="gedit-gedit-view.html#GeditView-start-interactive-search"/>
251
 
    <keyword type="enum" name="enum GeditWindowState" link="gedit-gedit-window.html#GeditWindowState"/>
252
 
    <keyword type="struct" name="GeditWindowPrivate" link="gedit-gedit-window.html#GeditWindowPrivate"/>
253
 
    <keyword type="struct" name="GeditWindow" link="gedit-gedit-window.html#GeditWindow-struct"/>
254
 
    <keyword type="function" name="gedit_window_create_tab ()" link="gedit-gedit-window.html#gedit-window-create-tab"/>
255
 
    <keyword type="function" name="gedit_window_create_tab_from_uri ()" link="gedit-gedit-window.html#gedit-window-create-tab-from-uri"/>
256
 
    <keyword type="function" name="gedit_window_close_tab ()" link="gedit-gedit-window.html#gedit-window-close-tab"/>
257
 
    <keyword type="function" name="gedit_window_close_all_tabs ()" link="gedit-gedit-window.html#gedit-window-close-all-tabs"/>
258
 
    <keyword type="function" name="gedit_window_close_tabs ()" link="gedit-gedit-window.html#gedit-window-close-tabs"/>
259
 
    <keyword type="function" name="gedit_window_get_active_tab ()" link="gedit-gedit-window.html#gedit-window-get-active-tab"/>
260
 
    <keyword type="function" name="gedit_window_set_active_tab ()" link="gedit-gedit-window.html#gedit-window-set-active-tab"/>
261
 
    <keyword type="function" name="gedit_window_get_active_view ()" link="gedit-gedit-window.html#gedit-window-get-active-view"/>
262
 
    <keyword type="function" name="gedit_window_get_active_document ()" link="gedit-gedit-window.html#gedit-window-get-active-document"/>
263
 
    <keyword type="function" name="gedit_window_get_documents ()" link="gedit-gedit-window.html#gedit-window-get-documents"/>
264
 
    <keyword type="function" name="gedit_window_get_unsaved_documents ()" link="gedit-gedit-window.html#gedit-window-get-unsaved-documents"/>
265
 
    <keyword type="function" name="gedit_window_get_views ()" link="gedit-gedit-window.html#gedit-window-get-views"/>
266
 
    <keyword type="function" name="gedit_window_get_group ()" link="gedit-gedit-window.html#gedit-window-get-group"/>
267
 
    <keyword type="function" name="gedit_window_get_side_panel ()" link="gedit-gedit-window.html#gedit-window-get-side-panel"/>
268
 
    <keyword type="function" name="gedit_window_get_bottom_panel ()" link="gedit-gedit-window.html#gedit-window-get-bottom-panel"/>
269
 
    <keyword type="function" name="gedit_window_get_statusbar ()" link="gedit-gedit-window.html#gedit-window-get-statusbar"/>
270
 
    <keyword type="function" name="gedit_window_get_ui_manager ()" link="gedit-gedit-window.html#gedit-window-get-ui-manager"/>
271
 
    <keyword type="function" name="gedit_window_get_state ()" link="gedit-gedit-window.html#gedit-window-get-state"/>
272
 
    <keyword type="function" name="gedit_window_get_tab_from_location ()" link="gedit-gedit-window.html#gedit-window-get-tab-from-location"/>
273
 
    <keyword type="function" name="gedit_window_get_tab_from_uri ()" link="gedit-gedit-window.html#gedit-window-get-tab-from-uri" deprecated="2.24: Use gedit_window_get_tab_from_location() instead."/>
274
 
    <keyword type="function" name="gedit_window_get_message_bus ()" link="gedit-gedit-window.html#gedit-window-get-message-bus"/>
275
 
    <keyword type="property" name="The &quot;state&quot; property" link="gedit-gedit-window.html#GeditWindow--state"/>
276
 
    <keyword type="signal" name="The &quot;active-tab-changed&quot; signal" link="gedit-gedit-window.html#GeditWindow-active-tab-changed"/>
277
 
    <keyword type="signal" name="The &quot;active-tab-state-changed&quot; signal" link="gedit-gedit-window.html#GeditWindow-active-tab-state-changed"/>
278
 
    <keyword type="signal" name="The &quot;tab-added&quot; signal" link="gedit-gedit-window.html#GeditWindow-tab-added"/>
279
 
    <keyword type="signal" name="The &quot;tab-removed&quot; signal" link="gedit-gedit-window.html#GeditWindow-tab-removed"/>
280
 
    <keyword type="signal" name="The &quot;tabs-reordered&quot; signal" link="gedit-gedit-window.html#GeditWindow-tabs-reordered"/>
 
204
    <keyword type="struct" name="GeditProgressMessageAreaPrivate" link="GeditProgressMessageArea.html#GeditProgressMessageAreaPrivate"/>
 
205
    <keyword type="struct" name="GeditProgressMessageArea" link="GeditProgressMessageArea.html#GeditProgressMessageArea-struct"/>
 
206
    <keyword type="function" name="gedit_progress_message_area_new ()" link="GeditProgressMessageArea.html#gedit-progress-message-area-new"/>
 
207
    <keyword type="function" name="gedit_progress_message_area_set_stock_image ()" link="GeditProgressMessageArea.html#gedit-progress-message-area-set-stock-image"/>
 
208
    <keyword type="function" name="gedit_progress_message_area_set_markup ()" link="GeditProgressMessageArea.html#gedit-progress-message-area-set-markup"/>
 
209
    <keyword type="function" name="gedit_progress_message_area_set_text ()" link="GeditProgressMessageArea.html#gedit-progress-message-area-set-text"/>
 
210
    <keyword type="function" name="gedit_progress_message_area_set_fraction ()" link="GeditProgressMessageArea.html#gedit-progress-message-area-set-fraction"/>
 
211
    <keyword type="function" name="gedit_progress_message_area_pulse ()" link="GeditProgressMessageArea.html#gedit-progress-message-area-pulse"/>
 
212
    <keyword type="property" name="The &quot;has-cancel-button&quot; property" link="GeditProgressMessageArea.html#GeditProgressMessageArea--has-cancel-button"/>
 
213
    <keyword type="struct" name="GeditStatusbarPrivate" link="GeditStatusbar.html#GeditStatusbarPrivate"/>
 
214
    <keyword type="struct" name="GeditStatusbar" link="GeditStatusbar.html#GeditStatusbar-struct"/>
 
215
    <keyword type="function" name="gedit_statusbar_new ()" link="GeditStatusbar.html#gedit-statusbar-new"/>
 
216
    <keyword type="macro" name="GeditStatus" link="GeditStatusbar.html#GeditStatus"/>
 
217
    <keyword type="function" name="gedit_statusbar_set_window_state ()" link="GeditStatusbar.html#gedit-statusbar-set-window-state"/>
 
218
    <keyword type="function" name="gedit_statusbar_set_overwrite ()" link="GeditStatusbar.html#gedit-statusbar-set-overwrite"/>
 
219
    <keyword type="function" name="gedit_statusbar_set_cursor_position ()" link="GeditStatusbar.html#gedit-statusbar-set-cursor-position"/>
 
220
    <keyword type="function" name="gedit_statusbar_clear_overwrite ()" link="GeditStatusbar.html#gedit-statusbar-clear-overwrite"/>
 
221
    <keyword type="function" name="gedit_statusbar_flash_message ()" link="GeditStatusbar.html#gedit-statusbar-flash-message"/>
 
222
    <keyword type="enum" name="enum GeditTabState" link="GeditTab.html#GeditTabState"/>
 
223
    <keyword type="struct" name="GeditTabPrivate" link="GeditTab.html#GeditTabPrivate"/>
 
224
    <keyword type="struct" name="GeditTab" link="GeditTab.html#GeditTab-struct"/>
 
225
    <keyword type="function" name="gedit_tab_get_view ()" link="GeditTab.html#gedit-tab-get-view"/>
 
226
    <keyword type="function" name="gedit_tab_get_document ()" link="GeditTab.html#gedit-tab-get-document"/>
 
227
    <keyword type="function" name="gedit_tab_get_from_document ()" link="GeditTab.html#gedit-tab-get-from-document"/>
 
228
    <keyword type="function" name="gedit_tab_get_state ()" link="GeditTab.html#gedit-tab-get-state"/>
 
229
    <keyword type="function" name="gedit_tab_get_auto_save_enabled ()" link="GeditTab.html#gedit-tab-get-auto-save-enabled"/>
 
230
    <keyword type="function" name="gedit_tab_set_auto_save_enabled ()" link="GeditTab.html#gedit-tab-set-auto-save-enabled"/>
 
231
    <keyword type="function" name="gedit_tab_get_auto_save_interval ()" link="GeditTab.html#gedit-tab-get-auto-save-interval"/>
 
232
    <keyword type="function" name="gedit_tab_set_auto_save_interval ()" link="GeditTab.html#gedit-tab-set-auto-save-interval"/>
 
233
    <keyword type="property" name="The &quot;autosave&quot; property" link="GeditTab.html#GeditTab--autosave"/>
 
234
    <keyword type="property" name="The &quot;autosave-interval&quot; property" link="GeditTab.html#GeditTab--autosave-interval"/>
 
235
    <keyword type="property" name="The &quot;name&quot; property" link="GeditTab.html#GeditTab--name"/>
 
236
    <keyword type="property" name="The &quot;state&quot; property" link="GeditTab.html#GeditTab--state"/>
 
237
    <keyword type="struct" name="GeditViewPrivate" link="GeditView.html#GeditViewPrivate"/>
 
238
    <keyword type="struct" name="GeditView" link="GeditView.html#GeditView-struct"/>
 
239
    <keyword type="function" name="gedit_view_new ()" link="GeditView.html#gedit-view-new"/>
 
240
    <keyword type="function" name="gedit_view_cut_clipboard ()" link="GeditView.html#gedit-view-cut-clipboard"/>
 
241
    <keyword type="function" name="gedit_view_copy_clipboard ()" link="GeditView.html#gedit-view-copy-clipboard"/>
 
242
    <keyword type="function" name="gedit_view_paste_clipboard ()" link="GeditView.html#gedit-view-paste-clipboard"/>
 
243
    <keyword type="function" name="gedit_view_delete_selection ()" link="GeditView.html#gedit-view-delete-selection"/>
 
244
    <keyword type="function" name="gedit_view_select_all ()" link="GeditView.html#gedit-view-select-all"/>
 
245
    <keyword type="function" name="gedit_view_scroll_to_cursor ()" link="GeditView.html#gedit-view-scroll-to-cursor"/>
 
246
    <keyword type="function" name="gedit_view_set_font ()" link="GeditView.html#gedit-view-set-font"/>
 
247
    <keyword type="signal" name="The &quot;drop-uris&quot; signal" link="GeditView.html#GeditView-drop-uris"/>
 
248
    <keyword type="signal" name="The &quot;reset-searched-text&quot; signal" link="GeditView.html#GeditView-reset-searched-text"/>
 
249
    <keyword type="signal" name="The &quot;start-interactive-goto-line&quot; signal" link="GeditView.html#GeditView-start-interactive-goto-line"/>
 
250
    <keyword type="signal" name="The &quot;start-interactive-search&quot; signal" link="GeditView.html#GeditView-start-interactive-search"/>
 
251
    <keyword type="enum" name="enum GeditWindowState" link="GeditWindow.html#GeditWindowState"/>
 
252
    <keyword type="struct" name="GeditWindowPrivate" link="GeditWindow.html#GeditWindowPrivate"/>
 
253
    <keyword type="struct" name="GeditWindow" link="GeditWindow.html#GeditWindow-struct"/>
 
254
    <keyword type="function" name="gedit_window_create_tab ()" link="GeditWindow.html#gedit-window-create-tab"/>
 
255
    <keyword type="function" name="gedit_window_create_tab_from_uri ()" link="GeditWindow.html#gedit-window-create-tab-from-uri"/>
 
256
    <keyword type="function" name="gedit_window_close_tab ()" link="GeditWindow.html#gedit-window-close-tab"/>
 
257
    <keyword type="function" name="gedit_window_close_all_tabs ()" link="GeditWindow.html#gedit-window-close-all-tabs"/>
 
258
    <keyword type="function" name="gedit_window_close_tabs ()" link="GeditWindow.html#gedit-window-close-tabs"/>
 
259
    <keyword type="function" name="gedit_window_get_active_tab ()" link="GeditWindow.html#gedit-window-get-active-tab"/>
 
260
    <keyword type="function" name="gedit_window_set_active_tab ()" link="GeditWindow.html#gedit-window-set-active-tab"/>
 
261
    <keyword type="function" name="gedit_window_get_active_view ()" link="GeditWindow.html#gedit-window-get-active-view"/>
 
262
    <keyword type="function" name="gedit_window_get_active_document ()" link="GeditWindow.html#gedit-window-get-active-document"/>
 
263
    <keyword type="function" name="gedit_window_get_documents ()" link="GeditWindow.html#gedit-window-get-documents"/>
 
264
    <keyword type="function" name="gedit_window_get_unsaved_documents ()" link="GeditWindow.html#gedit-window-get-unsaved-documents"/>
 
265
    <keyword type="function" name="gedit_window_get_views ()" link="GeditWindow.html#gedit-window-get-views"/>
 
266
    <keyword type="function" name="gedit_window_get_group ()" link="GeditWindow.html#gedit-window-get-group"/>
 
267
    <keyword type="function" name="gedit_window_get_side_panel ()" link="GeditWindow.html#gedit-window-get-side-panel"/>
 
268
    <keyword type="function" name="gedit_window_get_bottom_panel ()" link="GeditWindow.html#gedit-window-get-bottom-panel"/>
 
269
    <keyword type="function" name="gedit_window_get_statusbar ()" link="GeditWindow.html#gedit-window-get-statusbar"/>
 
270
    <keyword type="function" name="gedit_window_get_ui_manager ()" link="GeditWindow.html#gedit-window-get-ui-manager"/>
 
271
    <keyword type="function" name="gedit_window_get_state ()" link="GeditWindow.html#gedit-window-get-state"/>
 
272
    <keyword type="function" name="gedit_window_get_tab_from_location ()" link="GeditWindow.html#gedit-window-get-tab-from-location"/>
 
273
    <keyword type="function" name="gedit_window_get_tab_from_uri ()" link="GeditWindow.html#gedit-window-get-tab-from-uri" deprecated="2.24: Use gedit_window_get_tab_from_location() instead."/>
 
274
    <keyword type="function" name="gedit_window_get_message_bus ()" link="GeditWindow.html#gedit-window-get-message-bus"/>
 
275
    <keyword type="property" name="The &quot;state&quot; property" link="GeditWindow.html#GeditWindow--state"/>
 
276
    <keyword type="signal" name="The &quot;active-tab-changed&quot; signal" link="GeditWindow.html#GeditWindow-active-tab-changed"/>
 
277
    <keyword type="signal" name="The &quot;active-tab-state-changed&quot; signal" link="GeditWindow.html#GeditWindow-active-tab-state-changed"/>
 
278
    <keyword type="signal" name="The &quot;tab-added&quot; signal" link="GeditWindow.html#GeditWindow-tab-added"/>
 
279
    <keyword type="signal" name="The &quot;tab-removed&quot; signal" link="GeditWindow.html#GeditWindow-tab-removed"/>
 
280
    <keyword type="signal" name="The &quot;tabs-reordered&quot; signal" link="GeditWindow.html#GeditWindow-tabs-reordered"/>
281
281
    <keyword type="enum" name="enum GeditDebugSection" link="gedit-gedit-debug.html#GeditDebugSection"/>
282
282
    <keyword type="macro" name="DEBUG_VIEW" link="gedit-gedit-debug.html#DEBUG-VIEW:CAPS"/>
283
283
    <keyword type="macro" name="DEBUG_SEARCH" link="gedit-gedit-debug.html#DEBUG-SEARCH:CAPS"/>
550
550
    <keyword type="function" name="gedit_utils_activate_url ()" link="gedit-gedit-utils.html#gedit-utils-activate-url"/>
551
551
    <keyword type="function" name="gedit_utils_is_valid_uri ()" link="gedit-gedit-utils.html#gedit-utils-is-valid-uri"/>
552
552
    <keyword type="function" name="gedit_utils_make_canonical_uri_from_shell_arg ()" link="gedit-gedit-utils.html#gedit-utils-make-canonical-uri-from-shell-arg"/>
553
 
    <keyword type="constant" name="GEDIT_DOCUMENT_SAVE_IGNORE_MTIME" link="gedit-gedit-document.html#GEDIT-DOCUMENT-SAVE-IGNORE-MTIME:CAPS"/>
554
 
    <keyword type="constant" name="GEDIT_DOCUMENT_SAVE_IGNORE_BACKUP" link="gedit-gedit-document.html#GEDIT-DOCUMENT-SAVE-IGNORE-BACKUP:CAPS"/>
555
 
    <keyword type="constant" name="GEDIT_DOCUMENT_SAVE_PRESERVE_BACKUP" link="gedit-gedit-document.html#GEDIT-DOCUMENT-SAVE-PRESERVE-BACKUP:CAPS"/>
 
553
    <keyword type="constant" name="GEDIT_DOCUMENT_SAVE_IGNORE_MTIME" link="GeditDocument.html#GEDIT-DOCUMENT-SAVE-IGNORE-MTIME:CAPS"/>
 
554
    <keyword type="constant" name="GEDIT_DOCUMENT_SAVE_IGNORE_BACKUP" link="GeditDocument.html#GEDIT-DOCUMENT-SAVE-IGNORE-BACKUP:CAPS"/>
 
555
    <keyword type="constant" name="GEDIT_DOCUMENT_SAVE_PRESERVE_BACKUP" link="GeditDocument.html#GEDIT-DOCUMENT-SAVE-PRESERVE-BACKUP:CAPS"/>
556
556
  </functions>
557
557
</book>