1;; -*- scheme -*-
2;; guile-gnome
3;; Copyright (C) 2003,2004 Andy Wingo <wingo at pobox dot com>
4
5;; This program is free software; you can redistribute it and/or
6;; modify it under the terms of the GNU General Public License as
7;; published by the Free Software Foundation; either version 2 of
8;; the License, or (at your option) any later version.
9;;
10;; This program is distributed in the hope that it will be useful,
11;; but WITHOUT ANY WARRANTY; without even the implied warranty of
12;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13;; GNU General Public License for more details.
14;;
15;; You should have received a copy of the GNU General Public License
16;; along with this program; if not, contact:
17;;
18;; Free Software Foundation           Voice:  +1-617-542-5942
19;; 59 Temple Place - Suite 330        Fax:    +1-617-542-2652
20;; Boston, MA  02111-1307,  USA       gnu@gnu.org
21
22;;; Commentary:
23;;
24;;Custom wrapper definitions.
25;;
26;;; Code:
27
28(ignore-glob  "*_get_type"
29              "_*"
30              "*_ref"
31              "*_unref"
32              "*_copy"
33              "*_free"
34              "*_newv"
35              "*_valist"
36              "*_setv"
37              "*_foreach"
38              "*_valist")
39
40(ignore "vte_terminal_get_text"
41        "vte_terminal_get_text_range")
42
43