Code

added refcount logging to GC::Anchored and shared string printf in util
[inkscape.git] / src / slideshow.h
1 #ifndef __SP_SLIDESHOW_H__
2 #define __SP_SLIDESHOW_H__
4 /*
5  * Slideshow/About window
6  *
7  * Authors:
8  *   Lauris Kaplinski <lauris@kaplinski.com>
9  *
10  * Copyright (C) 1999-2003 authors
11  * Copyright (C) 2000-2002 Ximian, Inc.
12  *
13  * Released under GNU GPL, read the file 'COPYING' for more information
14  */
16 #include <gtk/gtkwidget.h>
18 GtkWidget *sp_slideshow_new (const GSList *files);
20 #endif
22 /*
23   Local Variables:
24   mode:c++
25   c-file-style:"stroustrup"
26   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
27   indent-tabs-mode:nil
28   fill-column:99
29   End:
30 */
31 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :