~ubuntu-branches/ubuntu/trusty/libgrip/trusty

« back to all changes in this revision

Viewing changes to doc/reference/html/libgrip.html

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Mathieu Trudel-Lapierre, Didier Roche, Automatic PS uploader
  • Date: 2013-02-26 02:02:10 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130226020210-mi8h1lzrsp6jg9w0
Tags: 0.3.6daily13.02.26-0ubuntu1
[ Mathieu Trudel-Lapierre ]
* debian/control:
  - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.
  - Update style: use trailing commas at the end of dependency lists. 
  - Drop Build-Depends on cdbs.
  - Bump Build-Depends on debhelper to (>= 9).
  - Reorganize Build-Depends for clarity.
  - Add a Build-Depends on gnome-common.
  - Add a Build-Depends on dh-autoreconf.
  - Add a Pre-Depends: multiarch-support for libgrip0.
  - Drop the unneeded old Breaks/Replaces lines.
* debian/compat: bump compat level to 9.
* debian/rules:
  - Convert to using the dh9 sequencer.
  - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.
  - Explicitly remove grip-test binary to avoid dh_install failing the build.
* debian/*.install: update paths for multiarch.
* debian/source/format: migrate back to source format 1.0.

[ Didier Roche ]
* Automatic snapshot from revision 73 (bootstrap)

[ Automatic PS uploader ]
* Automatic snapshot from revision 74

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>libgrip Overview</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
 
<link rel="home" href="index.html" title="libgrip Reference Manual">
8
 
<link rel="up" href="index.html" title="libgrip Reference Manual">
9
 
<link rel="prev" href="index.html" title="libgrip Reference Manual">
10
 
<link rel="next" href="libgrip-api.html" title="Programming Interface">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
</head>
14
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
 
<td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
 
<td> </td>
18
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
 
<th width="100%" align="center">libgrip Reference Manual</th>
20
 
<td><a accesskey="n" href="libgrip-api.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
 
</tr></table>
22
 
<div class="chapter">
23
 
<div class="titlepage"><div><div><h2 class="title">
24
 
<a name="libgrip"></a>libgrip Overview</h2></div></div></div>
25
 
<p>
26
 
      The libgrip library provides multi-touch and gesture events to GTK widgets.
27
 
    </p>
28
 
<p>
29
 
      The libgrip library provides a singleton GripGestureManager that maintains
30
 
      a connection to the gesture recognizer.  Any widgets interested in acting
31
 
      on gestures must register one or more callback functions with the
32
 
      GripGestureManager, one per gesture primitive.  The widgets will receive
33
 
      data describing the ongoing state of gestures as they occur, and must take
34
 
      appropriate action in the callback function.
35
 
    </p>
36
 
</div>
37
 
<div class="footer">
38
 
<hr>
39
 
          Generated by GTK-Doc V1.18</div>
40
 
</body>
41
 
</html>
 
 
b'\\ No newline at end of file'