2009-06-17 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / src / fontsource.h
blobcf7a4dac8c7e5169caf5467922d282d62f81a476
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * fontsource.h:
5 * Contact:
6 * Moonlight List (moonlight-list@lists.ximian.com)
8 * Copyright 2007 Novell, Inc. (http://www.novell.com)
10 * See the LICENSE file included with the distribution for details.
13 #ifndef __FONT_SOURCE_H__
14 #define __FONT_SOURCE_H__
16 #include <glib.h>
17 #include <string.h>
19 #include "utils.h"
21 /* @IncludeInKinds */
22 struct FontSource {
23 ManagedStreamCallbacks *stream;
26 #endif /* __FONT_SOURCE_H__ */