new gnome-default-applications capplet, patch by Luca Cavalli
2006-01-16 Sebastien Bacher <seb128@debian.org> * Makefile.am: * default-applications-properties.glade: * gnome-da-capplet.c, gnome-da-capplet.h: * gnome-da-item.c, gnome-da-item.h: * gnome-da-xml.c, gnome-da-xml.h: * gnome-default-applications-properties-structs.c: * gnome-default-applications-properties.c: * gnome-default-applications-properties.glade: * gnome-default-applications.xml.in: new gnome-default-applications capplet, patch by Luca Cavalli <loopback@slackit.org> updated for the gnome-control-center build system
This commit is contained in:
parent
ccf99ec6be
commit
2f8d99ddce
13 changed files with 3215 additions and 2297 deletions
26
capplets/default-applications/gnome-da-xml.h
Normal file
26
capplets/default-applications/gnome-da-xml.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
* Authors: Luca Cavalli <loopback@slackit.org>
|
||||
*
|
||||
* Copyright 2005-2006 Luca Cavalli
|
||||
*
|
||||
* 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_DA_XML_H_
|
||||
#define _GNOME_DA_XML_H_
|
||||
|
||||
void gnome_da_xml_load_list (GnomeDACapplet *capplet);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue