Initial import of ephy (rev# 7126) from svn
[ephy-soc.git] / src / ephy-activation.h
bloba946de9d5266deea1d1abbca8952f32afe5c35a9
1 /*
2 * Copyright © 2005 Gustavo Gama
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-activation.h 6952 2007-03-11 19:42:02Z chpe $
21 #ifndef EPHY_ACTIVATION_H
22 #define EPHY_ACTIVATION_H
24 #include "ephy-dbus.h"
26 G_BEGIN_DECLS
28 /* activation handlers */
29 gboolean ephy_activation_load_uri_list (EphyDbus *ephy_dbus,
30 char **uris,
31 char *options,
32 guint startup_id,
33 GError **error);
35 gboolean ephy_activation_load_session (EphyDbus *ephy_dbus,
36 char *session_name,
37 guint user_time,
38 GError **error);
40 gboolean ephy_activation_open_bookmarks_editor (EphyDbus *ephy_dbus,
41 guint user_time,
42 GError **error);
44 G_END_DECLS
46 #endif