[vte] Fix deprecation version of vte_terminal_get_padding



commit bbb00399fce8008fee378d31aa18a6b7c89d6c2b
Author: Christian Persch <chpe gnome org>
Date:   Tue Dec 1 15:59:12 2009 +0100

    Fix deprecation version of vte_terminal_get_padding
    
    It's 0.24, not 0.22.

 src/vte.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 392f312..00a0f18 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -13495,7 +13495,7 @@ vte_terminal_get_status_line(VteTerminal *terminal)
  * size.  The values returned in @xpad and @ypad are the total padding used in
  * each direction, and do not need to be doubled.
  *
- * @Deprecated: 0.22: Get the VteTerminal:inner-border style property instead
+ * @Deprecated: 0.24: Get the VteTerminal:inner-border style property instead
  */
 void
 vte_terminal_get_padding(VteTerminal *terminal, int *xpad, int *ypad)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]