~ubuntu-branches/ubuntu/precise/libgrip/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M. Webb, Chase Douglas, Martin Pitt, Stephen M. Webb
  • Date: 2011-10-19 22:48:21 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20111019224821-v1i0yuds0wliapti
Tags: 0.3.3-0ubuntu1
[ Chase Douglas ]
* Run autoreconf if the build is native (for daily builds)
* Don't strip binaries if build is native (for daily builds)

[ Martin Pitt ]
* debian/libgrip-dev.install: Install the HTML documentation into
  /usr/share/doc/.
* Add debian/libgrip-dev.links: Provide a gtk-doc symlink for devhelp.
* debian/control: Fix Vcs-Bzr:, so that debcheckout actually works.

[ Stephen M. Webb ]
* New upstream release.
* Removed gio from main loop on shutdown (LP: #830640).
* Fixed segfaults to to inconsistent window handling (LP: #827958).
* Changed the names of generaed introspection files (LP: #861596).
* Tweked Python introspection bindings (LP: #861599).
* Fixed PPA daily build failures.

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">
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
 
    <function name="struct GripGestureManager" link="GripGestureManager.html#GripGestureManager-struct"/>
18
 
    <function name="struct GripGestureManagerClass" link="GripGestureManager.html#GripGestureManagerClass"/>
19
 
    <function name="grip_gesture_manager_get ()" link="GripGestureManager.html#grip-gesture-manager-get"/>
20
 
    <function name="GripGestureCallback ()" link="GripGestureManager.html#GripGestureCallback"/>
21
 
    <function name="grip_gesture_manager_register_window ()" link="GripGestureManager.html#grip-gesture-manager-register-window"/>
22
 
    <function name="grip_gesture_manager_unregister_window ()" link="GripGestureManager.html#grip-gesture-manager-unregister-window"/>
23
 
    <function name="The &quot;device-available&quot; signal" link="GripGestureManager.html#GripGestureManager-device-available"/>
24
 
    <function name="The &quot;device-unavailable&quot; signal" link="GripGestureManager.html#GripGestureManager-device-unavailable"/>
25
 
    <function name="enum GripGestureType" link="libgrip-Gesture-Events.html#GripGestureType"/>
26
 
    <function name="enum GripDeviceType" link="libgrip-Gesture-Events.html#GripDeviceType"/>
27
 
    <function name="GRIP_DEVICE_ALL" link="libgrip-Gesture-Events.html#GRIP-DEVICE-ALL:CAPS"/>
28
 
    <function name="enum GripTimeType" link="libgrip-Gesture-Events.html#GripTimeType"/>
29
 
    <function name="union GripGestureEvent" link="libgrip-Gesture-Events.html#GripGestureEvent"/>
30
 
    <function name="struct GripEventGestureAny" link="libgrip-Gesture-Events.html#GripEventGestureAny"/>
31
 
    <function name="struct GripEventGestureDrag" link="libgrip-Gesture-Events.html#GripEventGestureDrag"/>
32
 
    <function name="struct GripEventGesturePinch" link="libgrip-Gesture-Events.html#GripEventGesturePinch"/>
33
 
    <function name="struct GripEventGestureRotate" link="libgrip-Gesture-Events.html#GripEventGestureRotate"/>
34
 
    <function name="struct GripEventGestureTap" link="libgrip-Gesture-Events.html#GripEventGestureTap"/>
35
 
    <function name="grip_gesture_event_new ()" link="libgrip-Gesture-Events.html#grip-gesture-event-new"/>
36
 
    <function name="grip_gesture_event_free ()" link="libgrip-Gesture-Events.html#grip-gesture-event-free"/>
37
 
    <function name="grip_gesture_event_copy ()" link="libgrip-Gesture-Events.html#grip-gesture-event-copy"/>
38
 
    <function name="GripInputDevice" link="libgrip-Input-Devices.html#GripInputDevice-struct"/>
39
 
    <function name="GripInputDeviceClass" link="libgrip-Input-Devices.html#GripInputDeviceClass"/>
40
 
    <function name="grip_input_device_get_id ()" link="libgrip-Input-Devices.html#grip-input-device-get-id"/>
41
 
    <function name="grip_input_device_get_name ()" link="libgrip-Input-Devices.html#grip-input-device-get-name"/>
42
 
    <function name="grip_input_device_is_direct ()" link="libgrip-Input-Devices.html#grip-input-device-is-direct"/>
43
 
    <function name="grip_input_device_is_independent ()" link="libgrip-Input-Devices.html#grip-input-device-is-independent"/>
44
 
    <function name="grip_input_device_get_x_extents ()" link="libgrip-Input-Devices.html#grip-input-device-get-x-extents"/>
45
 
    <function name="grip_input_device_get_y_extents ()" link="libgrip-Input-Devices.html#grip-input-device-get-y-extents"/>
46
 
    <function name="The &quot;device-attrs&quot; property" link="libgrip-Input-Devices.html#GripInputDevice--device-attrs"/>
47
 
    <function name="The &quot;geis-device&quot; property" link="libgrip-Input-Devices.html#GripInputDevice--geis-device"/>
48
 
  </functions>
49
 
</book>