New upstream version 3.24.24
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="SelectorWidgets.html" title="Selector Widgets and Dialogs">
|
||||
<link rel="prev" href="GtkColorChooserDialog.html" title="GtkColorChooserDialog">
|
||||
<link rel="next" href="GtkFileChooserButton.html" title="GtkFileChooserButton">
|
||||
<meta name="generator" content="GTK-Doc V1.99 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -746,7 +746,7 @@ the character set specified by the
|
||||
Please see the GLib documentation for more details about this
|
||||
variable.</p>
|
||||
<p>This means that while you can pass the result of
|
||||
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filename" title="gtk_file_chooser_get_filename ()"><code class="function">gtk_file_chooser_get_filename()</code></a> to <code class="function">open()</code> or <code class="function">fopen()</code>,
|
||||
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filename" title="gtk_file_chooser_get_filename ()"><code class="function">gtk_file_chooser_get_filename()</code></a> to <code class="function">g_open()</code> or <code class="function">g_fopen()</code>,
|
||||
you may not be able to directly set it as the text of a
|
||||
<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget unless you convert it first to UTF-8,
|
||||
which all GTK+ widgets expect. You should use <code class="function">g_filename_to_utf8()</code>
|
||||
@ -3830,6 +3830,6 @@ chooser about whether the preview was generated successfully or not.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.99</div>
|
||||
<hr>Generated by GTK-Doc V1.33.0</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user