/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2002 Ximian, Inc. (www.ximian.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * 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. * */ #ifdef HAVE_CONFIG_H #include #endif #include "camel-digest-summary.h" #define CAMEL_DIGEST_SUMMARY_VERSION 0 static void camel_digest_summary_class_init (CamelDigestSummaryClass *klass); static void camel_digest_summary_init (CamelDigestSummary *obj); static void camel_digest_summary_finalise (CamelObject *obj); static CamelFolderSummaryClass *parent_class = NULL; CamelType camel_digest_summary_get_type(void) { static CamelType type = CAMEL_INVALID_TYPE; if (type == CAMEL_INVALID_TYPE) { type = camel_type_register ( camel_folder_summary_get_type (), "CamelDigestSummary", sizeof (CamelDigestSummary), sizeof (CamelDigestSummaryClass), (CamelObjectClassInitFunc) camel_digest_summary_class_init, NULL, (CamelObjectInitFunc) camel_digest_summary_init, (CamelObjectFinalizeFunc) camel_digest_summary_finalise); } return type; } static void camel_digest_summary_class_init (CamelDigestSummaryClass *klass) { parent_class = CAMEL_FOLDER_SUMMARY_CLASS (camel_type_get_global_classfuncs (camel_folder_summary_get_type ())); } static void camel_digest_summary_init (CamelDigestSummary *summary) { CamelFolderSummary *s = (CamelFolderSummary *) summary; /* subclasses need to set the right instance data sizes */ s->message_info_size = sizeof (CamelMessageInfo); s->content_info_size = sizeof (CamelMessageContentInfo); /* and a unique file version */ s->version += CAMEL_DIGEST_SUMMARY_VERSION; } static void camel_digest_summary_finalise (CamelObject *object) { } CamelFolderSummary * camel_digest_summary_new (void) { return (CamelFolderSummary *) camel_object_new (camel_digest_summary_get_type ()); } tion> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vietnamese/x-unikey: unbreak with libc++ 3.9jbeich2017-02-021-0/+11
* Update to 5.2.5.jkim2017-02-011-5/+5
* Update to 5.2.4.jkim2017-01-021-5/+5
* - Update to 20141110 (2.2.0)sunpoet2016-11-213-13/+15
* Update libreoffice to 5.2.3 and liborcus to 0.11.2bapt2016-11-121-4/+5
* ${RM} already has -f.mat2016-10-211-1/+1
* Remove spurious ${STAGEDIR} from @exec and @unexec lines added to the plistse2016-07-294-4/+4
* chinese/ttfm: don't touch user font cache on installjbeich2016-07-264-4/+4
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-191-1/+1
* Update to 5.0.6.jkim2016-05-071-4/+4
* Make fetchable again.cy2016-04-291-3/+1
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-1/+1
* Update to 5.0.5.jkim2016-02-161-4/+4
* vietnamese/vnless: USES+= ncurses, link with libncurses (not termcap)marino2016-02-061-0/+2
* vietname/urvwn: Remove unnecessary <pre>/<post> inclusionsmarino2016-01-231-3/+2
* vietnames/vietunicode-*: Unbreak indexmarino2016-01-173-3/+3
* vietnamese/vietunicode-*: Fix options (3 ports)marino2016-01-173-9/+6
* Update to 5.0.4.jkim2015-12-181-4/+4
* Mark a few ports BROKEN: unfetchableantoine2015-11-091-0/+2
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-051-4/+4
* Update to 5.0.3.jkim2015-11-041-4/+4
* - Switch to options helpersamdmi32015-10-151-0/+2
* Update to 5.0.2.jkim2015-09-242-6/+6
* Update LibreOffice to 5.0.1.jkim2015-09-021-4/+4
* vietnamese/libviet is not jobs safemarino2015-08-231-0/+2
* - Add NO_ARCHsunpoet2015-07-181-0/+1
* Reset maintainership for obrienerwin2015-06-138-8/+8
* MASTER_SITES cleanup.mat2015-05-145-10/+5
* Update to 4.3.7.jkim2015-04-261-4/+4
* Make fonts repecting XDGbapt2015-03-224-34/+6
* - Update to 4.3.6.jkim2015-02-211-4/+4
* cleanup plistbapt2014-12-211-1/+0
* Update to 4.3.5.jkim2014-12-191-4/+4
* Remove expired ports:rene2014-11-29