Blame src/modules/calendar/e-cal-event-hook.h

Packit 15f964
/*
Packit 15f964
 * e-cal-event-hook.h
Packit 15f964
 *
Packit 15f964
 * This program is free software; you can redistribute it and/or modify it
Packit 15f964
 * under the terms of the GNU Lesser General Public License as published by
Packit 15f964
 * the Free Software Foundation.
Packit 15f964
 *
Packit 15f964
 * This program is distributed in the hope that it will be useful, but
Packit 15f964
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit 15f964
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
Packit 15f964
 * for more details.
Packit 15f964
 *
Packit 15f964
 * You should have received a copy of the GNU Lesser General Public License
Packit 15f964
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
Packit 15f964
 *
Packit 15f964
 *
Packit 15f964
 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
Packit 15f964
 *
Packit 15f964
 */
Packit 15f964
Packit 15f964
#ifndef E_CAL_EVENT_HOOK_H
Packit 15f964
#define E_CAL_EVENT_HOOK_H
Packit 15f964
Packit 15f964
#include <glib-object.h>
Packit 15f964
Packit 15f964
G_BEGIN_DECLS
Packit 15f964
Packit 15f964
void e_cal_event_hook_register_type (GTypeModule *type_module);
Packit 15f964
Packit 15f964
G_END_DECLS
Packit 15f964
Packit 15f964
#endif /* E_CAL_EVENT_HOOK_H */