pidgin/gtkcertmgr.h

Fri, 13 Jul 2007 07:30:16 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Fri, 13 Jul 2007 07:30:16 +0000
branch
soc.2007.certmgr
changeset 18651
b2639d73930c
parent 18650
8a34ac83df75
child 18815
a3d656beadcf
permissions
-rw-r--r--

- More skeleton
- Doxygen-related corrections

18651
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
1 /**
18650
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
2 * @file gtkcertmgr.h GTK+ Certificate Manager API
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
3 * @ingroup pidgin
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
4 */
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
5 /*
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
6 * pidgin
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
7 *
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
8 * Pidgin is the legal property of its developers, whose names are too numerous
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
9 * to list here. Please refer to the COPYRIGHT file distributed with this
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
10 * source distribution.
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
11 *
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
12 * This program is free software; you can redistribute it and/or modify
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
13 * it under the terms of the GNU General Public License as published by
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
14 * the Free Software Foundation; either version 2 of the License, or
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
15 * (at your option) any later version.
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
16 *
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
17 * This program is distributed in the hope that it will be useful,
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
20 * GNU General Public License for more details.
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
21 *
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
22 * You should have received a copy of the GNU General Public License
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
23 * along with this program; if not, write to the Free Software
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
25 *
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
26 */
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
27
18651
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
28 #ifndef _PIDGINCERTMGR_H_
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
29 #define _PIDGINCERTMGR_H_
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
30
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
31 /**************************************************************************
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
32 * @name Structures *
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
33 **************************************************************************/
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
34 typedef struct _PidginCertificateManager PidginCertificateManager;
18650
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
35
18651
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
36 /** GTK+ Certificate Manager */
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
37 struct _PidginCertificateManager {
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
38 GtkWidget *window;
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
39
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
40 /* I am very empty :( */
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
41 };
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
42
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
43 /**************************************************************************/
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
44 /** @name Certificate Manager API */
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
45 /**************************************************************************/
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
46 /*@{*/
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
47 /**
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
48 * Show the certificate manager window
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
49 */
18650
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
50 void pidgin_certmgr_show(void);
8a34ac83df75 - Add a skeleton for the Pidgin Certificate Manager and include it in
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff changeset
51
18651
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
52 /*@}*/
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
53
b2639d73930c - More skeleton
William Ehlhardt <williamehlhardt@gmail.com>
parents: 18650
diff changeset
54 #endif /* _PIDGINCERTMGR_H_ */

mercurial