~timo-jyrinki/ubuntu/trusty/maliit-framework/fix_qt52

« back to all changes in this revision

Viewing changes to gtk-input-context/client-gtk/qt-gtk-translate.h

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo, Sergio Schvezov, Ricardo Salveti de Araujo
  • Date: 2013-07-23 19:47:04 UTC
  • mfrom: (1.1.2) (1.2.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130723194704-1lsy1kmlda069cea
Tags: 0.99.0+git20130615+97e8335-0ubuntu1
[ Sergio Schvezov ]
* New build from HEAD 97e8335.
* Packaging import from lp:phablet-extras/maliit-framework.

[ Ricardo Salveti de Araujo ]
* debian/control: adding vcs and fixing dependencies
* General package cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright (C) 2010, Intel Corporation.
3
 
 *
4
 
 * Author: Raymond Liu <raymond.liu@intel.com>
5
 
 *
6
 
 * This library is free software; you can redistribute it and/or
7
 
 * modify it under the terms of the GNU Lesser General Public License
8
 
 * version 2.1 as published by the Free Software Foundation.
9
 
 *
10
 
 * This library is distributed in the hope that it will be useful, but
11
 
 * WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
 
 * Lesser General Public License for more details.
14
 
 *
15
 
 * You should have received a copy of the GNU Lesser General Public
16
 
 * License along with this library; if not, write to the Free Software
17
 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
18
 
 * 02110-1301 USA
19
 
 */
20
 
 
21
 
#ifndef _QT_GTK_TRANSLATE_H
22
 
#define _QT_GTK_TRANSLATE_H
23
 
 
24
 
#include <gtk/gtk.h>
25
 
 
26
 
G_BEGIN_DECLS
27
 
 
28
 
GdkEventKey *compose_gdk_keyevent(GdkEventType type, guint keyval, guint state, GdkWindow *window);
29
 
GdkEventKey *qt_key_event_to_gdk(int type, int key, int modifiers, char *text, GdkWindow *window);
30
 
gboolean gdk_key_event_to_qt(GdkEventKey *event, int *type, int *key, int *modifier);
31
 
 
32
 
G_END_DECLS
33
 
 
34
 
#endif //_QT_GTK_TRANSLATE_H