home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / Install / gnome2perl.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-02-10  |  1.5 KB  |  45 lines

  1. /*
  2.  * Copyright (C) 2003 by the gtk2-perl team (see the file AUTHORS)
  3.  * 
  4.  * This library is free software; you can redistribute it and/or
  5.  * modify it under the terms of the GNU Lesser General Public
  6.  * License as published by the Free Software Foundation; either
  7.  * version 2.1 of the License, or (at your option) any later version.
  8.  * 
  9.  * This library is distributed in the hope that it will be useful,
  10.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  12.  * Lesser General Public License for more details.
  13.  * 
  14.  * You should have received a copy of the GNU Lesser General Public
  15.  * License along with this library; if not, write to the Free Software
  16.  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  17.  *
  18.  * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gnome2/gnome2perl.h,v 1.17 2004/02/10 16:00:36 kaffeetisch Exp $
  19.  */
  20.  
  21. #ifndef _GNOME2PERL_H_
  22. #define _GNOME2PERL_H_
  23.  
  24. #include <gtk2perl.h>
  25. #include <vfs2perl.h>
  26.  
  27. #undef _ /* gnome and perl disagree on this one */
  28.  
  29. #include <gnome.h>
  30. #include <libgnome/libgnometypebuiltins.h>
  31.  
  32. #include <libbonoboui.h>
  33.  
  34. #include "gnome2perl-versions.h"
  35. #include "gnome2perl-autogen.h"
  36.  
  37. GnomeUIInfo *SvGnomeUIInfo (SV *sv);
  38.  
  39. void gnome2perl_parse_uiinfo_sv (SV * sv, GnomeUIInfo * info);
  40. GnomeUIInfo * gnome2perl_svrv_to_uiinfo_tree (SV* sv, char * name);
  41. void gnome2perl_refill_infos (SV *data, GnomeUIInfo *infos);
  42. void gnome2perl_refill_infos_popup (SV *data, GnomeUIInfo *info);
  43.  
  44. #endif /* _GNOME2PERL_H_ */
  45.