~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to libdbusmenu-gtk/menu.h

Merging in the 'legal' branch with a bunch of copyright messages and such.  I think this brings us up to speed there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
A library to take the object model made consistent by libdbusmenu-glib
 
3
and visualize it in GTK.
 
4
 
 
5
Copyright 2009 Canonical Ltd.
 
6
 
 
7
Authors:
 
8
    Ted Gould <ted@canonical.com>
 
9
 
 
10
This program is free software: you can redistribute it and/or modify it 
 
11
under the terms of either or both of the following licenses:
 
12
 
 
13
1) the GNU Lesser General Public License version 3, as published by the 
 
14
Free Software Foundation; and/or
 
15
2) the GNU Lesser General Public License version 2.1, as published by 
 
16
the Free Software Foundation.
 
17
 
 
18
This program is distributed in the hope that it will be useful, but 
 
19
WITHOUT ANY WARRANTY; without even the implied warranties of 
 
20
MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR 
 
21
PURPOSE.  See the applicable version of the GNU Lesser General Public 
 
22
License for more details.
 
23
 
 
24
You should have received a copy of both the GNU Lesser General Public 
 
25
License version 3 and version 2.1 along with this program.  If not, see 
 
26
<http://www.gnu.org/licenses/>
 
27
*/
 
28
 
1
29
#ifndef __DBUSMENU_GTKMENU_H__
2
30
#define __DBUSMENU_GTKMENU_H__
3
31