[vte] doc: Fix vte_terminal_get_allow_bold's description
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] doc: Fix vte_terminal_get_allow_bold's description
- Date: Tue, 19 Dec 2017 09:22:47 +0000 (UTC)
commit 96dfd02eeb3c63b321204fcba01c3b8417c12d19
Author: Egmont Koblinger <egmont gmail com>
Date: Tue Dec 19 10:21:34 2017 +0100
doc: Fix vte_terminal_get_allow_bold's description
src/vtegtk.cc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/vtegtk.cc b/src/vtegtk.cc
index fa86130..a7dcd9b 100644
--- a/src/vtegtk.cc
+++ b/src/vtegtk.cc
@@ -2906,8 +2906,9 @@ vte_terminal_set_size(VteTerminal *terminal,
* vte_terminal_get_allow_bold:
* @terminal: a #VteTerminal
*
- * Checks whether or not the terminal will attempt to draw bold text by
- * repainting text with a one-pixel offset.
+ * Checks whether or not the terminal will attempt to draw bold text,
+ * either by using a bold font variant or by repainting text with a different
+ * offset.
*
* Returns: %TRUE if bolding is enabled, %FALSE if not
*/
@@ -2926,7 +2927,6 @@ vte_terminal_get_allow_bold(VteTerminal *terminal)
* Controls whether or not the terminal will attempt to draw bold text,
* either by using a bold font variant or by repainting text with a different
* offset.
- *
*/
void
vte_terminal_set_allow_bold(VteTerminal *terminal,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]