~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori.h

  • Committer: Christian Dywan
  • Date: 2008-11-18 01:07:53 UTC
  • Revision ID: git-v1:3cd50f419b55c8ac81d557ddf5764f78bffd75ff
Introduce a C extension interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 Copyright (C) 2008 Christian Dywan <christian@twotoasts.de>
 
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
 
 
12
#ifndef __MIDORI_H__
 
13
#define __MIDORI_H__
 
14
 
 
15
#include "midori-addons.h"
 
16
#include "midori-app.h"
 
17
#include "midori-browser.h"
 
18
#include "midori-console.h"
 
19
#include "midori-extension.h"
 
20
#include "midori-locationaction.h"
 
21
#include "midori-locationentry.h"
 
22
#include "midori-panel.h"
 
23
#include "midori-preferences.h"
 
24
#include "midori-searchaction.h"
 
25
#include "midori-source.h"
 
26
#include "midori-stock.h"
 
27
#include "midori-view.h"
 
28
#include "midori-websettings.h"
 
29
 
 
30
#endif /* __MIDORI_H__ */