diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-11 09:09:40 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-28 00:52:04 +0800 |
commit | 30165e135359e217e7a9581277f8bf9b7b5c7459 (patch) | |
tree | 015c8956ea3b4a20a48b5e7187e1ad3e51c0d680 /src/empathy-map-view.h | |
parent | c43cfe015de9771fb20c718039f5ea09e56ae1c7 (diff) | |
download | gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.gz gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.bz2 gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.lz gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.xz gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.zst gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.zip |
Add a Contact Map window
Diffstat (limited to 'src/empathy-map-view.h')
-rw-r--r-- | src/empathy-map-view.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/empathy-map-view.h b/src/empathy-map-view.h new file mode 100644 index 000000000..bad93da96 --- /dev/null +++ b/src/empathy-map-view.h @@ -0,0 +1,33 @@ +/* + * Copyright (C) 2008 Collabora Ltd. + * + * 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. + * + * Authors: Pierre-Luc Beaudoin <pierre-luc@pierlux.com> + */ + +#ifndef __EMPATHY_MAP_VIEW_H__ +#define __EMPATHY_MAP_VIEW_H__ + +#include <gtk/gtkwidget.h> + +G_BEGIN_DECLS + +GtkWidget *empathy_map_view_show (EmpathyContactListStore *list_store); + +G_END_DECLS + +#endif /* __EMPATHY_MAP_VIEW_H__ */ |