~ubuntu-branches/ubuntu/precise/empathy/precise-proposed-201205180810

« back to all changes in this revision

Viewing changes to telepathy-yell/telepathy-yell/_gen/interfaces.h

  • Committer: Bazaar Package Importer
  • Author(s): Brian Curtis, Brian Curtis, Ken VanDine
  • Date: 2011-06-01 10:35:24 UTC
  • mfrom: (1.1.70 upstream) (6.3.44 experimental)
  • Revision ID: james.westby@ubuntu.com-20110601103524-wx3wgp71394730jt
Tags: 3.1.1-1ubuntu1
[ Brian Curtis ]
* Merge with Debian experimental, remaining Ubuntu changes:
* debian/control:
  - Drop geoclue/mapping build-depends (they are in Universe)
  - Add Vcz-Bzr link
  - Add Suggests on telepathy-idle
  - Bump telepathy-butterfly, telepathy-haze to recommends
  - Don't recommend the freedesktop sound theme we have an ubuntu one
  - Add build depend for libunity-dev
* debian/rules:
  - Use autoreconf.mk
  - Disable map and location
* debian/empathy.install:
  - Install message indicator configuration
* debian/indicators/empathy:
  - Message indicator configuration
* debian/patches/01_lpi.patch:
  - Add Launchpad integration
* debian/patches/10_use_notify_osd_icons.patch:
  - Use the notify-osd image for new messages
* debian/patches/34_start_raised_execpt_in_session.patch
  - If not started with the session, we should always raise
* debian/patches/36_chat_window_default_size.patch:
  - Make the default chat window size larger
* debian/patches/37_facebook_default.patch:
  - Make facebook the default chat account type
* debian/patches/38_lp_569289.patch
  - Set freenode as default IRC network for new IRC accounts 
* debian/patches/41_unity_launcher_progress.patch
  - Display file transfer progress in the unity launcher

[ Ken VanDine ]
* debian/control
  - build depend on libgcr-3-dev instead of libgcr-dev
  - dropped build depends for libindicate, we will use telepathy-indicator
  - Depend on dconf-gsettings-backend | gsettings-backend
  - Added a Recommends for telepathy-indicator
* +debian/empathy.gsettings-override
  - Added an override for notifications-focus
* debian/patches/series
  - commented out 23_idomessagedialog_for_voip_and_ft.patch, until ido has 
    been ported to gtk3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Generated from: Yell extensions to the Telepathy spec
2
 
 
3
 
 
4
 
 
5
 
 */
6
 
 
7
 
 
8
 
#define TPY_IFACE_CALL_CONTENT \
9
 
"org.freedesktop.Telepathy.Call.Content.DRAFT"
10
 
 
11
 
#define TPY_IFACE_QUARK_CALL_CONTENT \
12
 
  (tpy_iface_quark_call_content ())
13
 
 
14
 
GQuark tpy_iface_quark_call_content (void);
15
 
 
16
 
 
17
 
#define TPY_PROP_CALL_CONTENT_INTERFACES \
18
 
"org.freedesktop.Telepathy.Call.Content.DRAFT.Interfaces"
19
 
 
20
 
#define TPY_PROP_CALL_CONTENT_NAME \
21
 
"org.freedesktop.Telepathy.Call.Content.DRAFT.Name"
22
 
 
23
 
#define TPY_PROP_CALL_CONTENT_TYPE \
24
 
"org.freedesktop.Telepathy.Call.Content.DRAFT.Type"
25
 
 
26
 
#define TPY_PROP_CALL_CONTENT_DISPOSITION \
27
 
"org.freedesktop.Telepathy.Call.Content.DRAFT.Disposition"
28
 
 
29
 
#define TPY_PROP_CALL_CONTENT_STREAMS \
30
 
"org.freedesktop.Telepathy.Call.Content.DRAFT.Streams"
31
 
 
32
 
#define TPY_IFACE_CALL_CONTENT_CODEC_OFFER \
33
 
"org.freedesktop.Telepathy.Call.Content.CodecOffer.DRAFT"
34
 
 
35
 
#define TPY_IFACE_QUARK_CALL_CONTENT_CODEC_OFFER \
36
 
  (tpy_iface_quark_call_content_codec_offer ())
37
 
 
38
 
GQuark tpy_iface_quark_call_content_codec_offer (void);
39
 
 
40
 
 
41
 
#define TPY_PROP_CALL_CONTENT_CODEC_OFFER_INTERFACES \
42
 
"org.freedesktop.Telepathy.Call.Content.CodecOffer.DRAFT.Interfaces"
43
 
 
44
 
#define TPY_PROP_CALL_CONTENT_CODEC_OFFER_REMOTE_CONTACT_CODECS \
45
 
"org.freedesktop.Telepathy.Call.Content.CodecOffer.DRAFT.RemoteContactCodecs"
46
 
 
47
 
#define TPY_PROP_CALL_CONTENT_CODEC_OFFER_REMOTE_CONTACT \
48
 
"org.freedesktop.Telepathy.Call.Content.CodecOffer.DRAFT.RemoteContact"
49
 
 
50
 
#define TPY_IFACE_CALL_CONTENT_INTERFACE_MEDIA \
51
 
"org.freedesktop.Telepathy.Call.Content.Interface.Media.DRAFT"
52
 
 
53
 
#define TPY_IFACE_QUARK_CALL_CONTENT_INTERFACE_MEDIA \
54
 
  (tpy_iface_quark_call_content_interface_media ())
55
 
 
56
 
GQuark tpy_iface_quark_call_content_interface_media (void);
57
 
 
58
 
 
59
 
#define TPY_PROP_CALL_CONTENT_INTERFACE_MEDIA_CONTACT_CODEC_MAP \
60
 
"org.freedesktop.Telepathy.Call.Content.Interface.Media.DRAFT.ContactCodecMap"
61
 
 
62
 
#define TPY_PROP_CALL_CONTENT_INTERFACE_MEDIA_CODEC_OFFER \
63
 
"org.freedesktop.Telepathy.Call.Content.Interface.Media.DRAFT.CodecOffer"
64
 
 
65
 
#define TPY_PROP_CALL_CONTENT_INTERFACE_MEDIA_PACKETIZATION \
66
 
"org.freedesktop.Telepathy.Call.Content.Interface.Media.DRAFT.Packetization"
67
 
 
68
 
#define TPY_IFACE_CALL_CONTENT_INTERFACE_MUTE \
69
 
"org.freedesktop.Telepathy.Call.Content.Interface.Mute.DRAFT"
70
 
 
71
 
#define TPY_IFACE_QUARK_CALL_CONTENT_INTERFACE_MUTE \
72
 
  (tpy_iface_quark_call_content_interface_mute ())
73
 
 
74
 
GQuark tpy_iface_quark_call_content_interface_mute (void);
75
 
 
76
 
 
77
 
#define TPY_PROP_CALL_CONTENT_INTERFACE_MUTE_MUTE_STATE \
78
 
"org.freedesktop.Telepathy.Call.Content.Interface.Mute.DRAFT.MuteState"
79
 
 
80
 
#define TPY_IFACE_CALL_CONTENT_INTERFACE_VIDEO_CONTROL \
81
 
"org.freedesktop.Telepathy.Call.Content.Interface.VideoControl.DRAFT"
82
 
 
83
 
#define TPY_IFACE_QUARK_CALL_CONTENT_INTERFACE_VIDEO_CONTROL \
84
 
  (tpy_iface_quark_call_content_interface_video_control ())
85
 
 
86
 
GQuark tpy_iface_quark_call_content_interface_video_control (void);
87
 
 
88
 
 
89
 
#define TPY_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_VIDEO_RESOLUTION \
90
 
"org.freedesktop.Telepathy.Call.Content.Interface.VideoControl.DRAFT.VideoResolution"
91
 
 
92
 
#define TPY_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_BITRATE \
93
 
"org.freedesktop.Telepathy.Call.Content.Interface.VideoControl.DRAFT.Bitrate"
94
 
 
95
 
#define TPY_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_FRAMERATE \
96
 
"org.freedesktop.Telepathy.Call.Content.Interface.VideoControl.DRAFT.Framerate"
97
 
 
98
 
#define TPY_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_MTU \
99
 
"org.freedesktop.Telepathy.Call.Content.Interface.VideoControl.DRAFT.MTU"
100
 
 
101
 
#define TPY_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_MANUAL_KEY_FRAMES \
102
 
"org.freedesktop.Telepathy.Call.Content.Interface.VideoControl.DRAFT.ManualKeyFrames"
103
 
 
104
 
#define TPY_IFACE_CALL_STREAM \
105
 
"org.freedesktop.Telepathy.Call.Stream.DRAFT"
106
 
 
107
 
#define TPY_IFACE_QUARK_CALL_STREAM \
108
 
  (tpy_iface_quark_call_stream ())
109
 
 
110
 
GQuark tpy_iface_quark_call_stream (void);
111
 
 
112
 
 
113
 
#define TPY_PROP_CALL_STREAM_INTERFACES \
114
 
"org.freedesktop.Telepathy.Call.Stream.DRAFT.Interfaces"
115
 
 
116
 
#define TPY_PROP_CALL_STREAM_REMOTE_MEMBERS \
117
 
"org.freedesktop.Telepathy.Call.Stream.DRAFT.RemoteMembers"
118
 
 
119
 
#define TPY_PROP_CALL_STREAM_LOCAL_SENDING_STATE \
120
 
"org.freedesktop.Telepathy.Call.Stream.DRAFT.LocalSendingState"
121
 
 
122
 
#define TPY_PROP_CALL_STREAM_CAN_REQUEST_RECEIVING \
123
 
"org.freedesktop.Telepathy.Call.Stream.DRAFT.CanRequestReceiving"
124
 
 
125
 
#define TPY_IFACE_CALL_STREAM_ENDPOINT \
126
 
"org.freedesktop.Telepathy.Call.Stream.Endpoint.DRAFT"
127
 
 
128
 
#define TPY_IFACE_QUARK_CALL_STREAM_ENDPOINT \
129
 
  (tpy_iface_quark_call_stream_endpoint ())
130
 
 
131
 
GQuark tpy_iface_quark_call_stream_endpoint (void);
132
 
 
133
 
 
134
 
#define TPY_PROP_CALL_STREAM_ENDPOINT_REMOTE_CREDENTIALS \
135
 
"org.freedesktop.Telepathy.Call.Stream.Endpoint.DRAFT.RemoteCredentials"
136
 
 
137
 
#define TPY_PROP_CALL_STREAM_ENDPOINT_REMOTE_CANDIDATES \
138
 
"org.freedesktop.Telepathy.Call.Stream.Endpoint.DRAFT.RemoteCandidates"
139
 
 
140
 
#define TPY_PROP_CALL_STREAM_ENDPOINT_SELECTED_CANDIDATE \
141
 
"org.freedesktop.Telepathy.Call.Stream.Endpoint.DRAFT.SelectedCandidate"
142
 
 
143
 
#define TPY_PROP_CALL_STREAM_ENDPOINT_STREAM_STATE \
144
 
"org.freedesktop.Telepathy.Call.Stream.Endpoint.DRAFT.StreamState"
145
 
 
146
 
#define TPY_PROP_CALL_STREAM_ENDPOINT_TRANSPORT \
147
 
"org.freedesktop.Telepathy.Call.Stream.Endpoint.DRAFT.Transport"
148
 
 
149
 
#define TPY_IFACE_CALL_STREAM_INTERFACE_MEDIA \
150
 
"org.freedesktop.Telepathy.Call.Stream.Interface.Media.DRAFT"
151
 
 
152
 
#define TPY_IFACE_QUARK_CALL_STREAM_INTERFACE_MEDIA \
153
 
  (tpy_iface_quark_call_stream_interface_media ())
154
 
 
155
 
GQuark tpy_iface_quark_call_stream_interface_media (void);
156
 
 
157
 
 
158
 
#define TPY_PROP_CALL_STREAM_INTERFACE_MEDIA_TRANSPORT \
159
 
"org.freedesktop.Telepathy.Call.Stream.Interface.Media.DRAFT.Transport"
160
 
 
161
 
#define TPY_PROP_CALL_STREAM_INTERFACE_MEDIA_LOCAL_CANDIDATES \
162
 
"org.freedesktop.Telepathy.Call.Stream.Interface.Media.DRAFT.LocalCandidates"
163
 
 
164
 
#define TPY_PROP_CALL_STREAM_INTERFACE_MEDIA_LOCAL_CREDENTIALS \
165
 
"org.freedesktop.Telepathy.Call.Stream.Interface.Media.DRAFT.LocalCredentials"
166
 
 
167
 
#define TPY_PROP_CALL_STREAM_INTERFACE_MEDIA_STUN_SERVERS \
168
 
"org.freedesktop.Telepathy.Call.Stream.Interface.Media.DRAFT.STUNServers"
169
 
 
170
 
#define TPY_PROP_CALL_STREAM_INTERFACE_MEDIA_RELAY_INFO \
171
 
"org.freedesktop.Telepathy.Call.Stream.Interface.Media.DRAFT.RelayInfo"
172
 
 
173
 
#define TPY_PROP_CALL_STREAM_INTERFACE_MEDIA_HAS_SERVER_INFO \
174
 
"org.freedesktop.Telepathy.Call.Stream.Interface.Media.DRAFT.HasServerInfo"
175
 
 
176
 
#define TPY_PROP_CALL_STREAM_INTERFACE_MEDIA_ENDPOINTS \
177
 
"org.freedesktop.Telepathy.Call.Stream.Interface.Media.DRAFT.Endpoints"
178
 
 
179
 
#define TPY_IFACE_CHANNEL_TYPE_CALL \
180
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT"
181
 
 
182
 
#define TPY_IFACE_QUARK_CHANNEL_TYPE_CALL \
183
 
  (tpy_iface_quark_channel_type_call ())
184
 
 
185
 
GQuark tpy_iface_quark_channel_type_call (void);
186
 
 
187
 
 
188
 
#define TPY_PROP_CHANNEL_TYPE_CALL_CONTENTS \
189
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.Contents"
190
 
 
191
 
#define TPY_PROP_CHANNEL_TYPE_CALL_CALL_STATE_DETAILS \
192
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.CallStateDetails"
193
 
 
194
 
#define TPY_PROP_CHANNEL_TYPE_CALL_CALL_STATE \
195
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.CallState"
196
 
 
197
 
#define TPY_PROP_CHANNEL_TYPE_CALL_CALL_FLAGS \
198
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.CallFlags"
199
 
 
200
 
#define TPY_PROP_CHANNEL_TYPE_CALL_CALL_STATE_REASON \
201
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.CallStateReason"
202
 
 
203
 
#define TPY_PROP_CHANNEL_TYPE_CALL_HARDWARE_STREAMING \
204
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.HardwareStreaming"
205
 
 
206
 
#define TPY_PROP_CHANNEL_TYPE_CALL_CALL_MEMBERS \
207
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.CallMembers"
208
 
 
209
 
#define TPY_PROP_CHANNEL_TYPE_CALL_INITIAL_TRANSPORT \
210
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.InitialTransport"
211
 
 
212
 
#define TPY_PROP_CHANNEL_TYPE_CALL_INITIAL_AUDIO \
213
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.InitialAudio"
214
 
 
215
 
#define TPY_PROP_CHANNEL_TYPE_CALL_INITIAL_VIDEO \
216
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.InitialVideo"
217
 
 
218
 
#define TPY_PROP_CHANNEL_TYPE_CALL_INITIAL_AUDIO_NAME \
219
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.InitialAudioName"
220
 
 
221
 
#define TPY_PROP_CHANNEL_TYPE_CALL_INITIAL_VIDEO_NAME \
222
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.InitialVideoName"
223
 
 
224
 
#define TPY_PROP_CHANNEL_TYPE_CALL_MUTABLE_CONTENTS \
225
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT.MutableContents"
226
 
 
227
 
#define TPY_TOKEN_CHANNEL_TYPE_CALL_AUDIO \
228
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT/audio"
229
 
 
230
 
#define TPY_TOKEN_CHANNEL_TYPE_CALL_VIDEO \
231
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT/video"
232
 
 
233
 
#define TPY_TOKEN_CHANNEL_TYPE_CALL_GTALK_P2P \
234
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT/gtalk-p2p"
235
 
 
236
 
#define TPY_TOKEN_CHANNEL_TYPE_CALL_ICE \
237
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT/ice"
238
 
 
239
 
#define TPY_TOKEN_CHANNEL_TYPE_CALL_WLM_2009 \
240
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT/wlm-2009"
241
 
 
242
 
#define TPY_TOKEN_CHANNEL_TYPE_CALL_SHM \
243
 
"org.freedesktop.Telepathy.Channel.Type.Call.DRAFT/shm"