~andywingo/guile-gnome/panel-applet

« back to all changes in this revision

Viewing changes to gnome/overrides/template.defs

  • Committer: Andy Wingo
  • Date: 2004-10-09 10:35:15 UTC
  • Revision ID: Arch-1:wingo@pobox.com--2004-main%guile-gnome-template--dev--0--base-0
initial import

(automatically generated log message)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;; -*- scheme -*-
 
2
;; guile-gnome
 
3
;; Copyright (C) 2004 Free Software Foundation, Inc.
 
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")