gtksourceview3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +7 -1
- data/lib/gtksourceview3/loader.rb +0 -6
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +4 -4
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- metadata +13 -7
@@ -3,11 +3,11 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkSourceFileSaver: GtkSourceView 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch05.html" title="File Loading and Saving">
|
9
9
|
<link rel="prev" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader">
|
10
|
-
<link rel="next" href="
|
10
|
+
<link rel="next" href="ch06.html" title="Gutter and Marks">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -20,9 +20,9 @@
|
|
20
20
|
<a href="#GtkSourceFileSaver.properties" class="shortcut">Properties</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
23
|
+
<td><a accesskey="u" href="ch05.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="GtkSourceFileLoader.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
-
<td><a accesskey="n" href="
|
25
|
+
<td><a accesskey="n" href="ch06.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
27
27
|
<div class="refentry">
|
28
28
|
<a name="GtkSourceFileSaver"></a><div class="titlepage"></div>
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</tr></table></div>
|
36
36
|
<div class="refsect1">
|
37
37
|
<a name="GtkSourceFileSaver.functions"></a><h2>Functions</h2>
|
38
|
-
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
39
39
|
<colgroup>
|
40
40
|
<col width="150px" class="functions_return">
|
41
41
|
<col class="functions_name">
|
@@ -75,7 +75,7 @@
|
|
75
75
|
</tr>
|
76
76
|
<tr>
|
77
77
|
<td class="function_type">
|
78
|
-
<a href="
|
78
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
|
79
79
|
</td>
|
80
80
|
<td class="function_name">
|
81
81
|
<a class="link" href="GtkSourceFileSaver.html#gtk-source-file-saver-get-location" title="gtk_source_file_saver_get_location ()">gtk_source_file_saver_get_location</a> <span class="c_punctuation">()</span>
|
@@ -154,7 +154,7 @@
|
|
154
154
|
</tr>
|
155
155
|
<tr>
|
156
156
|
<td class="function_type">
|
157
|
-
<a href="
|
157
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
158
158
|
</td>
|
159
159
|
<td class="function_name">
|
160
160
|
<a class="link" href="GtkSourceFileSaver.html#gtk-source-file-saver-save-finish" title="gtk_source_file_saver_save_finish ()">gtk_source_file_saver_save_finish</a> <span class="c_punctuation">()</span>
|
@@ -165,7 +165,7 @@
|
|
165
165
|
</div>
|
166
166
|
<div class="refsect1">
|
167
167
|
<a name="GtkSourceFileSaver.properties"></a><h2>Properties</h2>
|
168
|
-
<div class="informaltable"><table border="0">
|
168
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
169
169
|
<colgroup>
|
170
170
|
<col width="150px" class="properties_type">
|
171
171
|
<col width="300px" class="properties_name">
|
@@ -202,7 +202,7 @@
|
|
202
202
|
</tr>
|
203
203
|
<tr>
|
204
204
|
<td class="property_type">
|
205
|
-
<a href="
|
205
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *</td>
|
206
206
|
<td class="property_name"><a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaver--location" title="The “location” property">location</a></td>
|
207
207
|
<td class="property_flags">Read / Write / Construct Only</td>
|
208
208
|
</tr>
|
@@ -216,7 +216,7 @@
|
|
216
216
|
</div>
|
217
217
|
<div class="refsect1">
|
218
218
|
<a name="GtkSourceFileSaver.other"></a><h2>Types and Values</h2>
|
219
|
-
<div class="informaltable"><table width="100%" border="0">
|
219
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
220
220
|
<colgroup>
|
221
221
|
<col width="150px" class="name">
|
222
222
|
<col class="description">
|
@@ -243,7 +243,11 @@
|
|
243
243
|
</div>
|
244
244
|
<div class="refsect1">
|
245
245
|
<a name="GtkSourceFileSaver.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
246
|
-
<pre class="screen"> <a href="
|
246
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
247
|
+
<span class="lineart">╰──</span> GtkSourceFileSaverError
|
248
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
|
249
|
+
<span class="lineart">╰──</span> GtkSourceFileSaverFlags
|
250
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
247
251
|
<span class="lineart">╰──</span> GtkSourceFileSaver
|
248
252
|
</pre>
|
249
253
|
</div>
|
@@ -255,7 +259,7 @@
|
|
255
259
|
<div class="refsect1">
|
256
260
|
<a name="GtkSourceFileSaver.description"></a><h2>Description</h2>
|
257
261
|
<p>A <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> object permits to save a <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> into a
|
258
|
-
<a href="
|
262
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a>.</p>
|
259
263
|
<p>A file saver should be used only for one save operation, including errors
|
260
264
|
handling. If an error occurs, you can reconfigure the saver and relaunch the
|
261
265
|
operation with <a class="link" href="GtkSourceFileSaver.html#gtk-source-file-saver-save-async" title="gtk_source_file_saver_save_async ()"><code class="function">gtk_source_file_saver_save_async()</code></a>.</p>
|
@@ -272,10 +276,10 @@ gtk_source_file_saver_new (<em class="parameter"><code><a class="link" href="Gtk
|
|
272
276
|
<a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>'s location.</p>
|
273
277
|
<p>This constructor is suitable for a simple "save" operation, when the <em class="parameter"><code>file</code></em>
|
274
278
|
|
275
|
-
already contains a non-<a href="
|
279
|
+
already contains a non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <a class="link" href="GtkSourceFile.html#GtkSourceFile--location" title="The “location” property"><span class="type">“location”</span></a>.</p>
|
276
280
|
<div class="refsect3">
|
277
281
|
<a name="gtk-source-file-saver-new.parameters"></a><h4>Parameters</h4>
|
278
|
-
<div class="informaltable"><table width="100%" border="0">
|
282
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
279
283
|
<colgroup>
|
280
284
|
<col width="150px" class="parameters_name">
|
281
285
|
<col class="parameters_description">
|
@@ -307,7 +311,7 @@ already contains a non-<a href="https://developer.gnome.org/glib/unstable/glib-S
|
|
307
311
|
<pre class="programlisting"><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="returnvalue">GtkSourceFileSaver</span></a> *
|
308
312
|
gtk_source_file_saver_new_with_target (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
|
309
313
|
<em class="parameter"><code><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a> *file</code></em>,
|
310
|
-
<em class="parameter"><code><a href="
|
314
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *target_location</code></em>);</pre>
|
311
315
|
<p>Creates a new <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> object with a target location. When the
|
312
316
|
file saving is finished successfully, <em class="parameter"><code>target_location</code></em>
|
313
317
|
is set to the <em class="parameter"><code>file</code></em>
|
@@ -318,7 +322,7 @@ location is still available in <a class="link" href="GtkSourceFile.html" title="
|
|
318
322
|
buffer for the first time.</p>
|
319
323
|
<div class="refsect3">
|
320
324
|
<a name="gtk-source-file-saver-new-with-target.parameters"></a><h4>Parameters</h4>
|
321
|
-
<div class="informaltable"><table width="100%" border="0">
|
325
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
322
326
|
<colgroup>
|
323
327
|
<col width="150px" class="parameters_name">
|
324
328
|
<col class="parameters_description">
|
@@ -337,7 +341,7 @@ buffer for the first time.</p>
|
|
337
341
|
</tr>
|
338
342
|
<tr>
|
339
343
|
<td class="parameter_name"><p>target_location</p></td>
|
340
|
-
<td class="parameter_description"><p>the <a href="
|
344
|
+
<td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer to.</p></td>
|
341
345
|
<td class="parameter_annotations"> </td>
|
342
346
|
</tr>
|
343
347
|
</tbody>
|
@@ -356,7 +360,7 @@ buffer for the first time.</p>
|
|
356
360
|
gtk_source_file_saver_get_buffer (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
357
361
|
<div class="refsect3">
|
358
362
|
<a name="gtk-source-file-saver-get-buffer.parameters"></a><h4>Parameters</h4>
|
359
|
-
<div class="informaltable"><table width="100%" border="0">
|
363
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
360
364
|
<colgroup>
|
361
365
|
<col width="150px" class="parameters_name">
|
362
366
|
<col class="parameters_description">
|
@@ -383,7 +387,7 @@ gtk_source_file_saver_get_buffer (<em class="parameter"><code><a class="link" hr
|
|
383
387
|
gtk_source_file_saver_get_file (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
384
388
|
<div class="refsect3">
|
385
389
|
<a name="gtk-source-file-saver-get-file.parameters"></a><h4>Parameters</h4>
|
386
|
-
<div class="informaltable"><table width="100%" border="0">
|
390
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
387
391
|
<colgroup>
|
388
392
|
<col width="150px" class="parameters_name">
|
389
393
|
<col class="parameters_description">
|
@@ -406,11 +410,11 @@ gtk_source_file_saver_get_file (<em class="parameter"><code><a class="link" href
|
|
406
410
|
<hr>
|
407
411
|
<div class="refsect2">
|
408
412
|
<a name="gtk-source-file-saver-get-location"></a><h3>gtk_source_file_saver_get_location ()</h3>
|
409
|
-
<pre class="programlisting"><a href="
|
413
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
|
410
414
|
gtk_source_file_saver_get_location (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
411
415
|
<div class="refsect3">
|
412
416
|
<a name="gtk-source-file-saver-get-location.parameters"></a><h4>Parameters</h4>
|
413
|
-
<div class="informaltable"><table width="100%" border="0">
|
417
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
414
418
|
<colgroup>
|
415
419
|
<col width="150px" class="parameters_name">
|
416
420
|
<col class="parameters_description">
|
@@ -425,7 +429,7 @@ gtk_source_file_saver_get_location (<em class="parameter"><code><a class="link"
|
|
425
429
|
</div>
|
426
430
|
<div class="refsect3">
|
427
431
|
<a name="gtk-source-file-saver-get-location.returns"></a><h4>Returns</h4>
|
428
|
-
<p> the <a href="
|
432
|
+
<p> the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer to. </p>
|
429
433
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
430
434
|
</div>
|
431
435
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
@@ -437,11 +441,11 @@ gtk_source_file_saver_get_location (<em class="parameter"><code><a class="link"
|
|
437
441
|
gtk_source_file_saver_set_encoding (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>,
|
438
442
|
<em class="parameter"><code>const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *encoding</code></em>);</pre>
|
439
443
|
<p>Sets the encoding. If <em class="parameter"><code>encoding</code></em>
|
440
|
-
is <a href="
|
444
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the UTF-8 encoding will be set.
|
441
445
|
By default the encoding is taken from the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
|
442
446
|
<div class="refsect3">
|
443
447
|
<a name="gtk-source-file-saver-set-encoding.parameters"></a><h4>Parameters</h4>
|
444
|
-
<div class="informaltable"><table width="100%" border="0">
|
448
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
445
449
|
<colgroup>
|
446
450
|
<col width="150px" class="parameters_name">
|
447
451
|
<col class="parameters_description">
|
@@ -455,8 +459,8 @@ By default the encoding is taken from the <a class="link" href="GtkSourceFile.ht
|
|
455
459
|
</tr>
|
456
460
|
<tr>
|
457
461
|
<td class="parameter_name"><p>encoding</p></td>
|
458
|
-
<td class="parameter_description"><p> the new encoding, or <a href="
|
459
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
462
|
+
<td class="parameter_description"><p> the new encoding, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for UTF-8. </p></td>
|
463
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
460
464
|
</tr>
|
461
465
|
</tbody>
|
462
466
|
</table></div>
|
@@ -470,7 +474,7 @@ By default the encoding is taken from the <a class="link" href="GtkSourceFile.ht
|
|
470
474
|
gtk_source_file_saver_get_encoding (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
471
475
|
<div class="refsect3">
|
472
476
|
<a name="gtk-source-file-saver-get-encoding.parameters"></a><h4>Parameters</h4>
|
473
|
-
<div class="informaltable"><table width="100%" border="0">
|
477
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
474
478
|
<colgroup>
|
475
479
|
<col width="150px" class="parameters_name">
|
476
480
|
<col class="parameters_description">
|
@@ -500,7 +504,7 @@ gtk_source_file_saver_set_newline_type
|
|
500
504
|
<a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
|
501
505
|
<div class="refsect3">
|
502
506
|
<a name="gtk-source-file-saver-set-newline-type.parameters"></a><h4>Parameters</h4>
|
503
|
-
<div class="informaltable"><table width="100%" border="0">
|
507
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
504
508
|
<colgroup>
|
505
509
|
<col width="150px" class="parameters_name">
|
506
510
|
<col class="parameters_description">
|
@@ -530,7 +534,7 @@ gtk_source_file_saver_get_newline_type
|
|
530
534
|
(<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
531
535
|
<div class="refsect3">
|
532
536
|
<a name="gtk-source-file-saver-get-newline-type.parameters"></a><h4>Parameters</h4>
|
533
|
-
<div class="informaltable"><table width="100%" border="0">
|
537
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
534
538
|
<colgroup>
|
535
539
|
<col width="150px" class="parameters_name">
|
536
540
|
<col class="parameters_description">
|
@@ -560,7 +564,7 @@ gtk_source_file_saver_set_compression_type
|
|
560
564
|
<a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
|
561
565
|
<div class="refsect3">
|
562
566
|
<a name="gtk-source-file-saver-set-compression-type.parameters"></a><h4>Parameters</h4>
|
563
|
-
<div class="informaltable"><table width="100%" border="0">
|
567
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
564
568
|
<colgroup>
|
565
569
|
<col width="150px" class="parameters_name">
|
566
570
|
<col class="parameters_description">
|
@@ -590,7 +594,7 @@ gtk_source_file_saver_get_compression_type
|
|
590
594
|
(<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
591
595
|
<div class="refsect3">
|
592
596
|
<a name="gtk-source-file-saver-get-compression-type.parameters"></a><h4>Parameters</h4>
|
593
|
-
<div class="informaltable"><table width="100%" border="0">
|
597
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
594
598
|
<colgroup>
|
595
599
|
<col width="150px" class="parameters_name">
|
596
600
|
<col class="parameters_description">
|
@@ -617,7 +621,7 @@ gtk_source_file_saver_set_flags (<em class="parameter"><code><a class="link" hre
|
|
617
621
|
<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaverFlags" title="enum GtkSourceFileSaverFlags"><span class="type">GtkSourceFileSaverFlags</span></a> flags</code></em>);</pre>
|
618
622
|
<div class="refsect3">
|
619
623
|
<a name="gtk-source-file-saver-set-flags.parameters"></a><h4>Parameters</h4>
|
620
|
-
<div class="informaltable"><table width="100%" border="0">
|
624
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
621
625
|
<colgroup>
|
622
626
|
<col width="150px" class="parameters_name">
|
623
627
|
<col class="parameters_description">
|
@@ -646,7 +650,7 @@ gtk_source_file_saver_set_flags (<em class="parameter"><code><a class="link" hre
|
|
646
650
|
gtk_source_file_saver_get_flags (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
647
651
|
<div class="refsect3">
|
648
652
|
<a name="gtk-source-file-saver-get-flags.parameters"></a><h4>Parameters</h4>
|
649
|
-
<div class="informaltable"><table width="100%" border="0">
|
653
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
650
654
|
<colgroup>
|
651
655
|
<col width="150px" class="parameters_name">
|
652
656
|
<col class="parameters_description">
|
@@ -670,18 +674,18 @@ gtk_source_file_saver_get_flags (<em class="parameter"><code><a class="link" hre
|
|
670
674
|
<a name="gtk-source-file-saver-save-async"></a><h3>gtk_source_file_saver_save_async ()</h3>
|
671
675
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
672
676
|
gtk_source_file_saver_save_async (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>,
|
673
|
-
<em class="parameter"><code><a href="
|
674
|
-
<em class="parameter"><code><a href="
|
675
|
-
<em class="parameter"><code><a href="
|
676
|
-
<em class="parameter"><code><a href="
|
677
|
-
<em class="parameter"><code><a href="
|
678
|
-
<em class="parameter"><code><a href="
|
679
|
-
<em class="parameter"><code><a href="
|
680
|
-
<p>Saves asynchronously the buffer into the file. See the <a href="
|
677
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> io_priority</code></em>,
|
678
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
679
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFileProgressCallback"><span class="type">GFileProgressCallback</span></a> progress_callback</code></em>,
|
680
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> progress_callback_data</code></em>,
|
681
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> progress_callback_notify</code></em>,
|
682
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
683
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
684
|
+
<p>Saves asynchronously the buffer into the file. See the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>
|
681
685
|
documentation to know how to use this function.</p>
|
682
686
|
<div class="refsect3">
|
683
687
|
<a name="gtk-source-file-saver-save-async.parameters"></a><h4>Parameters</h4>
|
684
|
-
<div class="informaltable"><table width="100%" border="0">
|
688
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
685
689
|
<colgroup>
|
686
690
|
<col width="150px" class="parameters_name">
|
687
691
|
<col class="parameters_description">
|
@@ -695,19 +699,19 @@ documentation to know how to use this function.</p>
|
|
695
699
|
</tr>
|
696
700
|
<tr>
|
697
701
|
<td class="parameter_name"><p>io_priority</p></td>
|
698
|
-
<td class="parameter_description"><p>the I/O priority of the request. E.g. <a href="
|
699
|
-
<a href="
|
702
|
+
<td class="parameter_description"><p>the I/O priority of the request. E.g. <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-LOW:CAPS"><code class="literal">G_PRIORITY_LOW</code></a>,
|
703
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT:CAPS"><code class="literal">G_PRIORITY_DEFAULT</code></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH:CAPS"><code class="literal">G_PRIORITY_HIGH</code></a>.</p></td>
|
700
704
|
<td class="parameter_annotations"> </td>
|
701
705
|
</tr>
|
702
706
|
<tr>
|
703
707
|
<td class="parameter_name"><p>cancellable</p></td>
|
704
|
-
<td class="parameter_description"><p> optional <a href="
|
708
|
+
<td class="parameter_description"><p> optional <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> object, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
705
709
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
706
710
|
</tr>
|
707
711
|
<tr>
|
708
712
|
<td class="parameter_name"><p>progress_callback</p></td>
|
709
713
|
<td class="parameter_description"><p> function to call back with
|
710
|
-
progress information, or <a href="
|
714
|
+
progress information, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if progress information is not needed. </p></td>
|
711
715
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until the GDestroyNotify argument is called."><span class="acronym">scope notified</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
712
716
|
</tr>
|
713
717
|
<tr>
|
@@ -722,12 +726,12 @@ progress information, or <a href="https://developer.gnome.org/glib/unstable/glib
|
|
722
726
|
<em class="parameter"><code>progress_callback_data</code></em>
|
723
727
|
when the <em class="parameter"><code>progress_callback</code></em>
|
724
728
|
is no longer needed, or
|
725
|
-
<a href="
|
729
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
726
730
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
727
731
|
</tr>
|
728
732
|
<tr>
|
729
733
|
<td class="parameter_name"><p>callback</p></td>
|
730
|
-
<td class="parameter_description"><p> a <a href="
|
734
|
+
<td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is
|
731
735
|
satisfied. </p></td>
|
732
736
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span></td>
|
733
737
|
</tr>
|
@@ -745,19 +749,19 @@ satisfied. </p></td>
|
|
745
749
|
<hr>
|
746
750
|
<div class="refsect2">
|
747
751
|
<a name="gtk-source-file-saver-save-finish"></a><h3>gtk_source_file_saver_save_finish ()</h3>
|
748
|
-
<pre class="programlisting"><a href="
|
752
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
749
753
|
gtk_source_file_saver_save_finish (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>,
|
750
|
-
<em class="parameter"><code><a href="
|
751
|
-
<em class="parameter"><code><a href="
|
754
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
755
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
752
756
|
<p>Finishes a file saving started with <a class="link" href="GtkSourceFileSaver.html#gtk-source-file-saver-save-async" title="gtk_source_file_saver_save_async ()"><code class="function">gtk_source_file_saver_save_async()</code></a>.</p>
|
753
757
|
<p>If the file has been saved successfully, the following <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>
|
754
758
|
properties will be updated: the location, the encoding, the newline type and
|
755
759
|
the compression type.</p>
|
756
|
-
<p>Since the 3.20 version, <a href="http://developer.gnome.org/
|
760
|
+
<p>Since the 3.20 version, <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#gtk-text-buffer-set-modified"><code class="function">gtk_text_buffer_set_modified()</code></a> is called with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
757
761
|
if the file has been saved successfully.</p>
|
758
762
|
<div class="refsect3">
|
759
763
|
<a name="gtk-source-file-saver-save-finish.parameters"></a><h4>Parameters</h4>
|
760
|
-
<div class="informaltable"><table width="100%" border="0">
|
764
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
761
765
|
<colgroup>
|
762
766
|
<col width="150px" class="parameters_name">
|
763
767
|
<col class="parameters_description">
|
@@ -771,12 +775,12 @@ if the file has been saved successfully.</p>
|
|
771
775
|
</tr>
|
772
776
|
<tr>
|
773
777
|
<td class="parameter_name"><p>result</p></td>
|
774
|
-
<td class="parameter_description"><p>a <a href="
|
778
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>.</p></td>
|
775
779
|
<td class="parameter_annotations"> </td>
|
776
780
|
</tr>
|
777
781
|
<tr>
|
778
782
|
<td class="parameter_name"><p>error</p></td>
|
779
|
-
<td class="parameter_description"><p>a <a href="
|
783
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
|
780
784
|
<td class="parameter_annotations"> </td>
|
781
785
|
</tr>
|
782
786
|
</tbody>
|
@@ -807,7 +811,7 @@ if the file has been saved successfully.</p>
|
|
807
811
|
<p>An error code used with the <a class="link" href="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-ERROR:CAPS" title="GTK_SOURCE_FILE_SAVER_ERROR"><code class="literal">GTK_SOURCE_FILE_SAVER_ERROR</code></a> domain.</p>
|
808
812
|
<div class="refsect3">
|
809
813
|
<a name="GtkSourceFileSaverError.members"></a><h4>Members</h4>
|
810
|
-
<div class="informaltable"><table width="100%" border="0">
|
814
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
811
815
|
<colgroup>
|
812
816
|
<col width="300px" class="enum_members_name">
|
813
817
|
<col class="enum_members_description">
|
@@ -841,7 +845,7 @@ if the file has been saved successfully.</p>
|
|
841
845
|
<p>Flags to define the behavior of a <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a>.</p>
|
842
846
|
<div class="refsect3">
|
843
847
|
<a name="GtkSourceFileSaverFlags.members"></a><h4>Members</h4>
|
844
|
-
<div class="informaltable"><table width="100%" border="0">
|
848
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
845
849
|
<colgroup>
|
846
850
|
<col width="300px" class="enum_members_name">
|
847
851
|
<col class="enum_members_description">
|
@@ -929,8 +933,8 @@ reference to the file.</p>
|
|
929
933
|
<hr>
|
930
934
|
<div class="refsect2">
|
931
935
|
<a name="GtkSourceFileSaver--location"></a><h3>The <code class="literal">“location”</code> property</h3>
|
932
|
-
<pre class="programlisting"> “location” <a href="
|
933
|
-
<p>The <a href="
|
936
|
+
<pre class="programlisting"> “location” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *</pre>
|
937
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer. By default the location is taken
|
934
938
|
from the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a> at construction time.</p>
|
935
939
|
<p>Flags: Read / Write / Construct Only</p>
|
936
940
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|