aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-operations.h
diff options
context:
space:
mode:
authorPraveen Kumar <kpraveen@novell.com>2005-07-01 18:06:24 +0800
committerPraveen Kumar <kpraveen@src.gnome.org>2005-07-01 18:06:24 +0800
commitda4c46c126c59356c64030c1f05ddc2a3f72cad0 (patch)
tree708bee4677887bbfc1dd2fc3f7bcce13030d75c8 /plugins/exchange-operations/exchange-operations.h
parentbffdf85285b26fca4783e5f9208a7e3b6d943674 (diff)
downloadgsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.gz
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.bz2
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.lz
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.xz
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.zst
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.zip
Added new file entries for calendar , contacts and change-password enabled
2005-07-01 Praveen Kumar <kpraveen@novell.com> * Makefile.am : Added new file entries for calendar , contacts and change-password * exchange-account-setup.c (btn_chpass_clicked) : enabled the code * exchange-operations.c (exchange_operations_cta_add_node_to_tree) : This now stores the relative uri of the node to the model (exchange_operations_cta_select_node_from_tree) : Added new. This selects the node for a given relative uri. * exchange-operations.h : Similar * org-gnome-exchange-operations.eplug.in : Added commit hook action for calendar and contacts * exchange-change-password.c : Added new * exchange-calendar.c : Added new * exchange-contacts.c : Added new svn path=/trunk/; revision=29610
Diffstat (limited to 'plugins/exchange-operations/exchange-operations.h')
-rw-r--r--plugins/exchange-operations/exchange-operations.h38
1 files changed, 27 insertions, 11 deletions
diff --git a/plugins/exchange-operations/exchange-operations.h b/plugins/exchange-operations/exchange-operations.h
index 0ac81d9a94..5b4fe3a577 100644
--- a/plugins/exchange-operations/exchange-operations.h
+++ b/plugins/exchange-operations/exchange-operations.h
@@ -1,5 +1,23 @@
-/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-/* Copyright (C) 2001-2004 Novell, Inc. */
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
+ *
+ * Praveen Kumar <kpraveen@novell.com>
+ * Copyright (C) 2005 Novell, Inc.
+ *
+ * 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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
#ifndef __EXCHANGE_OPERATIONS_H__
#define __EXCHANGE_OPERATIONS_H__
@@ -14,19 +32,17 @@ extern "C" {
#pragma }
#endif /* __cplusplus */
-
extern ExchangeConfigListener *exchange_global_config_listener;
-int e_plugin_lib_enable (EPluginLib *eplib, int enable);
-gboolean exchange_operations_tokenize_string (char **string,
- char *token,
- char delimit);
-gboolean exchange_operations_cta_add_node_to_tree (GtkTreeStore *store,
- GtkTreeIter *parent,
- const char *nuri,
- const char *ruri);
+int e_plugin_lib_enable (EPluginLib *eplib, int enable);
+
ExchangeAccount *exchange_operations_get_exchange_account (void);
+gboolean exchange_operations_tokenize_string (char **string, char *token, char delimit);
+
+gboolean exchange_operations_cta_add_node_to_tree (GtkTreeStore *store, GtkTreeIter *parent, const char *nuri);
+void exchange_operations_cta_select_node_from_tree (GtkTreeStore *store, GtkTreeIter *parent, const char *nuri, const char *ruri, GtkTreeSelection *selection) ;
+
#ifdef __cplusplus
}
#endif /* __cplusplus */