~ubuntu-branches/ubuntu/trusty/wayland/trusty

« back to all changes in this revision

Viewing changes to doc/doxygen/man/man3/wl_resource.3

  • Committer: Package Import Robot
  • Author(s): Hector Oron, Timo Aaltonen, Hector Oron
  • Date: 2013-10-11 11:23:38 UTC
  • mfrom: (1.1.15) (0.4.2 sid)
  • Revision ID: package-import@ubuntu.com-20131011112338-2jg0z6ncpm9qnots
Tags: 1.3.0-1
[ Timo Aaltonen ]
* control: Bump the libwayland0 C/R to (<< 1.1.0) so that it covers
  the ubuntu version too, and add it to -cursor.

[ Hector Oron ]
* New upstream stable release (1.3.0).
* Add myself to Uploaders.
* Switch to Debian source format 3.0 quilt.
* d/libwayland-dev.install:
  - install wayland documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "wl_resource" 3 "Sat Apr 13 2013" "Version 1.0.90" "Wayland" \" -*- nroff -*-
 
1
.TH "wl_resource" 3 "Thu Aug 22 2013" "Version 1.2.0" "Wayland" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
10
10
 
11
11
.in +1c
12
12
.ti -1c
13
 
.RI "struct wl_object \fBobject\fP"
 
13
.RI "struct \fBwl_object\fP \fBobject\fP"
14
14
.br
15
15
.ti -1c
16
 
.RI "void(* \fBdestroy\fP )(struct \fBwl_resource\fP *resource)"
 
16
.RI "wl_resource_destroy_func_t \fBdestroy\fP"
17
17
.br
18
18
.ti -1c
19
19
.RI "struct wl_list \fBlink\fP"
27
27
.ti -1c
28
28
.RI "void * \fBdata\fP"
29
29
.br
 
30
.ti -1c
 
31
.RI "int \fBversion\fP"
 
32
.br
 
33
.ti -1c
 
34
.RI "wl_dispatcher_func_t \fBdispatcher\fP"
 
35
.br
30
36
.in -1c
31
37
 
32
38
.SH "Author"