diff options
author | Christian Persch <chpe@gnome.org> | 2009-12-01 15:59:12 +0100 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2009-12-01 15:59:12 +0100 |
commit | bbb00399fce8008fee378d31aa18a6b7c89d6c2b (patch) | |
tree | 7c1e7b6e6f77cd16828ce593a6cb786a19b64e80 /src | |
parent | a34ea6198748e1621b8f148d81b424ca5312f818 (diff) |
Fix deprecation version of vte_terminal_get_padding
It's 0.24, not 0.22.
Diffstat (limited to 'src')
-rw-r--r-- | src/vte.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |