diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-13 04:39:54 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-13 04:39:54 +0800 |
commit | d57e632fcc1277ae3e2d541ffceb2e701f1e6d06 (patch) | |
tree | 433f07c377eed2600c0e4b9e648e197960f26b06 /libempathy-gtk/gossip-about-dialog.h | |
parent | 63c512202b1758fcc7c00448415a44e1e770cc56 (diff) | |
download | gsoc2013-empathy-d57e632fcc1277ae3e2d541ffceb2e701f1e6d06.tar gsoc2013-empathy-d57e632fcc1277ae3e2d541ffceb2e701f1e6d06.tar.gz gsoc2013-empathy-d57e632fcc1277ae3e2d541ffceb2e701f1e6d06.tar.bz2 gsoc2013-empathy-d57e632fcc1277ae3e2d541ffceb2e701f1e6d06.tar.lz gsoc2013-empathy-d57e632fcc1277ae3e2d541ffceb2e701f1e6d06.tar.xz gsoc2013-empathy-d57e632fcc1277ae3e2d541ffceb2e701f1e6d06.tar.zst gsoc2013-empathy-d57e632fcc1277ae3e2d541ffceb2e701f1e6d06.zip |
[darcs-to-svn @ GossipAboutDialog]
svn path=/trunk/; revision=50
Diffstat (limited to 'libempathy-gtk/gossip-about-dialog.h')
-rw-r--r-- | libempathy-gtk/gossip-about-dialog.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/libempathy-gtk/gossip-about-dialog.h b/libempathy-gtk/gossip-about-dialog.h new file mode 100644 index 000000000..0e5b9d4fb --- /dev/null +++ b/libempathy-gtk/gossip-about-dialog.h @@ -0,0 +1,34 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * Copyright (C) 2006-2007 Imendio AB + * + * 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: Martyn Russell <martyn@imendio.com> + */ + +#ifndef __GOSSIP_ABOUT_DIALOG_H__ +#define __GOSSIP_ABOUT_DIALOG_H__ + +#include <gtk/gtkwindow.h> + +G_BEGIN_DECLS + +void gossip_about_dialog_new (GtkWindow *parent); + +G_END_DECLS + +#endif /* __GOSSIP_ABOUT_DIALOG_H__ */ |