New upstream version 3.24.28
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
||||
<link rel="prev" href="GtkFontSelection.html" title="GtkFontSelection">
|
||||
<link rel="next" href="GtkHBox.html" title="GtkHBox">
|
||||
<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -207,7 +207,7 @@ gtk_font_selection_dialog_get_font_name
|
||||
<a class="link" href="GtkFontSelectionDialog.html#gtk-font-selection-dialog-set-font-name" title="gtk_font_selection_dialog_set_font_name ()"><code class="function">gtk_font_selection_dialog_set_font_name()</code></a>, as the font selection widget
|
||||
may normalize font names and thus return a string with a different
|
||||
structure. For example, “Helvetica Italic Bold 12” could be normalized
|
||||
to “Helvetica Bold Italic 12”. Use <a href="https://developer.gnome.org/pango/pango-Fonts.html#pango-font-description-equal"><code class="function">pango_font_description_equal()</code></a>
|
||||
to “Helvetica Bold Italic 12”. Use <code class="function">pango_font_description_equal()</code>
|
||||
if you want to compare two font descriptions.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-font-selection-dialog-get-font-name.parameters"></a><h4>Parameters</h4>
|
||||
@ -370,7 +370,7 @@ gtk_font_selection_dialog_get_cancel_button
|
||||
<a name="gtk-font-selection-dialog-get-cancel-button.returns"></a><h4>Returns</h4>
|
||||
<p>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> used in the dialog
|
||||
for the “Cancel” button. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.14</p>
|
||||
</div>
|
||||
@ -404,7 +404,7 @@ gtk_font_selection_dialog_get_ok_button
|
||||
<a name="gtk-font-selection-dialog-get-ok-button.returns"></a><h4>Returns</h4>
|
||||
<p>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> used in the dialog
|
||||
for the “OK” button. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.14</p>
|
||||
</div>
|
||||
@ -437,7 +437,7 @@ gtk_font_selection_dialog_get_font_selection
|
||||
<div class="refsect3">
|
||||
<a name="gtk-font-selection-dialog-get-font-selection.returns"></a><h4>Returns</h4>
|
||||
<p>the embedded <a class="link" href="GtkFontSelection.html" title="GtkFontSelection"><span class="type">GtkFontSelection</span></a>. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.22</p>
|
||||
</div>
|
||||
@ -455,6 +455,6 @@ gtk_font_selection_dialog_get_font_selection
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.33.0</div>
|
||||
<hr>Generated by GTK-Doc V1.33.1</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user