/* * GNOME panel printer applet module. * (C) 1998 The Free Software Foundation * * Author: Miguel de Icaza * Config dialog bits: Federico Mena */ #ifndef _PRINTER_H_ #define _PRINTER_H_ BEGIN_GNOME_DECLS GtkWidget * make_printer_applet(const gchar *goad_id); END_GNOME_DECLS #endif