Update for new capplet Update Name/Comment/Exec entries
2004-01-12 Rodney Dawes <dobey@ximian.com> * Makefile.am: Update for new capplet * background.desktop.in: Update Name/Comment/Exec entries * gnome-wp-capplet.[ch]: * gnome-wp-info.[ch]: * gnome-wp-item.[ch]: * gnome-wp-utils.[ch]: * gnome-wp-xml.[ch]: Add new capplet code to CVS
This commit is contained in:
parent
2865c350b6
commit
2e428e7746
14 changed files with 2662 additions and 14 deletions
28
capplets/background/gnome-wp-xml.h
Normal file
28
capplets/background/gnome-wp-xml.h
Normal file
|
@ -0,0 +1,28 @@
|
|||
/*
|
||||
* Authors: Rodney Dawes <dobey@ximian.com>
|
||||
*
|
||||
* Copyright 2003 Novell, Inc. (www.novell.com)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of version 2 of the GNU General Public License
|
||||
* as published by the Free Software Foundation
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _GNOME_WP_XML_H_
|
||||
#define _GNOME_WP_XML_H_
|
||||
|
||||
void gnome_wp_xml_load_list (GnomeWPCapplet * capplet);
|
||||
void gnome_wp_xml_save_list (GnomeWPCapplet * capplet);
|
||||
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue