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

« back to all changes in this revision

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

  • 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
 
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
 
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
 
<book xmlns="http://www.devhelp.net/book" title="libgrip Reference Manual" link="index.html" author="" name="libgrip" version="2" language="c">
4
 
  <chapters>
5
 
    <sub name="libgrip Overview" link="libgrip.html"/>
6
 
    <sub name="Programming Interface" link="libgrip-api.html">
7
 
      <sub name="GripGestureManager" link="GripGestureManager.html"/>
8
 
      <sub name="Gesture Events" link="libgrip-Gesture-Events.html"/>
9
 
      <sub name="Input Devices" link="libgrip-Input-Devices.html"/>
10
 
    </sub>
11
 
    <sub name="Object Hierarchy" link="object-tree.html"/>
12
 
    <sub name="API Index" link="api-index-full.html"/>
13
 
    <sub name="Index of deprecated API" link="deprecated-api-index.html"/>
14
 
    <sub name="Annotation Glossary" link="annotation-glossary.html"/>
15
 
  </chapters>
16
 
  <functions>
17
 
    <keyword type="struct" name="struct GripGestureManager" link="GripGestureManager.html#GripGestureManager-struct"/>
18
 
    <keyword type="struct" name="struct GripGestureManagerClass" link="GripGestureManager.html#GripGestureManagerClass"/>
19
 
    <keyword type="function" name="grip_gesture_manager_get ()" link="GripGestureManager.html#grip-gesture-manager-get"/>
20
 
    <keyword type="function" name="GripGestureCallback ()" link="GripGestureManager.html#GripGestureCallback"/>
21
 
    <keyword type="function" name="grip_gesture_manager_register_window ()" link="GripGestureManager.html#grip-gesture-manager-register-window"/>
22
 
    <keyword type="function" name="grip_gesture_manager_unregister_window ()" link="GripGestureManager.html#grip-gesture-manager-unregister-window"/>
23
 
    <keyword type="signal" name="The &quot;device-available&quot; signal" link="GripGestureManager.html#GripGestureManager-device-available"/>
24
 
    <keyword type="signal" name="The &quot;device-unavailable&quot; signal" link="GripGestureManager.html#GripGestureManager-device-unavailable"/>
25
 
    <keyword type="enum" name="enum GripGestureType" link="libgrip-Gesture-Events.html#GripGestureType-enum"/>
26
 
    <keyword type="enum" name="enum GripDeviceType" link="libgrip-Gesture-Events.html#GripDeviceType"/>
27
 
    <keyword type="macro" name="GRIP_DEVICE_ALL" link="libgrip-Gesture-Events.html#GRIP-DEVICE-ALL:CAPS"/>
28
 
    <keyword type="enum" name="enum GripTimeType" link="libgrip-Gesture-Events.html#GripTimeType-enum"/>
29
 
    <keyword type="union" name="union GripGestureEvent" link="libgrip-Gesture-Events.html#GripGestureEvent"/>
30
 
    <keyword type="struct" name="struct GripEventGestureAny" link="libgrip-Gesture-Events.html#GripEventGestureAny"/>
31
 
    <keyword type="struct" name="struct GripEventGestureDrag" link="libgrip-Gesture-Events.html#GripEventGestureDrag"/>
32
 
    <keyword type="struct" name="struct GripEventGesturePinch" link="libgrip-Gesture-Events.html#GripEventGesturePinch"/>
33
 
    <keyword type="struct" name="struct GripEventGestureRotate" link="libgrip-Gesture-Events.html#GripEventGestureRotate"/>
34
 
    <keyword type="struct" name="struct GripEventGestureTap" link="libgrip-Gesture-Events.html#GripEventGestureTap"/>
35
 
    <keyword type="function" name="grip_gesture_event_new ()" link="libgrip-Gesture-Events.html#grip-gesture-event-new"/>
36
 
    <keyword type="function" name="grip_gesture_event_free ()" link="libgrip-Gesture-Events.html#grip-gesture-event-free"/>
37
 
    <keyword type="function" name="grip_gesture_event_copy ()" link="libgrip-Gesture-Events.html#grip-gesture-event-copy"/>
38
 
    <keyword type="struct" name="GripInputDevice" link="libgrip-Input-Devices.html#GripInputDevice-struct"/>
39
 
    <keyword type="struct" name="GripInputDeviceClass" link="libgrip-Input-Devices.html#GripInputDeviceClass"/>
40
 
    <keyword type="function" name="grip_input_device_get_id ()" link="libgrip-Input-Devices.html#grip-input-device-get-id"/>
41
 
    <keyword type="function" name="grip_input_device_get_name ()" link="libgrip-Input-Devices.html#grip-input-device-get-name"/>
42
 
    <keyword type="function" name="grip_input_device_is_direct ()" link="libgrip-Input-Devices.html#grip-input-device-is-direct"/>
43
 
    <keyword type="function" name="grip_input_device_is_independent ()" link="libgrip-Input-Devices.html#grip-input-device-is-independent"/>
44
 
    <keyword type="function" name="grip_input_device_get_x_extents ()" link="libgrip-Input-Devices.html#grip-input-device-get-x-extents"/>
45
 
    <keyword type="function" name="grip_input_device_get_y_extents ()" link="libgrip-Input-Devices.html#grip-input-device-get-y-extents"/>
46
 
    <keyword type="property" name="The &quot;device-attrs&quot; property" link="libgrip-Input-Devices.html#GripInputDevice--device-attrs"/>
47
 
    <keyword type="property" name="The &quot;geis-device&quot; property" link="libgrip-Input-Devices.html#GripInputDevice--geis-device"/>
48
 
    <keyword type="constant" name="GRIP_GESTURE_DRAG" link="libgrip-Gesture-Events.html#GRIP-GESTURE-DRAG:CAPS"/>
49
 
    <keyword type="constant" name="GRIP_GESTURE_PINCH" link="libgrip-Gesture-Events.html#GRIP-GESTURE-PINCH:CAPS"/>
50
 
    <keyword type="constant" name="GRIP_GESTURE_ROTATE" link="libgrip-Gesture-Events.html#GRIP-GESTURE-ROTATE:CAPS"/>
51
 
    <keyword type="constant" name="GRIP_GESTURE_TAP" link="libgrip-Gesture-Events.html#GRIP-GESTURE-TAP:CAPS"/>
52
 
    <keyword type="constant" name="GRIP_DEVICE_TOUCHSCREEN" link="libgrip-Gesture-Events.html#GRIP-DEVICE-TOUCHSCREEN:CAPS"/>
53
 
    <keyword type="constant" name="GRIP_DEVICE_TOUCHPAD" link="libgrip-Gesture-Events.html#GRIP-DEVICE-TOUCHPAD:CAPS"/>
54
 
    <keyword type="constant" name="GRIP_DEVICE_INDEPENDENT" link="libgrip-Gesture-Events.html#GRIP-DEVICE-INDEPENDENT:CAPS"/>
55
 
    <keyword type="constant" name="GRIP_TIME_START" link="libgrip-Gesture-Events.html#GRIP-TIME-START:CAPS"/>
56
 
    <keyword type="constant" name="GRIP_TIME_UPDATE" link="libgrip-Gesture-Events.html#GRIP-TIME-UPDATE:CAPS"/>
57
 
    <keyword type="constant" name="GRIP_TIME_END" link="libgrip-Gesture-Events.html#GRIP-TIME-END:CAPS"/>
58
 
  </functions>
59
 
</book>