More work on merging history view
[ephy-soc.git] / lib / ephy-signal-accumulator.h
blobe1945cbeda763d6faea75d8052457ba9847149e4
1 /*
2 * Copyright © 2004 Christian Persch
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2, or (at your option)
7 * any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 * $Id: ephy-signal-accumulator.h 6952 2007-03-11 19:42:02Z chpe $
21 #ifndef EPHY_SIGNAL_ACCUMULATORS_H
22 #define EPHY_SIGNAL_ACCUMULATORS_H
24 #include <glib-object.h>
26 G_BEGIN_DECLS
28 gboolean ephy_signal_accumulator_object (GSignalInvocationHint *ihint,
29 GValue *return_accu,
30 const GValue *handler_return,
31 gpointer accu_data);
33 gboolean ephy_signal_accumulator_string (GSignalInvocationHint *ihint,
34 GValue *return_accu,
35 const GValue *handler_return,
36 gpointer accu_data);
38 G_END_DECLS
40 #endif /* EPHY_SIGNAL_ACCUMULATORS_H */