/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-component-info.h - Load/save information about Evolution components. * * Copyright (C) 2002 Ximian, Inc. * * 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 Place - Suite 330, * Boston, MA 02111-1307, USA. * * Author: Ettore Perazzoli */ #ifndef E_COMPONENT_INFO_H #define E_COMPONENT_INFO_H #include struct _EComponentInfoFolderType { char *name; char *icon_file_name; char *display_name; char *description; GSList *accepted_dnd_types; /* */ GSList *exported_dnd_types; /* */ unsigned int is_user_creatable : 1; }; typedef struct _EComponentInfoFolderType EComponentInfoFolderType; struct _EComponentInfoUserCreatableItemType { char *id; char *description; char *icon_file_name; char *menu_description; char *menu_shortcut; }; typedef struct _EComponentInfoUserCreatableItemType EComponentInfoUserCreatableItemType; struct _EComponentInfo { char *id; char *description; char *icon_file_name; GSList *folder_types; /* */ GSList *uri_schemas; /* */ GSList *user_creatable_item_types; /* */ }; typedef struct _EComponentInfo EComponentInfo; EComponentInfo *e_component_info_load (const char *file_name); void e_component_info_free (EComponentInfo *info); #endif /* E_COMPONENT_INFO_H */ antw44/cgit/gsoc2013-evolution/log/mail?h=EVOLUTION_2_26_3'>logtreecommitdiffstats
path: root/mail
ModeNameSize
-rw-r--r--.cvsignore155logstatsplainblame
-rw-r--r--ChangeLog226942logstatsplainblame
-rw-r--r--GNOME_Evolution_Mail.oaf.in3725logstatsplainblame
-rw-r--r--GNOME_Evolution_Mail.oafinfo3725logstatsplainblame
-rw-r--r--Mail.idl546logstatsplainblame
-rw-r--r--Makefile.am4158logstatsplainblame
-rw-r--r--README.async14357logstatsplainblame
-rw-r--r--component-factory.c9999logstatsplainblame
-rw-r--r--component-factory.h1001logstatsplainblame
-rw-r--r--e-attchmt.png169logstatsplainblame
-rw-r--r--evolution-mail.oafinfo3725logstatsplainblame
-rw-r--r--folder-browser-factory.c7227logstatsplainblame
-rw-r--r--folder-browser-factory.h595logstatsplainblame
-rw-r--r--folder-browser.c22810logstatsplainblame
-rw-r--r--folder-browser.h3130logstatsplainblame
-rw-r--r--local-config.glade5449logstatsplainblame
-rw-r--r--mail-autofilter.c9526logstatsplainblame
-rw-r--r--mail-autofilter.h1746logstatsplainblame
-rw-r--r--mail-callbacks.c23836logstatsplainblame
-rw-r--r--mail-callbacks.h3964logstatsplainblame
-rw-r--r--mail-config-druid.glade72249logstatsplainblame
-rw-r--r--mail-config-druid.glade.h3510logstatsplainblame
-rw-r--r--mail-config-gui.c66173logstatsplainblame
-rw-r--r--mail-config-gui.h1085logstatsplainblame
-rw-r--r--mail-config.c12589logstatsplainblame
-rw-r--r--mail-config.glade12210logstatsplainblame
-rw-r--r--mail-config.glade.h617logstatsplainblame
-rw-r--r--mail-config.h3256logstatsplainblame
-rw-r--r--mail-crypto.c16849logstatsplainblame
-rw-r--r--mail-crypto.h1507logstatsplainblame
-rw-r--r--mail-display.c23427logstatsplainblame
-rw-r--r--mail-display.h1934logstatsplainblame
-rw-r--r--mail-format.c48180logstatsplainblame
-rw-r--r--mail-identify.c2533logstatsplainblame
-rw-r--r--mail-local.c23014logstatsplainblame
-rw-r--r--mail-local.h1282logstatsplainblame
-rw-r--r--mail-mlist-magic.c6034logstatsplainblame
-rw-r--r--mail-mlist-magic.h1143logstatsplainblame
-rw-r--r--mail-ops.c64719logstatsplainblame
-rw-r--r--mail-ops.h3225logstatsplainblame
-rw-r--r--mail-search-dialogue.c4412logstatsplainblame
-rw-r--r--mail-search-dialogue.h1998logstatsplainblame
-rw-r--r--mail-session.h1457