~midori/midori/fix-1094858

21 by Christian Dywan
Implement a throbber widget.
1
/*
904 by Christian Dywan
Merge KatzeArray and KatzeList, we only ever use the array
2
 Copyright (C) 2007-2009 Christian Dywan <christian@twotoasts.de>
21 by Christian Dywan
Implement a throbber widget.
3
4
 This library is free software; you can redistribute it and/or
5
 modify it under the terms of the GNU Lesser General Public
6
 License as published by the Free Software Foundation; either
7
 version 2.1 of the License, or (at your option) any later version.
8
9
 See the file COPYING for the full license text.
10
*/
11
286 by Christian Dywan
Rework MidoriWebList into KatzeList and KatzeArray
12
#ifndef __KATZE_H__
13
#define __KATZE_H__
21 by Christian Dywan
Implement a throbber widget.
14
741 by Christian Dywan
Factor HTTP authentication into a soup feature
15
#include "katze-http-auth.h"
742 by Christian Dywan
Factor persistent cookies into a soup feature
16
#include "katze-http-cookies.h"
4035 by Alexander Butenko
Implement sqlite3 cookie storage backend
17
#include "katze-http-cookies-sqlite.h"
21 by Christian Dywan
Implement a throbber widget.
18
#include "katze-throbber.h"
19
#include "katze-utils.h"
280 by Christian Dywan
Rename MidoriWebItem to KatzeItem
20
#include "katze-item.h"
286 by Christian Dywan
Rework MidoriWebList into KatzeList and KatzeArray
21
#include "katze-array.h"
354 by Christian Dywan
Finish refactoring the toolbar to use only actions
22
#include "katze-arrayaction.h"
413 by Christian Dywan
Implement KatzeNet as a generic URI loader
23
#include "katze-net.h"
1692 by Christian Dywan
Refactor MidoriPreferences into KatzePreferences base class
24
#include "katze-preferences.h"
21 by Christian Dywan
Implement a throbber widget.
25
22 by Christian Dywan
Move XBEL implementation to katze.
26
#endif /* __KATZE_H__ */