summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-12-01 15:59:12 +0100
committerChristian Persch <chpe@gnome.org>2009-12-01 15:59:12 +0100
commitbbb00399fce8008fee378d31aa18a6b7c89d6c2b (patch)
tree7c1e7b6e6f77cd16828ce593a6cb786a19b64e80
parenta34ea6198748e1621b8f148d81b424ca5312f818 (diff)
Fix deprecation version of vte_terminal_get_padding
It's 0.24, not 0.22.
-rw-r--r--src/vte.c2
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)