~ubuntu-branches/ubuntu/feisty/gnumeric/feisty

« back to all changes in this revision

Viewing changes to plugins/perl-loader/perl-loader.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-12-06 13:55:23 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061206135523-6bh02cebuk0hduva
Tags: 1.7.5-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include <glib-object.h>
5
5
 
6
6
GType gnm_perl_plugin_loader_get_type (void);
7
 
void  gnm_perl_plugin_loader_register (GTypeModule *module);
 
7
void  gnm_perl_plugin_loader_register_type (GTypeModule *module);
8
8
 
9
9
#endif /* GNM_PERL_PLUGIN_LOADER_H */