view pidgin/gtksourceview-marshal.h @ 25164:f59cfb686b02

Add a second chain of SSL certificates now necessary for OSCAR SSL Within the last few days, AOL has started updating their servercertificates. This set comes off of the America Online Root Certification Authority 1 root using a new intermediate CA (retrieved from https://pki-info.aol.com/AOLMSPKI). Certificate: Data: Version: 3 (0x2) Serial Number: 1879051480 (0x70000cd8) Signature Algorithm: sha1WithRSAEncryption Issuer: C=US, ST=Virginia, L=Dulles, O=America Online Inc., CN=AOL Member CA Validity Not Before: Feb 23 21:01:12 2009 GMT Not After : Feb 23 21:01:12 2011 GMT Subject: C=US, ST=Virginia, L=Dulles, O=AOL LLC, OU=People Networks Operations, CN=bos.oscar.aol.com/emailAddress=core-msg@listserv.sup.aol.com
author Paul Aurich <paul@darkrain42.org>
date Wed, 25 Feb 2009 23:19:53 +0000
parents 674d8bc2b980
children
line wrap: on
line source


#ifndef __gtksourceview_marshal_MARSHAL_H__
#define __gtksourceview_marshal_MARSHAL_H__

#include	<glib-object.h>

G_BEGIN_DECLS

/* VOID:VOID (gtksourceview-marshal.list:1) */
#define gtksourceview_marshal_VOID__VOID	g_cclosure_marshal_VOID__VOID

/* VOID:BOOLEAN (gtksourceview-marshal.list:2) */
#define gtksourceview_marshal_VOID__BOOLEAN	g_cclosure_marshal_VOID__BOOLEAN

/* VOID:BOXED (gtksourceview-marshal.list:3) */
#define gtksourceview_marshal_VOID__BOXED	g_cclosure_marshal_VOID__BOXED

/* VOID:BOXED,BOXED (gtksourceview-marshal.list:4) */
extern void gtksourceview_marshal_VOID__BOXED_BOXED (GClosure     *closure,
                                                     GValue       *return_value,
                                                     guint         n_param_values,
                                                     const GValue *param_values,
                                                     gpointer      invocation_hint,
                                                     gpointer      marshal_data);

/* VOID:STRING (gtksourceview-marshal.list:5) */
#define gtksourceview_marshal_VOID__STRING	g_cclosure_marshal_VOID__STRING

G_END_DECLS

#endif /* __gtksourceview_marshal_MARSHAL_H__ */