~ubuntu-branches/ubuntu/vivid/gnome-desktop3/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gnome-desktop3/tmpl/gnome-rr-screen.sgml

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2013-05-28 09:10:46 UTC
  • mfrom: (1.6.1) (21.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130528091046-b0oc28za9l97fgq1
Tags: 3.8.2-0ubuntu1
* New upstream release
* Sync with Debian (LP: #1184812) Remaining changes:
  - debian/patches:
    + 04_compute_average_color.patch: Compute the avergage color in
      gnome-desktop itself, not in unity to fix some races (LP #963140)
    + tweak_color_computation.patch, Patch from Gord, no patch header,
      no bug link.
    + git_revert_draw_background.patch
    + ubuntu_language.patch, Ported relevant bits from g-c-c 
      52_region_language.patch, as required for gnome 3.8 region panel
    + ubuntu_language_list_from_SUPPORTED.patch,
      adds api to get list of available languages from SUPPORTED file.
      To be used by gnome 3.8 region panel language installation.
  - debian/control.in:
    + Don't break gnome-shell << 3.7.90
    + Use source:Version for gnome-desktop3-data Depend
    + Add epoch to gnome-desktop3-data's Breaks/Replaces, as our old
      gnome-desktop source package introduced an epoch. This needs to be
      kept until after 14.04 LTS.
 - Install helper tools into a versioned directory (by overriding
   libexecdir). They could alternatively be installed in a separate package
* Dropped changes:
  - 02_refuse_to_break_GL_compositors.patch:
    + Doesn't appear to be needed any more
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
gnome-rr-screen
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
 
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
 
10
 
</para>
11
 
 
12
 
<!-- ##### SECTION See_Also ##### -->
13
 
<para>
14
 
 
15
 
</para>
16
 
 
17
 
<!-- ##### SECTION Stability_Level ##### -->
18
 
 
19
 
 
20
 
<!-- ##### SECTION Image ##### -->
21
 
 
22
 
 
23
 
<!-- ##### TYPEDEF GnomeRRScreen ##### -->
24
 
<para>
25
 
 
26
 
</para>
27
 
 
28
 
 
29
 
<!-- ##### USER_FUNCTION GnomeRRScreenChanged ##### -->
30
 
<para>
31
 
 
32
 
</para>
33
 
 
34
 
@screen: 
35
 
@data: 
36
 
 
37
 
 
38
 
<!-- ##### FUNCTION gnome_rr_screen_new ##### -->
39
 
<para>
40
 
 
41
 
</para>
42
 
 
43
 
@screen: 
44
 
@callback: 
45
 
@data: 
46
 
@error: 
47
 
@Returns: 
48
 
 
49
 
 
50
 
<!-- ##### FUNCTION gnome_rr_screen_destroy ##### -->
51
 
<para>
52
 
 
53
 
</para>
54
 
 
55
 
@screen: 
56
 
 
57
 
 
58
 
<!-- ##### FUNCTION gnome_rr_screen_refresh ##### -->
59
 
<para>
60
 
 
61
 
</para>
62
 
 
63
 
@screen: 
64
 
@error: 
65
 
@Returns: 
66
 
 
67
 
 
68
 
<!-- ##### FUNCTION gnome_rr_screen_list_outputs ##### -->
69
 
<para>
70
 
 
71
 
</para>
72
 
 
73
 
@screen: 
74
 
@Returns: 
75
 
 
76
 
 
77
 
<!-- ##### FUNCTION gnome_rr_screen_list_crtcs ##### -->
78
 
<para>
79
 
 
80
 
</para>
81
 
 
82
 
@screen: 
83
 
@Returns: 
84
 
 
85
 
 
86
 
<!-- ##### FUNCTION gnome_rr_screen_list_modes ##### -->
87
 
<para>
88
 
 
89
 
</para>
90
 
 
91
 
@screen: 
92
 
@Returns: 
93
 
 
94
 
 
95
 
<!-- ##### FUNCTION gnome_rr_screen_list_clone_modes ##### -->
96
 
<para>
97
 
 
98
 
</para>
99
 
 
100
 
@screen: 
101
 
@Returns: 
102
 
 
103
 
 
104
 
<!-- ##### FUNCTION gnome_rr_screen_set_size ##### -->
105
 
<para>
106
 
 
107
 
</para>
108
 
 
109
 
@screen: 
110
 
@width: 
111
 
@height: 
112
 
@mm_width: 
113
 
@mm_height: 
114
 
 
115
 
 
116
 
<!-- ##### FUNCTION gnome_rr_screen_get_output_by_id ##### -->
117
 
<para>
118
 
 
119
 
</para>
120
 
 
121
 
@screen: 
122
 
@id: 
123
 
@Returns: 
124
 
 
125
 
 
126
 
<!-- ##### FUNCTION gnome_rr_screen_get_output_by_name ##### -->
127
 
<para>
128
 
 
129
 
</para>
130
 
 
131
 
@screen: 
132
 
@name: 
133
 
@Returns: 
134
 
 
135
 
 
136
 
<!-- ##### FUNCTION gnome_rr_screen_get_crtc_by_id ##### -->
137
 
<para>
138
 
 
139
 
</para>
140
 
 
141
 
@screen: 
142
 
@id: 
143
 
@Returns: 
144
 
 
145
 
 
146
 
<!-- ##### FUNCTION gnome_rr_screen_get_ranges ##### -->
147
 
<para>
148
 
 
149
 
</para>
150
 
 
151
 
@screen: 
152
 
@min_width: 
153
 
@max_width: 
154
 
@min_height: 
155
 
@max_height: 
156
 
 
157