~bjoern-michaelsen/ubuntu/natty/lo-menubar/crashfix

« back to all changes in this revision

Viewing changes to src/AwtKeyToDbusmenuString.hxx

  • Committer: Bjoern Michaelsen
  • Date: 2011-04-28 23:38:53 UTC
  • Revision ID: bjoern.michaelsen@canonical.com-20110428233853-t0dvedo4gj93jodu
added missing files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 
3
 *
 
4
 * A LibreOffice extension to send the menubar structure through DBusMenu
 
5
 *
 
6
 * Copyright 2011 Canonical, Ltd.
 
7
 * Authors:
 
8
 *     Alberto Ruiz <alberto.ruiz@codethink.co.uk>
 
9
 *
 
10
 * This program is free software: you can redistribute it and/or modify it under
 
11
 * the the GNU Lesser General Public License version 3, as published by the Free
 
12
 * Software Foundation.
 
13
 *
 
14
 * This program is distributed in the hope that it will be useful, but WITHOUT
 
15
 * ANY WARRANTY; without even the implied warranties of MERCHANTABILITY,
 
16
 * SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR PURPOSE.  See the applicable
 
17
 * version of the GNU Lesser General Public License for more details.
 
18
 *
 
19
 * You should have received a copy of the GNU Lesser General Public License
 
20
 * version 3 along with this program. If not, see <http://www.gnu.org/licenses/>
 
21
 *
 
22
 */
 
23
 
 
24
#ifndef __AWT_KEY_TO_DBUSMENU_STRING_HXX__
 
25
#define __AWT_KEY_TO_DBUSMENU_STRING_HXX__
 
26
#include <X11/X.h>
 
27
#include <glib.h>
 
28
 
 
29
gchar*
 
30
AwtKeyToDbusmenuString (guint16 aKeyCode);
 
31
 
 
32
 
 
33
#endif //__AWT_KEY_TO_DBUSMENU_STRING_HXX__