Merge lp:~darkxst/ubuntu/quantal/telepathy-logger/lp1049210 into lp:ubuntu/quantal/telepathy-logger
- Quantal (12.10)
- lp1049210
- Merge into quantal
Proposed by
Tim
on 2012-10-25
| Status: | Merged |
|---|---|
| Merge reported by: | Tim |
| Merged at revision: | not available |
| Proposed branch: | lp:~darkxst/ubuntu/quantal/telepathy-logger/lp1049210 |
| Merge into: | lp:ubuntu/quantal/telepathy-logger |
| Diff against target: |
5863 lines (+362/-2642) 24 files modified
.pc/.quilt_patches (+1/-0) .pc/.quilt_series (+1/-0) .pc/.version (+1/-0) debian/changelog (+15/-0) debian/gbp.conf (+1/-1) debian/patches/0001-Fix-introspection-warnings.patch (+306/-0) debian/patches/0002-log-manager-Fix-annotations-on-get_filtered_events.patch (+35/-0) debian/patches/series (+2/-0) doc/reference/libtelepathy-logger/html/TplEntity.html (+0/-316) doc/reference/libtelepathy-logger/html/TplEvent.html (+0/-275) doc/reference/libtelepathy-logger/html/TplLogManager.html (+0/-751) doc/reference/libtelepathy-logger/html/TplTextEvent.html (+0/-264) doc/reference/libtelepathy-logger/html/index.sgml (+0/-98) doc/reference/libtelepathy-logger/telepathy-logger.types (+0/-6) doc/reference/libtelepathy-logger/tmpl/call-channel-internal.sgml (+0/-45) doc/reference/libtelepathy-logger/tmpl/call-event-internal.sgml (+0/-57) doc/reference/libtelepathy-logger/tmpl/call-event.sgml (+0/-99) doc/reference/libtelepathy-logger/tmpl/entity-internal.sgml (+0/-24) doc/reference/libtelepathy-logger/tmpl/entity.sgml (+0/-133) doc/reference/libtelepathy-logger/tmpl/event.sgml (+0/-127) doc/reference/libtelepathy-logger/tmpl/log-manager.sgml (+0/-234) doc/reference/libtelepathy-logger/tmpl/log-store-pidgin-internal.sgml (+0/-30) doc/reference/libtelepathy-logger/tmpl/streamed-media-channel-internal.sgml (+0/-61) doc/reference/libtelepathy-logger/tmpl/text-event.sgml (+0/-121) |
| To merge this branch: | bzr merge lp:~darkxst/ubuntu/quantal/telepathy-logger/lp1049210 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ubuntu branches | 2012-10-25 | Pending | |
|
Review via email:
|
|||
Commit Message
Description of the Change
To post a comment you must log in.
Preview Diff
[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
| 1 | === added directory '.pc' |
| 2 | === added file '.pc/.quilt_patches' |
| 3 | --- .pc/.quilt_patches 1970-01-01 00:00:00 +0000 |
| 4 | +++ .pc/.quilt_patches 2012-10-25 23:21:20 +0000 |
| 5 | @@ -0,0 +1,1 @@ |
| 6 | +debian/patches |
| 7 | |
| 8 | === added file '.pc/.quilt_series' |
| 9 | --- .pc/.quilt_series 1970-01-01 00:00:00 +0000 |
| 10 | +++ .pc/.quilt_series 2012-10-25 23:21:20 +0000 |
| 11 | @@ -0,0 +1,1 @@ |
| 12 | +series |
| 13 | |
| 14 | === added file '.pc/.version' |
| 15 | --- .pc/.version 1970-01-01 00:00:00 +0000 |
| 16 | +++ .pc/.version 2012-10-25 23:21:20 +0000 |
| 17 | @@ -0,0 +1,1 @@ |
| 18 | +2 |
| 19 | |
| 20 | === modified file 'debian/changelog' |
| 21 | --- debian/changelog 2012-05-02 15:55:41 +0000 |
| 22 | +++ debian/changelog 2012-10-25 23:21:20 +0000 |
| 23 | @@ -1,3 +1,18 @@ |
| 24 | +telepathy-logger (0.4.0-2~ubuntu12.10) quantal-proposed; urgency=low |
| 25 | + |
| 26 | + * No change backport from debian to fix introspection (LP: 1049210) |
| 27 | + |
| 28 | + -- Tim Lunn <tim@feathertop.org> Fri, 26 Oct 2012 10:06:17 +1100 |
| 29 | + |
| 30 | +telepathy-logger (0.4.0-2) experimental; urgency=low |
| 31 | + |
| 32 | + * debian/gbp.conf: branch for experimental |
| 33 | + * d/p/0001-Fix-introspection-warnings.patch |
| 34 | + d/p/0002-log-manager-Fix-annotations-on-get_filtered_events.patch: |
| 35 | + - Added. Fix introspection for get_filtered_events, From upstream git |
| 36 | + |
| 37 | + -- Sjoerd Simons <sjoerd@debian.org> Sat, 13 Oct 2012 16:10:21 +0200 |
| 38 | + |
| 39 | telepathy-logger (0.4.0-1) unstable; urgency=low |
| 40 | |
| 41 | * New upstream release. |
| 42 | |
| 43 | === modified file 'debian/gbp.conf' |
| 44 | --- debian/gbp.conf 2010-06-19 15:26:04 +0000 |
| 45 | +++ debian/gbp.conf 2012-10-25 23:21:20 +0000 |
| 46 | @@ -1,5 +1,5 @@ |
| 47 | [DEFAULT] |
| 48 | -debian-branch = debian |
| 49 | +debian-branch = debian-experimental |
| 50 | upstream-branch = upstream |
| 51 | pristine-tar = True |
| 52 | |
| 53 | |
| 54 | === added directory 'debian/patches' |
| 55 | === added file 'debian/patches/0001-Fix-introspection-warnings.patch' |
| 56 | --- debian/patches/0001-Fix-introspection-warnings.patch 1970-01-01 00:00:00 +0000 |
| 57 | +++ debian/patches/0001-Fix-introspection-warnings.patch 2012-10-25 23:21:20 +0000 |
| 58 | @@ -0,0 +1,306 @@ |
| 59 | +From 5ec438f1f6f20d2402ae14a9a15bdbaf9131c4f6 Mon Sep 17 00:00:00 2001 |
| 60 | +From: "Jasper St. Pierre" <jstpierre@mecheye.net> |
| 61 | +Date: Fri, 25 May 2012 14:30:33 -0400 |
| 62 | +Subject: [PATCH 1/2] Fix introspection warnings |
| 63 | + |
| 64 | +https://bugs.freedesktop.org/show_bug.cgi?id=50361 |
| 65 | + |
| 66 | +Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> |
| 67 | +--- |
| 68 | + telepathy-logger/call-channel.c | 2 +- |
| 69 | + telepathy-logger/channel.c | 2 +- |
| 70 | + telepathy-logger/conf.c | 6 +++--- |
| 71 | + telepathy-logger/event.c | 10 +++++----- |
| 72 | + telepathy-logger/log-manager.c | 14 +++++++------- |
| 73 | + telepathy-logger/streamed-media-channel.c | 2 +- |
| 74 | + telepathy-logger/text-channel.c | 2 +- |
| 75 | + telepathy-logger/text-event.c | 18 +++++++++--------- |
| 76 | + 8 files changed, 28 insertions(+), 28 deletions(-) |
| 77 | + |
| 78 | +diff --git a/telepathy-logger/call-channel.c b/telepathy-logger/call-channel.c |
| 79 | +index 0ba1a67..3c188c0 100644 |
| 80 | +--- a/telepathy-logger/call-channel.c |
| 81 | ++++ b/telepathy-logger/call-channel.c |
| 82 | +@@ -465,7 +465,7 @@ _tpl_call_channel_init (TplCallChannel *self) |
| 83 | + |
| 84 | + |
| 85 | + /** |
| 86 | +- * _tpl_call_channel_new |
| 87 | ++ * _tpl_call_channel_new: |
| 88 | + * @conn: TpConnection instance owning the channel |
| 89 | + * @object_path: the channel's DBus path |
| 90 | + * @tp_chan_props: channel's immutable properties, obtained for example by |
| 91 | +diff --git a/telepathy-logger/channel.c b/telepathy-logger/channel.c |
| 92 | +index 1a55de6..93e84da 100644 |
| 93 | +--- a/telepathy-logger/channel.c |
| 94 | ++++ b/telepathy-logger/channel.c |
| 95 | +@@ -34,7 +34,7 @@ _tpl_channel_default_init (TplChannelInterface *iface) |
| 96 | + |
| 97 | + |
| 98 | + /** |
| 99 | +- * tpl_channel_prepare_async |
| 100 | ++ * tpl_channel_prepare_async: |
| 101 | + * @self: a TplChannel instance |
| 102 | + * @cb: a callback |
| 103 | + * @user_data: user's data passed to the callback |
| 104 | +diff --git a/telepathy-logger/conf.c b/telepathy-logger/conf.c |
| 105 | +index 5f4073f..fea99fa 100644 |
| 106 | +--- a/telepathy-logger/conf.c |
| 107 | ++++ b/telepathy-logger/conf.c |
| 108 | +@@ -182,7 +182,7 @@ _tpl_conf_init (TplConf *self) |
| 109 | + |
| 110 | + |
| 111 | + /** |
| 112 | +- * _tpl_conf_dup |
| 113 | ++ * _tpl_conf_dup: |
| 114 | + * |
| 115 | + * Convenience function to obtain a TPL Configuration object, which is a |
| 116 | + * singleton. |
| 117 | +@@ -198,7 +198,7 @@ _tpl_conf_dup (void) |
| 118 | + |
| 119 | + |
| 120 | + /** |
| 121 | +- * _tpl_conf_is_globally_enabled |
| 122 | ++ * _tpl_conf_is_globally_enabled: |
| 123 | + * @self: a TplConf instance |
| 124 | + * |
| 125 | + * Whether TPL is globally enabled or not. If it's not globally enabled, no |
| 126 | +@@ -221,7 +221,7 @@ _tpl_conf_is_globally_enabled (TplConf *self) |
| 127 | + |
| 128 | + |
| 129 | + /** |
| 130 | +- * _tpl_conf_globally_enable |
| 131 | ++ * _tpl_conf_globally_enable: |
| 132 | + * @self: a TplConf instance |
| 133 | + * @enable: wether to globally enable or globally disable logging. |
| 134 | + * |
| 135 | +diff --git a/telepathy-logger/event.c b/telepathy-logger/event.c |
| 136 | +index 9210bf6..f061ce0 100644 |
| 137 | +--- a/telepathy-logger/event.c |
| 138 | ++++ b/telepathy-logger/event.c |
| 139 | +@@ -265,7 +265,7 @@ tpl_event_init (TplEvent *self) |
| 140 | + } |
| 141 | + |
| 142 | + /** |
| 143 | +- * tpl_event_get_timestamp |
| 144 | ++ * tpl_event_get_timestamp: |
| 145 | + * @self: a #TplEvent |
| 146 | + * |
| 147 | + * Returns: the same timestamp as the #TplEvent:timestamp property |
| 148 | +@@ -280,7 +280,7 @@ tpl_event_get_timestamp (TplEvent *self) |
| 149 | + |
| 150 | + |
| 151 | + /** |
| 152 | +- * tpl_event_get_sender |
| 153 | ++ * tpl_event_get_sender: |
| 154 | + * @self: a #TplEvent |
| 155 | + * |
| 156 | + * Returns: (transfer none): the same #TplEntity as the #TplEvent:sender property |
| 157 | +@@ -294,7 +294,7 @@ tpl_event_get_sender (TplEvent *self) |
| 158 | + } |
| 159 | + |
| 160 | + /** |
| 161 | +- * tpl_event_get_receiver |
| 162 | ++ * tpl_event_get_receiver: |
| 163 | + * @self: a #TplEvent |
| 164 | + * |
| 165 | + * Returns: (transfer none): the same #TplEntity as the #TplEvent:receiver property |
| 166 | +@@ -342,7 +342,7 @@ _tpl_event_target_is_room (TplEvent *self) |
| 167 | + |
| 168 | + |
| 169 | + /** |
| 170 | +- * tpl_event_get_account |
| 171 | ++ * tpl_event_get_account_path: |
| 172 | + * @self: a #TplEvent |
| 173 | + * |
| 174 | + * <!-- no more to say --> |
| 175 | +@@ -389,7 +389,7 @@ tpl_event_equal (TplEvent *self, |
| 176 | + } |
| 177 | + |
| 178 | + /** |
| 179 | +- * tpl_event_get_account |
| 180 | ++ * tpl_event_get_account: |
| 181 | + * @self: a #TplEvent |
| 182 | + * |
| 183 | + * <!-- no more to say --> |
| 184 | +diff --git a/telepathy-logger/log-manager.c b/telepathy-logger/log-manager.c |
| 185 | +index c477bd1..d37ab85 100644 |
| 186 | +--- a/telepathy-logger/log-manager.c |
| 187 | ++++ b/telepathy-logger/log-manager.c |
| 188 | +@@ -305,7 +305,7 @@ tpl_log_manager_init (TplLogManager *self) |
| 189 | + |
| 190 | + |
| 191 | + /** |
| 192 | +- * tpl_log_manager_dup_singleton |
| 193 | ++ * tpl_log_manager_dup_singleton: |
| 194 | + * |
| 195 | + * Returns: (transfer full): a new reference on the log manager |
| 196 | + */ |
| 197 | +@@ -317,7 +317,7 @@ tpl_log_manager_dup_singleton (void) |
| 198 | + |
| 199 | + |
| 200 | + /* |
| 201 | +- * _tpl_log_manager_add_event |
| 202 | ++ * _tpl_log_manager_add_event: |
| 203 | + * @manager: the log manager |
| 204 | + * @event: a TplEvent subclass's instance |
| 205 | + * @error: the memory location of GError, filled if an error occurs |
| 206 | +@@ -385,7 +385,7 @@ _tpl_log_manager_add_event (TplLogManager *manager, |
| 207 | + |
| 208 | + |
| 209 | + /* |
| 210 | +- * _tpl_log_manager_register_log_store |
| 211 | ++ * _tpl_log_manager_register_log_store: |
| 212 | + * @self: the log manager |
| 213 | + * @logstore: a TplLogStore interface implementation |
| 214 | + * |
| 215 | +@@ -610,7 +610,7 @@ _tpl_log_manager_get_filtered_events (TplLogManager *manager, |
| 216 | + |
| 217 | + |
| 218 | + /* |
| 219 | +- * _tpl_log_manager_get_entities |
| 220 | ++ * _tpl_log_manager_get_entities: |
| 221 | + * @manager: the log manager |
| 222 | + * @account: a TpAccount the query will return data related to |
| 223 | + * |
| 224 | +@@ -723,7 +723,7 @@ _tpl_log_manager_search_hit_free (TplLogSearchHit *hit) |
| 225 | + |
| 226 | + |
| 227 | + /** |
| 228 | +- * tpl_log_manager_search_free: (skip): |
| 229 | ++ * tpl_log_manager_search_free: (skip) |
| 230 | + * @hits: a #GList of #TplLogSearchHit |
| 231 | + * |
| 232 | + * Free @hits and its content. |
| 233 | +@@ -990,7 +990,7 @@ _get_events_for_date_async_thread (GSimpleAsyncResult *simple, |
| 234 | + |
| 235 | + |
| 236 | + /** |
| 237 | +- * tpl_log_manager_get_events_for_date_async |
| 238 | ++ * tpl_log_manager_get_events_for_date_async: |
| 239 | + * @manager: a #TplLogManager |
| 240 | + * @account: a #TpAccount |
| 241 | + * @target: a non-NULL #TplEntity |
| 242 | +@@ -1043,7 +1043,7 @@ tpl_log_manager_get_events_for_date_async (TplLogManager *manager, |
| 243 | + |
| 244 | + |
| 245 | + /** |
| 246 | +- * tpl_log_manager_get_events_for_date_finish |
| 247 | ++ * tpl_log_manager_get_events_for_date_finish: |
| 248 | + * @self: a #TplLogManager |
| 249 | + * @result: a #GAsyncResult |
| 250 | + * @events: (out) (transfer full) (element-type TelepathyLogger.Event): a |
| 251 | +diff --git a/telepathy-logger/streamed-media-channel.c b/telepathy-logger/streamed-media-channel.c |
| 252 | +index 5f03bcf..ff4d501 100644 |
| 253 | +--- a/telepathy-logger/streamed-media-channel.c |
| 254 | ++++ b/telepathy-logger/streamed-media-channel.c |
| 255 | +@@ -599,7 +599,7 @@ _tpl_streamed_media_channel_init (TplStreamedMediaChannel *self) |
| 256 | + |
| 257 | + |
| 258 | + /** |
| 259 | +- * _tpl_streamed_media_channel_new |
| 260 | ++ * _tpl_streamed_media_channel_new: |
| 261 | + * @conn: TpConnection instance owning the channel |
| 262 | + * @object_path: the channel's DBus path |
| 263 | + * @tp_chan_props: channel's immutable properties, obtained for example by |
| 264 | +diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c |
| 265 | +index 622cb12..fa98eba 100644 |
| 266 | +--- a/telepathy-logger/text-channel.c |
| 267 | ++++ b/telepathy-logger/text-channel.c |
| 268 | +@@ -832,7 +832,7 @@ _tpl_text_channel_init (TplTextChannel *self) |
| 269 | + |
| 270 | + |
| 271 | + /** |
| 272 | +- * _tpl_text_channel_new |
| 273 | ++ * _tpl_text_channel_new: |
| 274 | + * @conn: TpConnection instance owning the channel |
| 275 | + * @object_path: the channel's DBus path |
| 276 | + * @tp_chan_props: channel's immutable properties, obtained for example by |
| 277 | +diff --git a/telepathy-logger/text-event.c b/telepathy-logger/text-event.c |
| 278 | +index c86522a..3e7e188 100644 |
| 279 | +--- a/telepathy-logger/text-event.c |
| 280 | ++++ b/telepathy-logger/text-event.c |
| 281 | +@@ -250,7 +250,7 @@ tpl_text_event_init (TplTextEvent *self) |
| 282 | + |
| 283 | + |
| 284 | + /** |
| 285 | +- * _tpl_text_event_message_type_from_str |
| 286 | ++ * _tpl_text_event_message_type_from_str: |
| 287 | + * @type_str: string to transform into a #TpChannelTextMessageType |
| 288 | + * |
| 289 | + * Maps strings into enum #TpChannelTextMessageType values. |
| 290 | +@@ -272,7 +272,7 @@ _tpl_text_event_message_type_from_str (const gchar *type_str) |
| 291 | + |
| 292 | + |
| 293 | + /** |
| 294 | +- * _tpl_text_event_message_type_to_str |
| 295 | ++ * _tpl_text_event_message_type_to_str: |
| 296 | + * @msg_type: message type to transform into a string |
| 297 | + * |
| 298 | + * Maps enum #TpChannelTextMessageType values into strings |
| 299 | +@@ -290,7 +290,7 @@ _tpl_text_event_message_type_to_str (TpChannelTextMessageType msg_type) |
| 300 | + |
| 301 | + |
| 302 | + /** |
| 303 | +- * tpl_text_event_get_message |
| 304 | ++ * tpl_text_event_get_message: |
| 305 | + * @self: a #TplTextEvent |
| 306 | + * |
| 307 | + * Returns: the same message as the #TplTextEvent:message property |
| 308 | +@@ -305,7 +305,7 @@ tpl_text_event_get_message (TplTextEvent *self) |
| 309 | + |
| 310 | + |
| 311 | + /** |
| 312 | +- * tpl_text_event_get_message_token |
| 313 | ++ * tpl_text_event_get_message_token: |
| 314 | + * @self: a #TplTextEvent |
| 315 | + * |
| 316 | + * Returns: the same message as the #TplTextEvent:message-token property |
| 317 | +@@ -320,7 +320,7 @@ tpl_text_event_get_message_token (TplTextEvent *self) |
| 318 | + |
| 319 | + |
| 320 | + /** |
| 321 | +- * tpl_text_event_get_supersedes_token |
| 322 | ++ * tpl_text_event_get_supersedes_token: |
| 323 | + * @self: a #TplTextEvent |
| 324 | + * |
| 325 | + * Returns: the same message as the #TplTextEvent:supersedes-token property |
| 326 | +@@ -335,7 +335,7 @@ tpl_text_event_get_supersedes_token (TplTextEvent *self) |
| 327 | + |
| 328 | + |
| 329 | + /** |
| 330 | +- * _tpl_text_event_add_supersedes |
| 331 | ++ * _tpl_text_event_add_supersedes: |
| 332 | + * @self: a #TplTextEvent |
| 333 | + * @old_event: (transfer none): an #TplTextEvent which this one supersedes |
| 334 | + * |
| 335 | +@@ -361,7 +361,7 @@ _tpl_text_event_add_supersedes (TplTextEvent *self, |
| 336 | + |
| 337 | + |
| 338 | + /** |
| 339 | +- * tpl_text_event_get_supersedes |
| 340 | ++ * tpl_text_event_get_supersedes: |
| 341 | + * @self: a #TplTextEvent |
| 342 | + * |
| 343 | + * Returns: (transfer none) (element-type TelepathyLogger.TextEvent): A #GList |
| 344 | +@@ -376,7 +376,7 @@ tpl_text_event_get_supersedes (TplTextEvent *self) |
| 345 | + |
| 346 | + |
| 347 | + /** |
| 348 | +- * tpl_text_event_get_message_type |
| 349 | ++ * tpl_text_event_get_message_type: |
| 350 | + * @self: a #TplTextEvent |
| 351 | + * |
| 352 | + * Returns: the same message as the #TplTextEvent:message-type property |
| 353 | +@@ -392,7 +392,7 @@ tpl_text_event_get_message_type (TplTextEvent *self) |
| 354 | + |
| 355 | + |
| 356 | + /** |
| 357 | +- * tpl_text_event_get_edit_timestamp |
| 358 | ++ * tpl_text_event_get_edit_timestamp: |
| 359 | + * @self: a #TplTextEvent |
| 360 | + * |
| 361 | + * Returns: the same value as the #TplTextEvent:edit-timestamp property |
| 362 | +-- |
| 363 | +1.7.10.4 |
| 364 | + |
| 365 | |
| 366 | === added file 'debian/patches/0002-log-manager-Fix-annotations-on-get_filtered_events.patch' |
| 367 | --- debian/patches/0002-log-manager-Fix-annotations-on-get_filtered_events.patch 1970-01-01 00:00:00 +0000 |
| 368 | +++ debian/patches/0002-log-manager-Fix-annotations-on-get_filtered_events.patch 2012-10-25 23:21:20 +0000 |
| 369 | @@ -0,0 +1,35 @@ |
| 370 | +From f5a91c2f48c60bc0b8fc53e915b66603bfff4dd3 Mon Sep 17 00:00:00 2001 |
| 371 | +From: "Jasper St. Pierre" <jstpierre@mecheye.net> |
| 372 | +Date: Fri, 25 May 2012 14:31:37 -0400 |
| 373 | +Subject: [PATCH 2/2] log-manager: Fix annotations on get_filtered_events |
| 374 | + |
| 375 | +Both callbacks needs to be marked allow-none, and filter isn't an |
| 376 | +(async scope), it's an (async call). |
| 377 | + |
| 378 | +https://bugs.freedesktop.org/show_bug.cgi?id=50361 |
| 379 | + |
| 380 | +Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> |
| 381 | +--- |
| 382 | + telepathy-logger/log-manager.c | 5 +++-- |
| 383 | + 1 file changed, 3 insertions(+), 2 deletions(-) |
| 384 | + |
| 385 | +diff --git a/telepathy-logger/log-manager.c b/telepathy-logger/log-manager.c |
| 386 | +index d37ab85..f11a58e 100644 |
| 387 | +--- a/telepathy-logger/log-manager.c |
| 388 | ++++ b/telepathy-logger/log-manager.c |
| 389 | +@@ -1106,9 +1106,10 @@ _get_filtered_events_async_thread (GSimpleAsyncResult *simple, |
| 390 | + * @target: a non-NULL #TplEntity |
| 391 | + * @type_mask: event type filter see #TplEventTypeMask |
| 392 | + * @num_events: number of maximum events to fetch |
| 393 | +- * @filter: (scope async): an optional filter function |
| 394 | ++ * @filter: (scope call) (allow-none): an optional filter function |
| 395 | + * @filter_user_data: user data to pass to @filter |
| 396 | +- * @callback: (scope async): a callback to call when the request is satisfied |
| 397 | ++ * @callback: (scope async) (allow-none): a callback to call when |
| 398 | ++ * the request is satisfied |
| 399 | + * @user_data: data to pass to @callback |
| 400 | + * |
| 401 | + * Retrieve the most recent @num_event events exchanged with @target. |
| 402 | +-- |
| 403 | +1.7.10.4 |
| 404 | + |
| 405 | |
| 406 | === added file 'debian/patches/series' |
| 407 | --- debian/patches/series 1970-01-01 00:00:00 +0000 |
| 408 | +++ debian/patches/series 2012-10-25 23:21:20 +0000 |
| 409 | @@ -0,0 +1,2 @@ |
| 410 | +0001-Fix-introspection-warnings.patch |
| 411 | +0002-log-manager-Fix-annotations-on-get_filtered_events.patch |
| 412 | |
| 413 | === added file 'doc/reference/libtelepathy-logger/html/TplEntity.html' |
| 414 | --- doc/reference/libtelepathy-logger/html/TplEntity.html 1970-01-01 00:00:00 +0000 |
| 415 | +++ doc/reference/libtelepathy-logger/html/TplEntity.html 2012-10-25 23:21:20 +0000 |
| 416 | @@ -0,0 +1,316 @@ |
| 417 | +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 418 | +<html> |
| 419 | +<head> |
| 420 | +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 421 | +<title>TplEntity</title> |
| 422 | +<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> |
| 423 | +<link rel="home" href="index.html" title="telepathy-logger Reference Manual"> |
| 424 | +<link rel="up" href="ch-public.html" title="libtelepathy-logger API"> |
| 425 | +<link rel="prev" href="TplTextEvent.html" title="TplTextEvent"> |
| 426 | +<meta name="generator" content="GTK-Doc V1.18 (XML mode)"> |
| 427 | +<link rel="stylesheet" href="style.css" type="text/css"> |
| 428 | +</head> |
| 429 | +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
| 430 | +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> |
| 431 | +<tr valign="middle"> |
| 432 | +<td><a accesskey="p" href="TplTextEvent.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> |
| 433 | +<td><a accesskey="u" href="ch-public.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> |
| 434 | +<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> |
| 435 | +<th width="100%" align="center">telepathy-logger Reference Manual</th> |
| 436 | +<td>Â </td> |
| 437 | +</tr> |
| 438 | +<tr><td colspan="5" class="shortcuts"> |
| 439 | +<a href="#TplEntity.synopsis" class="shortcut">Top</a> |
| 440 | + Â |Â |
| 441 | + <a href="#TplEntity.description" class="shortcut">Description</a> |
| 442 | + Â |Â |
| 443 | + <a href="#TplEntity.object-hierarchy" class="shortcut">Object Hierarchy</a> |
| 444 | + Â |Â |
| 445 | + <a href="#TplEntity.properties" class="shortcut">Properties</a> |
| 446 | +</td></tr> |
| 447 | +</table> |
| 448 | +<div class="refentry"> |
| 449 | +<a name="TplEntity"></a><div class="titlepage"></div> |
| 450 | +<div class="refnamediv"><table width="100%"><tr> |
| 451 | +<td valign="top"> |
| 452 | +<h2><span class="refentrytitle"><a name="TplEntity.top_of_page"></a>TplEntity</span></h2> |
| 453 | +<p>TplEntity — Representation of a contact or room</p> |
| 454 | +</td> |
| 455 | +<td valign="top" align="right"></td> |
| 456 | +</tr></table></div> |
| 457 | +<div class="refsynopsisdiv"> |
| 458 | +<a name="TplEntity.synopsis"></a><h2>Synopsis</h2> |
| 459 | +<pre class="synopsis">struct <a class="link" href="TplEntity.html#TplEntity-struct" title="struct TplEntity">TplEntity</a>; |
| 460 | + <a class="link" href="TplEntity.html#TplEntityPriv" title="TplEntityPriv">TplEntityPriv</a>; |
| 461 | +enum <a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType">TplEntityType</a>; |
| 462 | +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplEntity.html#tpl-entity-get-alias" title="tpl_entity_get_alias ()">tpl_entity_get_alias</a> (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>); |
| 463 | +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplEntity.html#tpl-entity-get-avatar-token" title="tpl_entity_get_avatar_token ()">tpl_entity_get_avatar_token</a> (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>); |
| 464 | +<a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="returnvalue">TplEntityType</span></a> <a class="link" href="TplEntity.html#tpl-entity-get-entity-type" title="tpl_entity_get_entity_type ()">tpl_entity_get_entity_type</a> (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>); |
| 465 | +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplEntity.html#tpl-entity-get-identifier" title="tpl_entity_get_identifier ()">tpl_entity_get_identifier</a> (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>); |
| 466 | +<a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * <a class="link" href="TplEntity.html#tpl-entity-new" title="tpl_entity_new ()">tpl_entity_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>, |
| 467 | + <em class="parameter"><code><a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="type">TplEntityType</span></a> type</code></em>, |
| 468 | + <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *alias</code></em>, |
| 469 | + <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *avatar_token</code></em>); |
| 470 | +<a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * <a class="link" href="TplEntity.html#tpl-entity-new-from-room-id" title="tpl_entity_new_from_room_id ()">tpl_entity_new_from_room_id</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *room_id</code></em>); |
| 471 | +<a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * <a class="link" href="TplEntity.html#tpl-entity-new-from-tp-contact" title="tpl_entity_new_from_tp_contact ()">tpl_entity_new_from_tp_contact</a> (<em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-contact.html#TpContact"><span class="type">TpContact</span></a> *contact</code></em>, |
| 472 | + <em class="parameter"><code><a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="type">TplEntityType</span></a> type</code></em>); |
| 473 | +</pre> |
| 474 | +</div> |
| 475 | +<div class="refsect1"> |
| 476 | +<a name="TplEntity.object-hierarchy"></a><h2>Object Hierarchy</h2> |
| 477 | +<pre class="synopsis"> |
| 478 | + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> |
| 479 | + +----TplEntity |
| 480 | +</pre> |
| 481 | +</div> |
| 482 | +<div class="refsect1"> |
| 483 | +<a name="TplEntity.properties"></a><h2>Properties</h2> |
| 484 | +<pre class="synopsis"> |
| 485 | + "<a class="link" href="TplEntity.html#TplEntity--alias" title='The "alias" property'>alias</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 486 | + "<a class="link" href="TplEntity.html#TplEntity--avatar-token" title='The "avatar-token" property'>avatar-token</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 487 | + "<a class="link" href="TplEntity.html#TplEntity--identifier" title='The "identifier" property'>identifier</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 488 | + "<a class="link" href="TplEntity.html#TplEntity--type" title='The "type" property'>type</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only |
| 489 | +</pre> |
| 490 | +</div> |
| 491 | +<div class="refsect1"> |
| 492 | +<a name="TplEntity.description"></a><h2>Description</h2> |
| 493 | +<p> |
| 494 | +An object representing a contact or room. |
| 495 | +</p> |
| 496 | +</div> |
| 497 | +<div class="refsect1"> |
| 498 | +<a name="TplEntity.details"></a><h2>Details</h2> |
| 499 | +<div class="refsect2"> |
| 500 | +<a name="TplEntity-struct"></a><h3>struct TplEntity</h3> |
| 501 | +<pre class="programlisting">struct TplEntity;</pre> |
| 502 | +<p> |
| 503 | +An object representing a contact or room. |
| 504 | +</p> |
| 505 | +</div> |
| 506 | +<hr> |
| 507 | +<div class="refsect2"> |
| 508 | +<a name="TplEntityPriv"></a><h3>TplEntityPriv</h3> |
| 509 | +<pre class="programlisting">typedef struct _TplEntityPriv TplEntityPriv;</pre> |
| 510 | +<p> |
| 511 | +</p> |
| 512 | +</div> |
| 513 | +<hr> |
| 514 | +<div class="refsect2"> |
| 515 | +<a name="TplEntityType"></a><h3>enum TplEntityType</h3> |
| 516 | +<pre class="programlisting">typedef enum { |
| 517 | + TPL_ENTITY_UNKNOWN, |
| 518 | + TPL_ENTITY_CONTACT, |
| 519 | + TPL_ENTITY_ROOM, |
| 520 | + TPL_ENTITY_SELF |
| 521 | +} TplEntityType; |
| 522 | +</pre> |
| 523 | +<div class="variablelist"><table border="0"> |
| 524 | +<col align="left" valign="top"> |
| 525 | +<tbody> |
| 526 | +<tr> |
| 527 | +<td><p><a name="TPL-ENTITY-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TPL_ENTITY_UNKNOWN</code></span></p></td> |
| 528 | +<td>the current contact's type is unknown |
| 529 | +</td> |
| 530 | +</tr> |
| 531 | +<tr> |
| 532 | +<td><p><a name="TPL-ENTITY-CONTACT:CAPS"></a><span class="term"><code class="literal">TPL_ENTITY_CONTACT</code></span></p></td> |
| 533 | +<td>the contact's type represents a user (buddy), but not |
| 534 | + the account's owner for which <em class="parameter"><code>TPL_ENTITY_SELF</code></em> is used |
| 535 | +</td> |
| 536 | +</tr> |
| 537 | +<tr> |
| 538 | +<td><p><a name="TPL-ENTITY-ROOM:CAPS"></a><span class="term"><code class="literal">TPL_ENTITY_ROOM</code></span></p></td> |
| 539 | +<td>a named room (<a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-enums.html#TP-HANDLE-TYPE-ROOM:CAPS"><span class="type">TP_HANDLE_TYPE_ROOM</span></a>) |
| 540 | +</td> |
| 541 | +</tr> |
| 542 | +<tr> |
| 543 | +<td><p><a name="TPL-ENTITY-SELF:CAPS"></a><span class="term"><code class="literal">TPL_ENTITY_SELF</code></span></p></td> |
| 544 | +<td>the contact's type represents the owner of the account |
| 545 | + whose channel has been logged, as opposed to <em class="parameter"><code>TPL_ENTITY_CONTACT</code></em> which |
| 546 | + represents any other user |
| 547 | +</td> |
| 548 | +</tr> |
| 549 | +</tbody> |
| 550 | +</table></div> |
| 551 | +</div> |
| 552 | +<hr> |
| 553 | +<div class="refsect2"> |
| 554 | +<a name="tpl-entity-get-alias"></a><h3>tpl_entity_get_alias ()</h3> |
| 555 | +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_entity_get_alias (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>);</pre> |
| 556 | +<div class="variablelist"><table border="0"> |
| 557 | +<col align="left" valign="top"> |
| 558 | +<tbody> |
| 559 | +<tr> |
| 560 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 561 | +<td>a <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 562 | +</td> |
| 563 | +</tr> |
| 564 | +<tr> |
| 565 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 566 | +<td>the alias of the entity, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> |
| 567 | +</td> |
| 568 | +</tr> |
| 569 | +</tbody> |
| 570 | +</table></div> |
| 571 | +</div> |
| 572 | +<hr> |
| 573 | +<div class="refsect2"> |
| 574 | +<a name="tpl-entity-get-avatar-token"></a><h3>tpl_entity_get_avatar_token ()</h3> |
| 575 | +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_entity_get_avatar_token (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>);</pre> |
| 576 | +<div class="variablelist"><table border="0"> |
| 577 | +<col align="left" valign="top"> |
| 578 | +<tbody> |
| 579 | +<tr> |
| 580 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 581 | +<td>a <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 582 | +</td> |
| 583 | +</tr> |
| 584 | +<tr> |
| 585 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 586 | +<td>a token representing the avatar of the token, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> |
| 587 | +</td> |
| 588 | +</tr> |
| 589 | +</tbody> |
| 590 | +</table></div> |
| 591 | +</div> |
| 592 | +<hr> |
| 593 | +<div class="refsect2"> |
| 594 | +<a name="tpl-entity-get-entity-type"></a><h3>tpl_entity_get_entity_type ()</h3> |
| 595 | +<pre class="programlisting"><a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="returnvalue">TplEntityType</span></a> tpl_entity_get_entity_type (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>);</pre> |
| 596 | +<div class="variablelist"><table border="0"> |
| 597 | +<col align="left" valign="top"> |
| 598 | +<tbody> |
| 599 | +<tr> |
| 600 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 601 | +<td>a <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 602 | +</td> |
| 603 | +</tr> |
| 604 | +<tr> |
| 605 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 606 | +<td>the type of the entity</td> |
| 607 | +</tr> |
| 608 | +</tbody> |
| 609 | +</table></div> |
| 610 | +</div> |
| 611 | +<hr> |
| 612 | +<div class="refsect2"> |
| 613 | +<a name="tpl-entity-get-identifier"></a><h3>tpl_entity_get_identifier ()</h3> |
| 614 | +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_entity_get_identifier (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>);</pre> |
| 615 | +<div class="variablelist"><table border="0"> |
| 616 | +<col align="left" valign="top"> |
| 617 | +<tbody> |
| 618 | +<tr> |
| 619 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 620 | +<td>a <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 621 | +</td> |
| 622 | +</tr> |
| 623 | +<tr> |
| 624 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 625 | +<td>the identifier of the entity</td> |
| 626 | +</tr> |
| 627 | +</tbody> |
| 628 | +</table></div> |
| 629 | +</div> |
| 630 | +<hr> |
| 631 | +<div class="refsect2"> |
| 632 | +<a name="tpl-entity-new"></a><h3>tpl_entity_new ()</h3> |
| 633 | +<pre class="programlisting"><a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * tpl_entity_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>, |
| 634 | + <em class="parameter"><code><a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="type">TplEntityType</span></a> type</code></em>, |
| 635 | + <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *alias</code></em>, |
| 636 | + <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *avatar_token</code></em>);</pre> |
| 637 | +<p> |
| 638 | +</p> |
| 639 | +</div> |
| 640 | +<hr> |
| 641 | +<div class="refsect2"> |
| 642 | +<a name="tpl-entity-new-from-room-id"></a><h3>tpl_entity_new_from_room_id ()</h3> |
| 643 | +<pre class="programlisting"><a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * tpl_entity_new_from_room_id (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *room_id</code></em>);</pre> |
| 644 | +<div class="variablelist"><table border="0"> |
| 645 | +<col align="left" valign="top"> |
| 646 | +<tbody> |
| 647 | +<tr> |
| 648 | +<td><p><span class="term"><em class="parameter"><code>room_id</code></em>Â :</span></p></td> |
| 649 | +<td>the room id which will be the identifier for the entity</td> |
| 650 | +</tr> |
| 651 | +<tr> |
| 652 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 653 | +<td>a TplEntity instance with identifier, alias copied from |
| 654 | +<em class="parameter"><code>room_id</code></em>. It also sets <a class="link" href="TplEntity.html#TPL-ENTITY-ROOM:CAPS"><code class="literal">TPL_ENTITY_ROOM</code></a> as type for |
| 655 | +the <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> returned.</td> |
| 656 | +</tr> |
| 657 | +</tbody> |
| 658 | +</table></div> |
| 659 | +</div> |
| 660 | +<hr> |
| 661 | +<div class="refsect2"> |
| 662 | +<a name="tpl-entity-new-from-tp-contact"></a><h3>tpl_entity_new_from_tp_contact ()</h3> |
| 663 | +<pre class="programlisting"><a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * tpl_entity_new_from_tp_contact (<em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-contact.html#TpContact"><span class="type">TpContact</span></a> *contact</code></em>, |
| 664 | + <em class="parameter"><code><a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="type">TplEntityType</span></a> type</code></em>);</pre> |
| 665 | +<div class="variablelist"><table border="0"> |
| 666 | +<col align="left" valign="top"> |
| 667 | +<tbody> |
| 668 | +<tr> |
| 669 | +<td><p><span class="term"><em class="parameter"><code>contact</code></em>Â :</span></p></td> |
| 670 | +<td>the TpContact instance to create the TplEntity from</td> |
| 671 | +</tr> |
| 672 | +<tr> |
| 673 | +<td><p><span class="term"><em class="parameter"><code>type</code></em>Â :</span></p></td> |
| 674 | +<td>the <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> type</td> |
| 675 | +</tr> |
| 676 | +<tr> |
| 677 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 678 | +<td>a TplEntity instance with identifier, alias and |
| 679 | +avatar's token copied. Type parameter is useful to differentiate between |
| 680 | +normal contact and self contact, thus only <a class="link" href="TplEntity.html#TPL-ENTITY-CONTACT:CAPS"><code class="literal">TPL_ENTITY_CONTACT</code></a> and |
| 681 | +<a class="link" href="TplEntity.html#TPL-ENTITY-SELF:CAPS"><code class="literal">TPL_ENTITY_SELF</code></a> are accepted. If contact is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, an entity of type |
| 682 | +<a class="link" href="TplEntity.html#TPL-ENTITY-UNKNOWN:CAPS"><code class="literal">TPL_ENTITY_UNKNOWN</code></a> with id set to "unknown" is returned.</td> |
| 683 | +</tr> |
| 684 | +</tbody> |
| 685 | +</table></div> |
| 686 | +</div> |
| 687 | +</div> |
| 688 | +<div class="refsect1"> |
| 689 | +<a name="TplEntity.property-details"></a><h2>Property Details</h2> |
| 690 | +<div class="refsect2"> |
| 691 | +<a name="TplEntity--alias"></a><h3>The <code class="literal">"alias"</code> property</h3> |
| 692 | +<pre class="programlisting"> "alias" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 693 | +<p> |
| 694 | +The entity's alias |
| 695 | +</p> |
| 696 | +<p>Default value: NULL</p> |
| 697 | +</div> |
| 698 | +<hr> |
| 699 | +<div class="refsect2"> |
| 700 | +<a name="TplEntity--avatar-token"></a><h3>The <code class="literal">"avatar-token"</code> property</h3> |
| 701 | +<pre class="programlisting"> "avatar-token" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 702 | +<p> |
| 703 | +The entity's avatar token |
| 704 | +</p> |
| 705 | +<p>Default value: NULL</p> |
| 706 | +</div> |
| 707 | +<hr> |
| 708 | +<div class="refsect2"> |
| 709 | +<a name="TplEntity--identifier"></a><h3>The <code class="literal">"identifier"</code> property</h3> |
| 710 | +<pre class="programlisting"> "identifier" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 711 | +<p> |
| 712 | +The entity's identifier |
| 713 | +</p> |
| 714 | +<p>Default value: NULL</p> |
| 715 | +</div> |
| 716 | +<hr> |
| 717 | +<div class="refsect2"> |
| 718 | +<a name="TplEntity--type"></a><h3>The <code class="literal">"type"</code> property</h3> |
| 719 | +<pre class="programlisting"> "type" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only</pre> |
| 720 | +<p> |
| 721 | +The entity's type (see <a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="type">TplEntityType</span></a>). |
| 722 | +</p> |
| 723 | +<p>Allowed values: [0,3]</p> |
| 724 | +<p>Default value: 0</p> |
| 725 | +</div> |
| 726 | +</div> |
| 727 | +</div> |
| 728 | +<div class="footer"> |
| 729 | +<hr> |
| 730 | + Generated by GTK-Doc V1.18</div> |
| 731 | +</body> |
| 732 | +</html> |
| 733 | \ No newline at end of file |
| 734 | |
| 735 | === removed file 'doc/reference/libtelepathy-logger/html/TplEntity.html' |
| 736 | --- doc/reference/libtelepathy-logger/html/TplEntity.html 2012-04-03 16:57:44 +0000 |
| 737 | +++ doc/reference/libtelepathy-logger/html/TplEntity.html 1970-01-01 00:00:00 +0000 |
| 738 | @@ -1,316 +0,0 @@ |
| 739 | -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 740 | -<html> |
| 741 | -<head> |
| 742 | -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 743 | -<title>TplEntity</title> |
| 744 | -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> |
| 745 | -<link rel="home" href="index.html" title="telepathy-logger Reference Manual"> |
| 746 | -<link rel="up" href="ch-public.html" title="libtelepathy-logger API"> |
| 747 | -<link rel="prev" href="TplTextEvent.html" title="TplTextEvent"> |
| 748 | -<meta name="generator" content="GTK-Doc V1.18 (XML mode)"> |
| 749 | -<link rel="stylesheet" href="style.css" type="text/css"> |
| 750 | -</head> |
| 751 | -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
| 752 | -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> |
| 753 | -<tr valign="middle"> |
| 754 | -<td><a accesskey="p" href="TplTextEvent.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> |
| 755 | -<td><a accesskey="u" href="ch-public.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> |
| 756 | -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> |
| 757 | -<th width="100%" align="center">telepathy-logger Reference Manual</th> |
| 758 | -<td>Â </td> |
| 759 | -</tr> |
| 760 | -<tr><td colspan="5" class="shortcuts"> |
| 761 | -<a href="#TplEntity.synopsis" class="shortcut">Top</a> |
| 762 | - Â |Â |
| 763 | - <a href="#TplEntity.description" class="shortcut">Description</a> |
| 764 | - Â |Â |
| 765 | - <a href="#TplEntity.object-hierarchy" class="shortcut">Object Hierarchy</a> |
| 766 | - Â |Â |
| 767 | - <a href="#TplEntity.properties" class="shortcut">Properties</a> |
| 768 | -</td></tr> |
| 769 | -</table> |
| 770 | -<div class="refentry"> |
| 771 | -<a name="TplEntity"></a><div class="titlepage"></div> |
| 772 | -<div class="refnamediv"><table width="100%"><tr> |
| 773 | -<td valign="top"> |
| 774 | -<h2><span class="refentrytitle"><a name="TplEntity.top_of_page"></a>TplEntity</span></h2> |
| 775 | -<p>TplEntity — Representation of a contact or room</p> |
| 776 | -</td> |
| 777 | -<td valign="top" align="right"></td> |
| 778 | -</tr></table></div> |
| 779 | -<div class="refsynopsisdiv"> |
| 780 | -<a name="TplEntity.synopsis"></a><h2>Synopsis</h2> |
| 781 | -<pre class="synopsis">struct <a class="link" href="TplEntity.html#TplEntity-struct" title="struct TplEntity">TplEntity</a>; |
| 782 | - <a class="link" href="TplEntity.html#TplEntityPriv" title="TplEntityPriv">TplEntityPriv</a>; |
| 783 | -enum <a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType">TplEntityType</a>; |
| 784 | -const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplEntity.html#tpl-entity-get-alias" title="tpl_entity_get_alias ()">tpl_entity_get_alias</a> (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>); |
| 785 | -const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplEntity.html#tpl-entity-get-avatar-token" title="tpl_entity_get_avatar_token ()">tpl_entity_get_avatar_token</a> (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>); |
| 786 | -<a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="returnvalue">TplEntityType</span></a> <a class="link" href="TplEntity.html#tpl-entity-get-entity-type" title="tpl_entity_get_entity_type ()">tpl_entity_get_entity_type</a> (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>); |
| 787 | -const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplEntity.html#tpl-entity-get-identifier" title="tpl_entity_get_identifier ()">tpl_entity_get_identifier</a> (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>); |
| 788 | -<a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * <a class="link" href="TplEntity.html#tpl-entity-new" title="tpl_entity_new ()">tpl_entity_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>, |
| 789 | - <em class="parameter"><code><a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="type">TplEntityType</span></a> type</code></em>, |
| 790 | - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *alias</code></em>, |
| 791 | - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *avatar_token</code></em>); |
| 792 | -<a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * <a class="link" href="TplEntity.html#tpl-entity-new-from-room-id" title="tpl_entity_new_from_room_id ()">tpl_entity_new_from_room_id</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *room_id</code></em>); |
| 793 | -<a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * <a class="link" href="TplEntity.html#tpl-entity-new-from-tp-contact" title="tpl_entity_new_from_tp_contact ()">tpl_entity_new_from_tp_contact</a> (<em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-contact.html#TpContact"><span class="type">TpContact</span></a> *contact</code></em>, |
| 794 | - <em class="parameter"><code><a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="type">TplEntityType</span></a> type</code></em>); |
| 795 | -</pre> |
| 796 | -</div> |
| 797 | -<div class="refsect1"> |
| 798 | -<a name="TplEntity.object-hierarchy"></a><h2>Object Hierarchy</h2> |
| 799 | -<pre class="synopsis"> |
| 800 | - <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> |
| 801 | - +----TplEntity |
| 802 | -</pre> |
| 803 | -</div> |
| 804 | -<div class="refsect1"> |
| 805 | -<a name="TplEntity.properties"></a><h2>Properties</h2> |
| 806 | -<pre class="synopsis"> |
| 807 | - "<a class="link" href="TplEntity.html#TplEntity--alias" title='The "alias" property'>alias</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 808 | - "<a class="link" href="TplEntity.html#TplEntity--avatar-token" title='The "avatar-token" property'>avatar-token</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 809 | - "<a class="link" href="TplEntity.html#TplEntity--identifier" title='The "identifier" property'>identifier</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 810 | - "<a class="link" href="TplEntity.html#TplEntity--type" title='The "type" property'>type</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only |
| 811 | -</pre> |
| 812 | -</div> |
| 813 | -<div class="refsect1"> |
| 814 | -<a name="TplEntity.description"></a><h2>Description</h2> |
| 815 | -<p> |
| 816 | -An object representing a contact or room. |
| 817 | -</p> |
| 818 | -</div> |
| 819 | -<div class="refsect1"> |
| 820 | -<a name="TplEntity.details"></a><h2>Details</h2> |
| 821 | -<div class="refsect2"> |
| 822 | -<a name="TplEntity-struct"></a><h3>struct TplEntity</h3> |
| 823 | -<pre class="programlisting">struct TplEntity;</pre> |
| 824 | -<p> |
| 825 | -An object representing a contact or room. |
| 826 | -</p> |
| 827 | -</div> |
| 828 | -<hr> |
| 829 | -<div class="refsect2"> |
| 830 | -<a name="TplEntityPriv"></a><h3>TplEntityPriv</h3> |
| 831 | -<pre class="programlisting">typedef struct _TplEntityPriv TplEntityPriv;</pre> |
| 832 | -<p> |
| 833 | -</p> |
| 834 | -</div> |
| 835 | -<hr> |
| 836 | -<div class="refsect2"> |
| 837 | -<a name="TplEntityType"></a><h3>enum TplEntityType</h3> |
| 838 | -<pre class="programlisting">typedef enum { |
| 839 | - TPL_ENTITY_UNKNOWN, |
| 840 | - TPL_ENTITY_CONTACT, |
| 841 | - TPL_ENTITY_ROOM, |
| 842 | - TPL_ENTITY_SELF |
| 843 | -} TplEntityType; |
| 844 | -</pre> |
| 845 | -<div class="variablelist"><table border="0"> |
| 846 | -<col align="left" valign="top"> |
| 847 | -<tbody> |
| 848 | -<tr> |
| 849 | -<td><p><a name="TPL-ENTITY-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TPL_ENTITY_UNKNOWN</code></span></p></td> |
| 850 | -<td>the current contact's type is unknown |
| 851 | -</td> |
| 852 | -</tr> |
| 853 | -<tr> |
| 854 | -<td><p><a name="TPL-ENTITY-CONTACT:CAPS"></a><span class="term"><code class="literal">TPL_ENTITY_CONTACT</code></span></p></td> |
| 855 | -<td>the contact's type represents a user (buddy), but not |
| 856 | - the account's owner for which <em class="parameter"><code>TPL_ENTITY_SELF</code></em> is used |
| 857 | -</td> |
| 858 | -</tr> |
| 859 | -<tr> |
| 860 | -<td><p><a name="TPL-ENTITY-ROOM:CAPS"></a><span class="term"><code class="literal">TPL_ENTITY_ROOM</code></span></p></td> |
| 861 | -<td>a named room (<a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-enums.html#TP-HANDLE-TYPE-ROOM:CAPS"><span class="type">TP_HANDLE_TYPE_ROOM</span></a>) |
| 862 | -</td> |
| 863 | -</tr> |
| 864 | -<tr> |
| 865 | -<td><p><a name="TPL-ENTITY-SELF:CAPS"></a><span class="term"><code class="literal">TPL_ENTITY_SELF</code></span></p></td> |
| 866 | -<td>the contact's type represents the owner of the account |
| 867 | - whose channel has been logged, as opposed to <em class="parameter"><code>TPL_ENTITY_CONTACT</code></em> which |
| 868 | - represents any other user |
| 869 | -</td> |
| 870 | -</tr> |
| 871 | -</tbody> |
| 872 | -</table></div> |
| 873 | -</div> |
| 874 | -<hr> |
| 875 | -<div class="refsect2"> |
| 876 | -<a name="tpl-entity-get-alias"></a><h3>tpl_entity_get_alias ()</h3> |
| 877 | -<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_entity_get_alias (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>);</pre> |
| 878 | -<div class="variablelist"><table border="0"> |
| 879 | -<col align="left" valign="top"> |
| 880 | -<tbody> |
| 881 | -<tr> |
| 882 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 883 | -<td>a <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 884 | -</td> |
| 885 | -</tr> |
| 886 | -<tr> |
| 887 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 888 | -<td>the alias of the entity, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> |
| 889 | -</td> |
| 890 | -</tr> |
| 891 | -</tbody> |
| 892 | -</table></div> |
| 893 | -</div> |
| 894 | -<hr> |
| 895 | -<div class="refsect2"> |
| 896 | -<a name="tpl-entity-get-avatar-token"></a><h3>tpl_entity_get_avatar_token ()</h3> |
| 897 | -<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_entity_get_avatar_token (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>);</pre> |
| 898 | -<div class="variablelist"><table border="0"> |
| 899 | -<col align="left" valign="top"> |
| 900 | -<tbody> |
| 901 | -<tr> |
| 902 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 903 | -<td>a <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 904 | -</td> |
| 905 | -</tr> |
| 906 | -<tr> |
| 907 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 908 | -<td>a token representing the avatar of the token, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> |
| 909 | -</td> |
| 910 | -</tr> |
| 911 | -</tbody> |
| 912 | -</table></div> |
| 913 | -</div> |
| 914 | -<hr> |
| 915 | -<div class="refsect2"> |
| 916 | -<a name="tpl-entity-get-entity-type"></a><h3>tpl_entity_get_entity_type ()</h3> |
| 917 | -<pre class="programlisting"><a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="returnvalue">TplEntityType</span></a> tpl_entity_get_entity_type (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>);</pre> |
| 918 | -<div class="variablelist"><table border="0"> |
| 919 | -<col align="left" valign="top"> |
| 920 | -<tbody> |
| 921 | -<tr> |
| 922 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 923 | -<td>a <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 924 | -</td> |
| 925 | -</tr> |
| 926 | -<tr> |
| 927 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 928 | -<td>the type of the entity</td> |
| 929 | -</tr> |
| 930 | -</tbody> |
| 931 | -</table></div> |
| 932 | -</div> |
| 933 | -<hr> |
| 934 | -<div class="refsect2"> |
| 935 | -<a name="tpl-entity-get-identifier"></a><h3>tpl_entity_get_identifier ()</h3> |
| 936 | -<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_entity_get_identifier (<em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *self</code></em>);</pre> |
| 937 | -<div class="variablelist"><table border="0"> |
| 938 | -<col align="left" valign="top"> |
| 939 | -<tbody> |
| 940 | -<tr> |
| 941 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 942 | -<td>a <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 943 | -</td> |
| 944 | -</tr> |
| 945 | -<tr> |
| 946 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 947 | -<td>the identifier of the entity</td> |
| 948 | -</tr> |
| 949 | -</tbody> |
| 950 | -</table></div> |
| 951 | -</div> |
| 952 | -<hr> |
| 953 | -<div class="refsect2"> |
| 954 | -<a name="tpl-entity-new"></a><h3>tpl_entity_new ()</h3> |
| 955 | -<pre class="programlisting"><a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * tpl_entity_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>, |
| 956 | - <em class="parameter"><code><a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="type">TplEntityType</span></a> type</code></em>, |
| 957 | - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *alias</code></em>, |
| 958 | - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *avatar_token</code></em>);</pre> |
| 959 | -<p> |
| 960 | -</p> |
| 961 | -</div> |
| 962 | -<hr> |
| 963 | -<div class="refsect2"> |
| 964 | -<a name="tpl-entity-new-from-room-id"></a><h3>tpl_entity_new_from_room_id ()</h3> |
| 965 | -<pre class="programlisting"><a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * tpl_entity_new_from_room_id (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *room_id</code></em>);</pre> |
| 966 | -<div class="variablelist"><table border="0"> |
| 967 | -<col align="left" valign="top"> |
| 968 | -<tbody> |
| 969 | -<tr> |
| 970 | -<td><p><span class="term"><em class="parameter"><code>room_id</code></em>Â :</span></p></td> |
| 971 | -<td>the room id which will be the identifier for the entity</td> |
| 972 | -</tr> |
| 973 | -<tr> |
| 974 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 975 | -<td>a TplEntity instance with identifier, alias copied from |
| 976 | -<em class="parameter"><code>room_id</code></em>. It also sets <a class="link" href="TplEntity.html#TPL-ENTITY-ROOM:CAPS"><code class="literal">TPL_ENTITY_ROOM</code></a> as type for |
| 977 | -the <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> returned.</td> |
| 978 | -</tr> |
| 979 | -</tbody> |
| 980 | -</table></div> |
| 981 | -</div> |
| 982 | -<hr> |
| 983 | -<div class="refsect2"> |
| 984 | -<a name="tpl-entity-new-from-tp-contact"></a><h3>tpl_entity_new_from_tp_contact ()</h3> |
| 985 | -<pre class="programlisting"><a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * tpl_entity_new_from_tp_contact (<em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-contact.html#TpContact"><span class="type">TpContact</span></a> *contact</code></em>, |
| 986 | - <em class="parameter"><code><a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="type">TplEntityType</span></a> type</code></em>);</pre> |
| 987 | -<div class="variablelist"><table border="0"> |
| 988 | -<col align="left" valign="top"> |
| 989 | -<tbody> |
| 990 | -<tr> |
| 991 | -<td><p><span class="term"><em class="parameter"><code>contact</code></em>Â :</span></p></td> |
| 992 | -<td>the TpContact instance to create the TplEntity from</td> |
| 993 | -</tr> |
| 994 | -<tr> |
| 995 | -<td><p><span class="term"><em class="parameter"><code>type</code></em>Â :</span></p></td> |
| 996 | -<td>the <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> type</td> |
| 997 | -</tr> |
| 998 | -<tr> |
| 999 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1000 | -<td>a TplEntity instance with identifier, alias and |
| 1001 | -avatar's token copied. Type parameter is useful to differentiate between |
| 1002 | -normal contact and self contact, thus only <a class="link" href="TplEntity.html#TPL-ENTITY-CONTACT:CAPS"><code class="literal">TPL_ENTITY_CONTACT</code></a> and |
| 1003 | -<a class="link" href="TplEntity.html#TPL-ENTITY-SELF:CAPS"><code class="literal">TPL_ENTITY_SELF</code></a> are accepted. If contact is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, an entity of type |
| 1004 | -<a class="link" href="TplEntity.html#TPL-ENTITY-UNKNOWN:CAPS"><code class="literal">TPL_ENTITY_UNKNOWN</code></a> with id set to "unknown" is returned.</td> |
| 1005 | -</tr> |
| 1006 | -</tbody> |
| 1007 | -</table></div> |
| 1008 | -</div> |
| 1009 | -</div> |
| 1010 | -<div class="refsect1"> |
| 1011 | -<a name="TplEntity.property-details"></a><h2>Property Details</h2> |
| 1012 | -<div class="refsect2"> |
| 1013 | -<a name="TplEntity--alias"></a><h3>The <code class="literal">"alias"</code> property</h3> |
| 1014 | -<pre class="programlisting"> "alias" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 1015 | -<p> |
| 1016 | -The entity's alias |
| 1017 | -</p> |
| 1018 | -<p>Default value: NULL</p> |
| 1019 | -</div> |
| 1020 | -<hr> |
| 1021 | -<div class="refsect2"> |
| 1022 | -<a name="TplEntity--avatar-token"></a><h3>The <code class="literal">"avatar-token"</code> property</h3> |
| 1023 | -<pre class="programlisting"> "avatar-token" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 1024 | -<p> |
| 1025 | -The entity's avatar token |
| 1026 | -</p> |
| 1027 | -<p>Default value: NULL</p> |
| 1028 | -</div> |
| 1029 | -<hr> |
| 1030 | -<div class="refsect2"> |
| 1031 | -<a name="TplEntity--identifier"></a><h3>The <code class="literal">"identifier"</code> property</h3> |
| 1032 | -<pre class="programlisting"> "identifier" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 1033 | -<p> |
| 1034 | -The entity's identifier |
| 1035 | -</p> |
| 1036 | -<p>Default value: NULL</p> |
| 1037 | -</div> |
| 1038 | -<hr> |
| 1039 | -<div class="refsect2"> |
| 1040 | -<a name="TplEntity--type"></a><h3>The <code class="literal">"type"</code> property</h3> |
| 1041 | -<pre class="programlisting"> "type" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only</pre> |
| 1042 | -<p> |
| 1043 | -The entity's type (see <a class="link" href="TplEntity.html#TplEntityType" title="enum TplEntityType"><span class="type">TplEntityType</span></a>). |
| 1044 | -</p> |
| 1045 | -<p>Allowed values: [0,3]</p> |
| 1046 | -<p>Default value: 0</p> |
| 1047 | -</div> |
| 1048 | -</div> |
| 1049 | -</div> |
| 1050 | -<div class="footer"> |
| 1051 | -<hr> |
| 1052 | - Generated by GTK-Doc V1.18</div> |
| 1053 | -</body> |
| 1054 | -</html> |
| 1055 | \ No newline at end of file |
| 1056 | |
| 1057 | === added file 'doc/reference/libtelepathy-logger/html/TplEvent.html' |
| 1058 | --- doc/reference/libtelepathy-logger/html/TplEvent.html 1970-01-01 00:00:00 +0000 |
| 1059 | +++ doc/reference/libtelepathy-logger/html/TplEvent.html 2012-10-25 23:21:20 +0000 |
| 1060 | @@ -0,0 +1,275 @@ |
| 1061 | +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 1062 | +<html> |
| 1063 | +<head> |
| 1064 | +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 1065 | +<title>TplEvent</title> |
| 1066 | +<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> |
| 1067 | +<link rel="home" href="index.html" title="telepathy-logger Reference Manual"> |
| 1068 | +<link rel="up" href="ch-public.html" title="libtelepathy-logger API"> |
| 1069 | +<link rel="prev" href="TplLogManager.html" title="TplLogManager"> |
| 1070 | +<link rel="next" href="TplTextEvent.html" title="TplTextEvent"> |
| 1071 | +<meta name="generator" content="GTK-Doc V1.18 (XML mode)"> |
| 1072 | +<link rel="stylesheet" href="style.css" type="text/css"> |
| 1073 | +</head> |
| 1074 | +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
| 1075 | +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> |
| 1076 | +<tr valign="middle"> |
| 1077 | +<td><a accesskey="p" href="TplLogManager.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> |
| 1078 | +<td><a accesskey="u" href="ch-public.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> |
| 1079 | +<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> |
| 1080 | +<th width="100%" align="center">telepathy-logger Reference Manual</th> |
| 1081 | +<td><a accesskey="n" href="TplTextEvent.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> |
| 1082 | +</tr> |
| 1083 | +<tr><td colspan="5" class="shortcuts"> |
| 1084 | +<a href="#TplEvent.synopsis" class="shortcut">Top</a> |
| 1085 | + Â |Â |
| 1086 | + <a href="#TplEvent.description" class="shortcut">Description</a> |
| 1087 | + Â |Â |
| 1088 | + <a href="#TplEvent.object-hierarchy" class="shortcut">Object Hierarchy</a> |
| 1089 | + Â |Â |
| 1090 | + <a href="#TplEvent.properties" class="shortcut">Properties</a> |
| 1091 | +</td></tr> |
| 1092 | +</table> |
| 1093 | +<div class="refentry"> |
| 1094 | +<a name="TplEvent"></a><div class="titlepage"></div> |
| 1095 | +<div class="refnamediv"><table width="100%"><tr> |
| 1096 | +<td valign="top"> |
| 1097 | +<h2><span class="refentrytitle"><a name="TplEvent.top_of_page"></a>TplEvent</span></h2> |
| 1098 | +<p>TplEvent — Abstract representation of a log event</p> |
| 1099 | +</td> |
| 1100 | +<td valign="top" align="right"></td> |
| 1101 | +</tr></table></div> |
| 1102 | +<div class="refsynopsisdiv"> |
| 1103 | +<a name="TplEvent.synopsis"></a><h2>Synopsis</h2> |
| 1104 | +<pre class="synopsis"> <a class="link" href="TplEvent.html#TplEvent-struct" title="TplEvent">TplEvent</a>; |
| 1105 | + <a class="link" href="TplEvent.html#TplEventClass" title="TplEventClass">TplEventClass</a>; |
| 1106 | + <a class="link" href="TplEvent.html#TplEventPriv" title="TplEventPriv">TplEventPriv</a>; |
| 1107 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplEvent.html#tpl-event-equal" title="tpl_event_equal ()">tpl_event_equal</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>, |
| 1108 | + <em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *data</code></em>); |
| 1109 | +<a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="returnvalue">TpAccount</span></a> * <a class="link" href="TplEvent.html#tpl-event-get-account" title="tpl_event_get_account ()">tpl_event_get_account</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>); |
| 1110 | +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplEvent.html#tpl-event-get-account-path" title="tpl_event_get_account_path ()">tpl_event_get_account_path</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>); |
| 1111 | +<a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * <a class="link" href="TplEvent.html#tpl-event-get-receiver" title="tpl_event_get_receiver ()">tpl_event_get_receiver</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>); |
| 1112 | +<a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * <a class="link" href="TplEvent.html#tpl-event-get-sender" title="tpl_event_get_sender ()">tpl_event_get_sender</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>); |
| 1113 | +<span class="returnvalue">gint64</span> <a class="link" href="TplEvent.html#tpl-event-get-timestamp" title="tpl_event_get_timestamp ()">tpl_event_get_timestamp</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>); |
| 1114 | +</pre> |
| 1115 | +</div> |
| 1116 | +<div class="refsect1"> |
| 1117 | +<a name="TplEvent.object-hierarchy"></a><h2>Object Hierarchy</h2> |
| 1118 | +<pre class="synopsis"> |
| 1119 | + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> |
| 1120 | + +----TplEvent |
| 1121 | + +----TplCallEvent |
| 1122 | + +----<a class="link" href="TplTextEvent.html" title="TplTextEvent">TplTextEvent</a> |
| 1123 | +</pre> |
| 1124 | +</div> |
| 1125 | +<div class="refsect1"> |
| 1126 | +<a name="TplEvent.properties"></a><h2>Properties</h2> |
| 1127 | +<pre class="synopsis"> |
| 1128 | + "<a class="link" href="TplEvent.html#TplEvent--account" title='The "account" property'>account</a>" <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a>* : Read / Write / Construct Only |
| 1129 | + "<a class="link" href="TplEvent.html#TplEvent--account-path" title='The "account-path" property'>account-path</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read |
| 1130 | + "<a class="link" href="TplEvent.html#TplEvent--channel-path" title='The "channel-path" property'>channel-path</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 1131 | + "<a class="link" href="TplEvent.html#TplEvent--receiver" title='The "receiver" property'>receiver</a>" <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a>* : Read / Write / Construct Only |
| 1132 | + "<a class="link" href="TplEvent.html#TplEvent--sender" title='The "sender" property'>sender</a>" <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a>* : Read / Write / Construct Only |
| 1133 | + "<a class="link" href="TplEvent.html#TplEvent--timestamp" title='The "timestamp" property'>timestamp</a>" <span class="type">gint64</span> : Read / Write / Construct Only |
| 1134 | +</pre> |
| 1135 | +</div> |
| 1136 | +<div class="refsect1"> |
| 1137 | +<a name="TplEvent.description"></a><h2>Description</h2> |
| 1138 | +<p> |
| 1139 | +The TPLogger log event represents a generic log event, which will be |
| 1140 | +specialized by subclasses of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a>. |
| 1141 | +</p> |
| 1142 | +</div> |
| 1143 | +<div class="refsect1"> |
| 1144 | +<a name="TplEvent.details"></a><h2>Details</h2> |
| 1145 | +<div class="refsect2"> |
| 1146 | +<a name="TplEvent-struct"></a><h3>TplEvent</h3> |
| 1147 | +<pre class="programlisting">typedef struct _TplEvent TplEvent;</pre> |
| 1148 | +<p> |
| 1149 | +An object representing a generic log event. |
| 1150 | +</p> |
| 1151 | +</div> |
| 1152 | +<hr> |
| 1153 | +<div class="refsect2"> |
| 1154 | +<a name="TplEventClass"></a><h3>TplEventClass</h3> |
| 1155 | +<pre class="programlisting">typedef struct _TplEventClass TplEventClass;</pre> |
| 1156 | +<p> |
| 1157 | +</p> |
| 1158 | +</div> |
| 1159 | +<hr> |
| 1160 | +<div class="refsect2"> |
| 1161 | +<a name="TplEventPriv"></a><h3>TplEventPriv</h3> |
| 1162 | +<pre class="programlisting">typedef struct _TplEventPriv TplEventPriv;</pre> |
| 1163 | +<p> |
| 1164 | +</p> |
| 1165 | +</div> |
| 1166 | +<hr> |
| 1167 | +<div class="refsect2"> |
| 1168 | +<a name="tpl-event-equal"></a><h3>tpl_event_equal ()</h3> |
| 1169 | +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_event_equal (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>, |
| 1170 | + <em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *data</code></em>);</pre> |
| 1171 | +<p> |
| 1172 | +Checks if two instances of TplEvent represent the same data |
| 1173 | +</p> |
| 1174 | +<div class="variablelist"><table border="0"> |
| 1175 | +<col align="left" valign="top"> |
| 1176 | +<tbody> |
| 1177 | +<tr> |
| 1178 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 1179 | +<td>TplEvent subclass instance</td> |
| 1180 | +</tr> |
| 1181 | +<tr> |
| 1182 | +<td><p><span class="term"><em class="parameter"><code>data</code></em>Â :</span></p></td> |
| 1183 | +<td>an instance of the same TplEvent subclass of <em class="parameter"><code>self</code></em> |
| 1184 | +</td> |
| 1185 | +</tr> |
| 1186 | +<tr> |
| 1187 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1188 | +<td> |
| 1189 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>data</code></em> is the same type of <em class="parameter"><code>self</code></em> and they hold the same |
| 1190 | +data, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td> |
| 1191 | +</tr> |
| 1192 | +</tbody> |
| 1193 | +</table></div> |
| 1194 | +</div> |
| 1195 | +<hr> |
| 1196 | +<div class="refsect2"> |
| 1197 | +<a name="tpl-event-get-account"></a><h3>tpl_event_get_account ()</h3> |
| 1198 | +<pre class="programlisting"><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="returnvalue">TpAccount</span></a> * tpl_event_get_account (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>);</pre> |
| 1199 | +<p> |
| 1200 | + |
| 1201 | +</p> |
| 1202 | +<div class="variablelist"><table border="0"> |
| 1203 | +<col align="left" valign="top"> |
| 1204 | +<tbody> |
| 1205 | +<tr> |
| 1206 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 1207 | +<td>a <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> |
| 1208 | +</td> |
| 1209 | +</tr> |
| 1210 | +<tr> |
| 1211 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1212 | +<td>the same account as the <a class="link" href="TplEvent.html#TplEvent--account" title='The "account" property'><span class="type">"account"</span></a> property. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span> |
| 1213 | +</td> |
| 1214 | +</tr> |
| 1215 | +</tbody> |
| 1216 | +</table></div> |
| 1217 | +</div> |
| 1218 | +<hr> |
| 1219 | +<div class="refsect2"> |
| 1220 | +<a name="tpl-event-get-account-path"></a><h3>tpl_event_get_account_path ()</h3> |
| 1221 | +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_event_get_account_path (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>);</pre> |
| 1222 | +<p> |
| 1223 | +</p> |
| 1224 | +</div> |
| 1225 | +<hr> |
| 1226 | +<div class="refsect2"> |
| 1227 | +<a name="tpl-event-get-receiver"></a><h3>tpl_event_get_receiver ()</h3> |
| 1228 | +<pre class="programlisting"><a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * tpl_event_get_receiver (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>);</pre> |
| 1229 | +<div class="variablelist"><table border="0"> |
| 1230 | +<col align="left" valign="top"> |
| 1231 | +<tbody> |
| 1232 | +<tr> |
| 1233 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 1234 | +<td>a <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> |
| 1235 | +</td> |
| 1236 | +</tr> |
| 1237 | +<tr> |
| 1238 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1239 | +<td>the same <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> as the <a class="link" href="TplEvent.html#TplEvent--receiver" title='The "receiver" property'><span class="type">"receiver"</span></a> property. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span> |
| 1240 | +</td> |
| 1241 | +</tr> |
| 1242 | +</tbody> |
| 1243 | +</table></div> |
| 1244 | +</div> |
| 1245 | +<hr> |
| 1246 | +<div class="refsect2"> |
| 1247 | +<a name="tpl-event-get-sender"></a><h3>tpl_event_get_sender ()</h3> |
| 1248 | +<pre class="programlisting"><a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * tpl_event_get_sender (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>);</pre> |
| 1249 | +<div class="variablelist"><table border="0"> |
| 1250 | +<col align="left" valign="top"> |
| 1251 | +<tbody> |
| 1252 | +<tr> |
| 1253 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 1254 | +<td>a <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> |
| 1255 | +</td> |
| 1256 | +</tr> |
| 1257 | +<tr> |
| 1258 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1259 | +<td>the same <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> as the <a class="link" href="TplEvent.html#TplEvent--sender" title='The "sender" property'><span class="type">"sender"</span></a> property. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span> |
| 1260 | +</td> |
| 1261 | +</tr> |
| 1262 | +</tbody> |
| 1263 | +</table></div> |
| 1264 | +</div> |
| 1265 | +<hr> |
| 1266 | +<div class="refsect2"> |
| 1267 | +<a name="tpl-event-get-timestamp"></a><h3>tpl_event_get_timestamp ()</h3> |
| 1268 | +<pre class="programlisting"><span class="returnvalue">gint64</span> tpl_event_get_timestamp (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>);</pre> |
| 1269 | +<div class="variablelist"><table border="0"> |
| 1270 | +<col align="left" valign="top"> |
| 1271 | +<tbody> |
| 1272 | +<tr> |
| 1273 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 1274 | +<td>a <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> |
| 1275 | +</td> |
| 1276 | +</tr> |
| 1277 | +<tr> |
| 1278 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1279 | +<td>the same timestamp as the <a class="link" href="TplEvent.html#TplEvent--timestamp" title='The "timestamp" property'><span class="type">"timestamp"</span></a> property</td> |
| 1280 | +</tr> |
| 1281 | +</tbody> |
| 1282 | +</table></div> |
| 1283 | +</div> |
| 1284 | +</div> |
| 1285 | +<div class="refsect1"> |
| 1286 | +<a name="TplEvent.property-details"></a><h2>Property Details</h2> |
| 1287 | +<div class="refsect2"> |
| 1288 | +<a name="TplEvent--account"></a><h3>The <code class="literal">"account"</code> property</h3> |
| 1289 | +<pre class="programlisting"> "account" <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a>* : Read / Write / Construct Only</pre> |
| 1290 | +<p>The TpAccount to which the log event is related.</p> |
| 1291 | +</div> |
| 1292 | +<hr> |
| 1293 | +<div class="refsect2"> |
| 1294 | +<a name="TplEvent--account-path"></a><h3>The <code class="literal">"account-path"</code> property</h3> |
| 1295 | +<pre class="programlisting"> "account-path" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> |
| 1296 | +<p>The account path of the TpAccount to which the log event is related.</p> |
| 1297 | +<p>Default value: NULL</p> |
| 1298 | +</div> |
| 1299 | +<hr> |
| 1300 | +<div class="refsect2"> |
| 1301 | +<a name="TplEvent--channel-path"></a><h3>The <code class="literal">"channel-path"</code> property</h3> |
| 1302 | +<pre class="programlisting"> "channel-path" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 1303 | +<p>The channel path of the TpChannel to which the log event is related.</p> |
| 1304 | +<p>Default value: NULL</p> |
| 1305 | +</div> |
| 1306 | +<hr> |
| 1307 | +<div class="refsect2"> |
| 1308 | +<a name="TplEvent--receiver"></a><h3>The <code class="literal">"receiver"</code> property</h3> |
| 1309 | +<pre class="programlisting"> "receiver" <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a>* : Read / Write / Construct Only</pre> |
| 1310 | +<p>TplEntity instance destination for the log event (may be NULL with some log stores).</p> |
| 1311 | +</div> |
| 1312 | +<hr> |
| 1313 | +<div class="refsect2"> |
| 1314 | +<a name="TplEvent--sender"></a><h3>The <code class="literal">"sender"</code> property</h3> |
| 1315 | +<pre class="programlisting"> "sender" <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a>* : Read / Write / Construct Only</pre> |
| 1316 | +<p>TplEntity instance who originated the log event.</p> |
| 1317 | +</div> |
| 1318 | +<hr> |
| 1319 | +<div class="refsect2"> |
| 1320 | +<a name="TplEvent--timestamp"></a><h3>The <code class="literal">"timestamp"</code> property</h3> |
| 1321 | +<pre class="programlisting"> "timestamp" <span class="type">gint64</span> : Read / Write / Construct Only</pre> |
| 1322 | +<p>The timestamp (gint64) for the log event.</p> |
| 1323 | +<p>Default value: 0</p> |
| 1324 | +</div> |
| 1325 | +</div> |
| 1326 | +<div class="refsect1"> |
| 1327 | +<a name="TplEvent.see-also"></a><h2>See Also</h2> |
| 1328 | +<a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> and other subclasses when they'll exist |
| 1329 | +</div> |
| 1330 | +</div> |
| 1331 | +<div class="footer"> |
| 1332 | +<hr> |
| 1333 | + Generated by GTK-Doc V1.18</div> |
| 1334 | +</body> |
| 1335 | +</html> |
| 1336 | \ No newline at end of file |
| 1337 | |
| 1338 | === removed file 'doc/reference/libtelepathy-logger/html/TplEvent.html' |
| 1339 | --- doc/reference/libtelepathy-logger/html/TplEvent.html 2012-04-03 16:57:44 +0000 |
| 1340 | +++ doc/reference/libtelepathy-logger/html/TplEvent.html 1970-01-01 00:00:00 +0000 |
| 1341 | @@ -1,275 +0,0 @@ |
| 1342 | -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 1343 | -<html> |
| 1344 | -<head> |
| 1345 | -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 1346 | -<title>TplEvent</title> |
| 1347 | -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> |
| 1348 | -<link rel="home" href="index.html" title="telepathy-logger Reference Manual"> |
| 1349 | -<link rel="up" href="ch-public.html" title="libtelepathy-logger API"> |
| 1350 | -<link rel="prev" href="TplLogManager.html" title="TplLogManager"> |
| 1351 | -<link rel="next" href="TplTextEvent.html" title="TplTextEvent"> |
| 1352 | -<meta name="generator" content="GTK-Doc V1.18 (XML mode)"> |
| 1353 | -<link rel="stylesheet" href="style.css" type="text/css"> |
| 1354 | -</head> |
| 1355 | -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
| 1356 | -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> |
| 1357 | -<tr valign="middle"> |
| 1358 | -<td><a accesskey="p" href="TplLogManager.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> |
| 1359 | -<td><a accesskey="u" href="ch-public.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> |
| 1360 | -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> |
| 1361 | -<th width="100%" align="center">telepathy-logger Reference Manual</th> |
| 1362 | -<td><a accesskey="n" href="TplTextEvent.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> |
| 1363 | -</tr> |
| 1364 | -<tr><td colspan="5" class="shortcuts"> |
| 1365 | -<a href="#TplEvent.synopsis" class="shortcut">Top</a> |
| 1366 | - Â |Â |
| 1367 | - <a href="#TplEvent.description" class="shortcut">Description</a> |
| 1368 | - Â |Â |
| 1369 | - <a href="#TplEvent.object-hierarchy" class="shortcut">Object Hierarchy</a> |
| 1370 | - Â |Â |
| 1371 | - <a href="#TplEvent.properties" class="shortcut">Properties</a> |
| 1372 | -</td></tr> |
| 1373 | -</table> |
| 1374 | -<div class="refentry"> |
| 1375 | -<a name="TplEvent"></a><div class="titlepage"></div> |
| 1376 | -<div class="refnamediv"><table width="100%"><tr> |
| 1377 | -<td valign="top"> |
| 1378 | -<h2><span class="refentrytitle"><a name="TplEvent.top_of_page"></a>TplEvent</span></h2> |
| 1379 | -<p>TplEvent — Abstract representation of a log event</p> |
| 1380 | -</td> |
| 1381 | -<td valign="top" align="right"></td> |
| 1382 | -</tr></table></div> |
| 1383 | -<div class="refsynopsisdiv"> |
| 1384 | -<a name="TplEvent.synopsis"></a><h2>Synopsis</h2> |
| 1385 | -<pre class="synopsis"> <a class="link" href="TplEvent.html#TplEvent-struct" title="TplEvent">TplEvent</a>; |
| 1386 | - <a class="link" href="TplEvent.html#TplEventClass" title="TplEventClass">TplEventClass</a>; |
| 1387 | - <a class="link" href="TplEvent.html#TplEventPriv" title="TplEventPriv">TplEventPriv</a>; |
| 1388 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplEvent.html#tpl-event-equal" title="tpl_event_equal ()">tpl_event_equal</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>, |
| 1389 | - <em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *data</code></em>); |
| 1390 | -<a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="returnvalue">TpAccount</span></a> * <a class="link" href="TplEvent.html#tpl-event-get-account" title="tpl_event_get_account ()">tpl_event_get_account</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>); |
| 1391 | -const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplEvent.html#tpl-event-get-account-path" title="tpl_event_get_account_path ()">tpl_event_get_account_path</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>); |
| 1392 | -<a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * <a class="link" href="TplEvent.html#tpl-event-get-receiver" title="tpl_event_get_receiver ()">tpl_event_get_receiver</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>); |
| 1393 | -<a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * <a class="link" href="TplEvent.html#tpl-event-get-sender" title="tpl_event_get_sender ()">tpl_event_get_sender</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>); |
| 1394 | -<span class="returnvalue">gint64</span> <a class="link" href="TplEvent.html#tpl-event-get-timestamp" title="tpl_event_get_timestamp ()">tpl_event_get_timestamp</a> (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>); |
| 1395 | -</pre> |
| 1396 | -</div> |
| 1397 | -<div class="refsect1"> |
| 1398 | -<a name="TplEvent.object-hierarchy"></a><h2>Object Hierarchy</h2> |
| 1399 | -<pre class="synopsis"> |
| 1400 | - <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> |
| 1401 | - +----TplEvent |
| 1402 | - +----TplCallEvent |
| 1403 | - +----<a class="link" href="TplTextEvent.html" title="TplTextEvent">TplTextEvent</a> |
| 1404 | -</pre> |
| 1405 | -</div> |
| 1406 | -<div class="refsect1"> |
| 1407 | -<a name="TplEvent.properties"></a><h2>Properties</h2> |
| 1408 | -<pre class="synopsis"> |
| 1409 | - "<a class="link" href="TplEvent.html#TplEvent--account" title='The "account" property'>account</a>" <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a>* : Read / Write / Construct Only |
| 1410 | - "<a class="link" href="TplEvent.html#TplEvent--account-path" title='The "account-path" property'>account-path</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read |
| 1411 | - "<a class="link" href="TplEvent.html#TplEvent--channel-path" title='The "channel-path" property'>channel-path</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 1412 | - "<a class="link" href="TplEvent.html#TplEvent--receiver" title='The "receiver" property'>receiver</a>" <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a>* : Read / Write / Construct Only |
| 1413 | - "<a class="link" href="TplEvent.html#TplEvent--sender" title='The "sender" property'>sender</a>" <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a>* : Read / Write / Construct Only |
| 1414 | - "<a class="link" href="TplEvent.html#TplEvent--timestamp" title='The "timestamp" property'>timestamp</a>" <span class="type">gint64</span> : Read / Write / Construct Only |
| 1415 | -</pre> |
| 1416 | -</div> |
| 1417 | -<div class="refsect1"> |
| 1418 | -<a name="TplEvent.description"></a><h2>Description</h2> |
| 1419 | -<p> |
| 1420 | -The TPLogger log event represents a generic log event, which will be |
| 1421 | -specialized by subclasses of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a>. |
| 1422 | -</p> |
| 1423 | -</div> |
| 1424 | -<div class="refsect1"> |
| 1425 | -<a name="TplEvent.details"></a><h2>Details</h2> |
| 1426 | -<div class="refsect2"> |
| 1427 | -<a name="TplEvent-struct"></a><h3>TplEvent</h3> |
| 1428 | -<pre class="programlisting">typedef struct _TplEvent TplEvent;</pre> |
| 1429 | -<p> |
| 1430 | -An object representing a generic log event. |
| 1431 | -</p> |
| 1432 | -</div> |
| 1433 | -<hr> |
| 1434 | -<div class="refsect2"> |
| 1435 | -<a name="TplEventClass"></a><h3>TplEventClass</h3> |
| 1436 | -<pre class="programlisting">typedef struct _TplEventClass TplEventClass;</pre> |
| 1437 | -<p> |
| 1438 | -</p> |
| 1439 | -</div> |
| 1440 | -<hr> |
| 1441 | -<div class="refsect2"> |
| 1442 | -<a name="TplEventPriv"></a><h3>TplEventPriv</h3> |
| 1443 | -<pre class="programlisting">typedef struct _TplEventPriv TplEventPriv;</pre> |
| 1444 | -<p> |
| 1445 | -</p> |
| 1446 | -</div> |
| 1447 | -<hr> |
| 1448 | -<div class="refsect2"> |
| 1449 | -<a name="tpl-event-equal"></a><h3>tpl_event_equal ()</h3> |
| 1450 | -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_event_equal (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>, |
| 1451 | - <em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *data</code></em>);</pre> |
| 1452 | -<p> |
| 1453 | -Checks if two instances of TplEvent represent the same data |
| 1454 | -</p> |
| 1455 | -<div class="variablelist"><table border="0"> |
| 1456 | -<col align="left" valign="top"> |
| 1457 | -<tbody> |
| 1458 | -<tr> |
| 1459 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 1460 | -<td>TplEvent subclass instance</td> |
| 1461 | -</tr> |
| 1462 | -<tr> |
| 1463 | -<td><p><span class="term"><em class="parameter"><code>data</code></em>Â :</span></p></td> |
| 1464 | -<td>an instance of the same TplEvent subclass of <em class="parameter"><code>self</code></em> |
| 1465 | -</td> |
| 1466 | -</tr> |
| 1467 | -<tr> |
| 1468 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1469 | -<td> |
| 1470 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>data</code></em> is the same type of <em class="parameter"><code>self</code></em> and they hold the same |
| 1471 | -data, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td> |
| 1472 | -</tr> |
| 1473 | -</tbody> |
| 1474 | -</table></div> |
| 1475 | -</div> |
| 1476 | -<hr> |
| 1477 | -<div class="refsect2"> |
| 1478 | -<a name="tpl-event-get-account"></a><h3>tpl_event_get_account ()</h3> |
| 1479 | -<pre class="programlisting"><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="returnvalue">TpAccount</span></a> * tpl_event_get_account (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>);</pre> |
| 1480 | -<p> |
| 1481 | - |
| 1482 | -</p> |
| 1483 | -<div class="variablelist"><table border="0"> |
| 1484 | -<col align="left" valign="top"> |
| 1485 | -<tbody> |
| 1486 | -<tr> |
| 1487 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 1488 | -<td>a <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> |
| 1489 | -</td> |
| 1490 | -</tr> |
| 1491 | -<tr> |
| 1492 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1493 | -<td>the same account as the <a class="link" href="TplEvent.html#TplEvent--account" title='The "account" property'><span class="type">"account"</span></a> property. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span> |
| 1494 | -</td> |
| 1495 | -</tr> |
| 1496 | -</tbody> |
| 1497 | -</table></div> |
| 1498 | -</div> |
| 1499 | -<hr> |
| 1500 | -<div class="refsect2"> |
| 1501 | -<a name="tpl-event-get-account-path"></a><h3>tpl_event_get_account_path ()</h3> |
| 1502 | -<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_event_get_account_path (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>);</pre> |
| 1503 | -<p> |
| 1504 | -</p> |
| 1505 | -</div> |
| 1506 | -<hr> |
| 1507 | -<div class="refsect2"> |
| 1508 | -<a name="tpl-event-get-receiver"></a><h3>tpl_event_get_receiver ()</h3> |
| 1509 | -<pre class="programlisting"><a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * tpl_event_get_receiver (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>);</pre> |
| 1510 | -<div class="variablelist"><table border="0"> |
| 1511 | -<col align="left" valign="top"> |
| 1512 | -<tbody> |
| 1513 | -<tr> |
| 1514 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 1515 | -<td>a <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> |
| 1516 | -</td> |
| 1517 | -</tr> |
| 1518 | -<tr> |
| 1519 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1520 | -<td>the same <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> as the <a class="link" href="TplEvent.html#TplEvent--receiver" title='The "receiver" property'><span class="type">"receiver"</span></a> property. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span> |
| 1521 | -</td> |
| 1522 | -</tr> |
| 1523 | -</tbody> |
| 1524 | -</table></div> |
| 1525 | -</div> |
| 1526 | -<hr> |
| 1527 | -<div class="refsect2"> |
| 1528 | -<a name="tpl-event-get-sender"></a><h3>tpl_event_get_sender ()</h3> |
| 1529 | -<pre class="programlisting"><a class="link" href="TplEntity.html" title="TplEntity"><span class="returnvalue">TplEntity</span></a> * tpl_event_get_sender (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>);</pre> |
| 1530 | -<div class="variablelist"><table border="0"> |
| 1531 | -<col align="left" valign="top"> |
| 1532 | -<tbody> |
| 1533 | -<tr> |
| 1534 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 1535 | -<td>a <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> |
| 1536 | -</td> |
| 1537 | -</tr> |
| 1538 | -<tr> |
| 1539 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1540 | -<td>the same <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> as the <a class="link" href="TplEvent.html#TplEvent--sender" title='The "sender" property'><span class="type">"sender"</span></a> property. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span> |
| 1541 | -</td> |
| 1542 | -</tr> |
| 1543 | -</tbody> |
| 1544 | -</table></div> |
| 1545 | -</div> |
| 1546 | -<hr> |
| 1547 | -<div class="refsect2"> |
| 1548 | -<a name="tpl-event-get-timestamp"></a><h3>tpl_event_get_timestamp ()</h3> |
| 1549 | -<pre class="programlisting"><span class="returnvalue">gint64</span> tpl_event_get_timestamp (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *self</code></em>);</pre> |
| 1550 | -<div class="variablelist"><table border="0"> |
| 1551 | -<col align="left" valign="top"> |
| 1552 | -<tbody> |
| 1553 | -<tr> |
| 1554 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 1555 | -<td>a <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> |
| 1556 | -</td> |
| 1557 | -</tr> |
| 1558 | -<tr> |
| 1559 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1560 | -<td>the same timestamp as the <a class="link" href="TplEvent.html#TplEvent--timestamp" title='The "timestamp" property'><span class="type">"timestamp"</span></a> property</td> |
| 1561 | -</tr> |
| 1562 | -</tbody> |
| 1563 | -</table></div> |
| 1564 | -</div> |
| 1565 | -</div> |
| 1566 | -<div class="refsect1"> |
| 1567 | -<a name="TplEvent.property-details"></a><h2>Property Details</h2> |
| 1568 | -<div class="refsect2"> |
| 1569 | -<a name="TplEvent--account"></a><h3>The <code class="literal">"account"</code> property</h3> |
| 1570 | -<pre class="programlisting"> "account" <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a>* : Read / Write / Construct Only</pre> |
| 1571 | -<p>The TpAccount to which the log event is related.</p> |
| 1572 | -</div> |
| 1573 | -<hr> |
| 1574 | -<div class="refsect2"> |
| 1575 | -<a name="TplEvent--account-path"></a><h3>The <code class="literal">"account-path"</code> property</h3> |
| 1576 | -<pre class="programlisting"> "account-path" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> |
| 1577 | -<p>The account path of the TpAccount to which the log event is related.</p> |
| 1578 | -<p>Default value: NULL</p> |
| 1579 | -</div> |
| 1580 | -<hr> |
| 1581 | -<div class="refsect2"> |
| 1582 | -<a name="TplEvent--channel-path"></a><h3>The <code class="literal">"channel-path"</code> property</h3> |
| 1583 | -<pre class="programlisting"> "channel-path" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 1584 | -<p>The channel path of the TpChannel to which the log event is related.</p> |
| 1585 | -<p>Default value: NULL</p> |
| 1586 | -</div> |
| 1587 | -<hr> |
| 1588 | -<div class="refsect2"> |
| 1589 | -<a name="TplEvent--receiver"></a><h3>The <code class="literal">"receiver"</code> property</h3> |
| 1590 | -<pre class="programlisting"> "receiver" <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a>* : Read / Write / Construct Only</pre> |
| 1591 | -<p>TplEntity instance destination for the log event (may be NULL with some log stores).</p> |
| 1592 | -</div> |
| 1593 | -<hr> |
| 1594 | -<div class="refsect2"> |
| 1595 | -<a name="TplEvent--sender"></a><h3>The <code class="literal">"sender"</code> property</h3> |
| 1596 | -<pre class="programlisting"> "sender" <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a>* : Read / Write / Construct Only</pre> |
| 1597 | -<p>TplEntity instance who originated the log event.</p> |
| 1598 | -</div> |
| 1599 | -<hr> |
| 1600 | -<div class="refsect2"> |
| 1601 | -<a name="TplEvent--timestamp"></a><h3>The <code class="literal">"timestamp"</code> property</h3> |
| 1602 | -<pre class="programlisting"> "timestamp" <span class="type">gint64</span> : Read / Write / Construct Only</pre> |
| 1603 | -<p>The timestamp (gint64) for the log event.</p> |
| 1604 | -<p>Default value: 0</p> |
| 1605 | -</div> |
| 1606 | -</div> |
| 1607 | -<div class="refsect1"> |
| 1608 | -<a name="TplEvent.see-also"></a><h2>See Also</h2> |
| 1609 | -<a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> and other subclasses when they'll exist |
| 1610 | -</div> |
| 1611 | -</div> |
| 1612 | -<div class="footer"> |
| 1613 | -<hr> |
| 1614 | - Generated by GTK-Doc V1.18</div> |
| 1615 | -</body> |
| 1616 | -</html> |
| 1617 | \ No newline at end of file |
| 1618 | |
| 1619 | === added file 'doc/reference/libtelepathy-logger/html/TplLogManager.html' |
| 1620 | --- doc/reference/libtelepathy-logger/html/TplLogManager.html 1970-01-01 00:00:00 +0000 |
| 1621 | +++ doc/reference/libtelepathy-logger/html/TplLogManager.html 2012-10-25 23:21:20 +0000 |
| 1622 | @@ -0,0 +1,751 @@ |
| 1623 | +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 1624 | +<html> |
| 1625 | +<head> |
| 1626 | +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 1627 | +<title>TplLogManager</title> |
| 1628 | +<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> |
| 1629 | +<link rel="home" href="index.html" title="telepathy-logger Reference Manual"> |
| 1630 | +<link rel="up" href="ch-public.html" title="libtelepathy-logger API"> |
| 1631 | +<link rel="prev" href="ch-public.html" title="libtelepathy-logger API"> |
| 1632 | +<link rel="next" href="TplEvent.html" title="TplEvent"> |
| 1633 | +<meta name="generator" content="GTK-Doc V1.18 (XML mode)"> |
| 1634 | +<link rel="stylesheet" href="style.css" type="text/css"> |
| 1635 | +</head> |
| 1636 | +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
| 1637 | +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> |
| 1638 | +<tr valign="middle"> |
| 1639 | +<td><a accesskey="p" href="ch-public.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> |
| 1640 | +<td><a accesskey="u" href="ch-public.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> |
| 1641 | +<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> |
| 1642 | +<th width="100%" align="center">telepathy-logger Reference Manual</th> |
| 1643 | +<td><a accesskey="n" href="TplEvent.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> |
| 1644 | +</tr> |
| 1645 | +<tr><td colspan="5" class="shortcuts"> |
| 1646 | +<a href="#TplLogManager.synopsis" class="shortcut">Top</a> |
| 1647 | + Â |Â |
| 1648 | + <a href="#TplLogManager.description" class="shortcut">Description</a> |
| 1649 | + Â |Â |
| 1650 | + <a href="#TplLogManager.object-hierarchy" class="shortcut">Object Hierarchy</a> |
| 1651 | +</td></tr> |
| 1652 | +</table> |
| 1653 | +<div class="refentry"> |
| 1654 | +<a name="TplLogManager"></a><div class="titlepage"></div> |
| 1655 | +<div class="refnamediv"><table width="100%"><tr> |
| 1656 | +<td valign="top"> |
| 1657 | +<h2><span class="refentrytitle"><a name="TplLogManager.top_of_page"></a>TplLogManager</span></h2> |
| 1658 | +<p>TplLogManager — Fetch and search through logs</p> |
| 1659 | +</td> |
| 1660 | +<td valign="top" align="right"></td> |
| 1661 | +</tr></table></div> |
| 1662 | +<div class="refsynopsisdiv"> |
| 1663 | +<a name="TplLogManager.synopsis"></a><h2>Synopsis</h2> |
| 1664 | +<pre class="synopsis">#define <a class="link" href="TplLogManager.html#TPL-LOG-MANAGER-ERROR:CAPS" title="TPL_LOG_MANAGER_ERROR">TPL_LOG_MANAGER_ERROR</a> |
| 1665 | +#define <a class="link" href="TplLogManager.html#TPL-TYPE-LOG-SEARCH-HIT:CAPS" title="TPL_TYPE_LOG_SEARCH_HIT">TPL_TYPE_LOG_SEARCH_HIT</a> |
| 1666 | +enum <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask">TplEventTypeMask</a>; |
| 1667 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="TplLogManager.html#TplLogEventFilter" title="TplLogEventFilter ()">*TplLogEventFilter</a>) (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *event</code></em>, |
| 1668 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 1669 | +struct <a class="link" href="TplLogManager.html#TplLogManager-struct" title="struct TplLogManager">TplLogManager</a>; |
| 1670 | +enum <a class="link" href="TplLogManager.html#TplLogManagerError" title="enum TplLogManagerError">TplLogManagerError</a>; |
| 1671 | +<a class="link" href="TplLogManager.html" title="TplLogManager"><span class="returnvalue">TplLogManager</span></a> * <a class="link" href="TplLogManager.html#tpl-log-manager-dup-singleton" title="tpl_log_manager_dup_singleton ()">tpl_log_manager_dup_singleton</a> (<em class="parameter"><code><span class="type">void</span></code></em>); |
| 1672 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-errors-quark" title="tpl_log_manager_errors_quark ()">tpl_log_manager_errors_quark</a> (<em class="parameter"><code><span class="type">void</span></code></em>); |
| 1673 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-exists" title="tpl_log_manager_exists ()">tpl_log_manager_exists</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 1674 | + <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 1675 | + <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 1676 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>); |
| 1677 | +<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-get-dates-async" title="tpl_log_manager_get_dates_async ()">tpl_log_manager_get_dates_async</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 1678 | + <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 1679 | + <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 1680 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 1681 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 1682 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 1683 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-get-dates-finish" title="tpl_log_manager_get_dates_finish ()">tpl_log_manager_get_dates_finish</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 1684 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 1685 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **dates</code></em>, |
| 1686 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); |
| 1687 | +<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-get-entities-async" title="tpl_log_manager_get_entities_async ()">tpl_log_manager_get_entities_async</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 1688 | + <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 1689 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 1690 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 1691 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-get-entities-finish" title="tpl_log_manager_get_entities_finish ()">tpl_log_manager_get_entities_finish</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 1692 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 1693 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **entities</code></em>, |
| 1694 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); |
| 1695 | +<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-get-events-for-date-async" title="tpl_log_manager_get_events_for_date_async ()">tpl_log_manager_get_events_for_date_async</a> |
| 1696 | + (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 1697 | + <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 1698 | + <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 1699 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 1700 | + <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a> *date</code></em>, |
| 1701 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 1702 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 1703 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-get-events-for-date-finish" title="tpl_log_manager_get_events_for_date_finish ()">tpl_log_manager_get_events_for_date_finish</a> |
| 1704 | + (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 1705 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 1706 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **events</code></em>, |
| 1707 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); |
| 1708 | +<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-get-filtered-events-async" title="tpl_log_manager_get_filtered_events_async ()">tpl_log_manager_get_filtered_events_async</a> |
| 1709 | + (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 1710 | + <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 1711 | + <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 1712 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 1713 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> num_events</code></em>, |
| 1714 | + <em class="parameter"><code><a class="link" href="TplLogManager.html#TplLogEventFilter" title="TplLogEventFilter ()"><span class="type">TplLogEventFilter</span></a> filter</code></em>, |
| 1715 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> filter_user_data</code></em>, |
| 1716 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 1717 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 1718 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-get-filtered-events-finish" title="tpl_log_manager_get_filtered_events_finish ()">tpl_log_manager_get_filtered_events_finish</a> |
| 1719 | + (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 1720 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 1721 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **events</code></em>, |
| 1722 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); |
| 1723 | +<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-search-async" title="tpl_log_manager_search_async ()">tpl_log_manager_search_async</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 1724 | + <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>, |
| 1725 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 1726 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 1727 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 1728 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-search-finish" title="tpl_log_manager_search_finish ()">tpl_log_manager_search_finish</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 1729 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 1730 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **hits</code></em>, |
| 1731 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); |
| 1732 | +<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-search-free" title="tpl_log_manager_search_free ()">tpl_log_manager_search_free</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *hits</code></em>); |
| 1733 | +</pre> |
| 1734 | +</div> |
| 1735 | +<div class="refsect1"> |
| 1736 | +<a name="TplLogManager.object-hierarchy"></a><h2>Object Hierarchy</h2> |
| 1737 | +<pre class="synopsis"> |
| 1738 | + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> |
| 1739 | + +----TplLogManager |
| 1740 | +</pre> |
| 1741 | +</div> |
| 1742 | +<div class="refsect1"> |
| 1743 | +<a name="TplLogManager.description"></a><h2>Description</h2> |
| 1744 | +<p> |
| 1745 | +The <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> object allows user to fetch logs and make searches. |
| 1746 | +</p> |
| 1747 | +</div> |
| 1748 | +<div class="refsect1"> |
| 1749 | +<a name="TplLogManager.details"></a><h2>Details</h2> |
| 1750 | +<div class="refsect2"> |
| 1751 | +<a name="TPL-LOG-MANAGER-ERROR:CAPS"></a><h3>TPL_LOG_MANAGER_ERROR</h3> |
| 1752 | +<pre class="programlisting">#define TPL_LOG_MANAGER_ERROR tpl_log_manager_errors_quark() |
| 1753 | +</pre> |
| 1754 | +<p> |
| 1755 | +The error domain for the <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a>. |
| 1756 | +</p> |
| 1757 | +</div> |
| 1758 | +<hr> |
| 1759 | +<div class="refsect2"> |
| 1760 | +<a name="TPL-TYPE-LOG-SEARCH-HIT:CAPS"></a><h3>TPL_TYPE_LOG_SEARCH_HIT</h3> |
| 1761 | +<pre class="programlisting">#define TPL_TYPE_LOG_SEARCH_HIT (_tpl_log_manager_search_hit_get_type ()) |
| 1762 | +</pre> |
| 1763 | +<p> |
| 1764 | +</p> |
| 1765 | +</div> |
| 1766 | +<hr> |
| 1767 | +<div class="refsect2"> |
| 1768 | +<a name="TplEventTypeMask"></a><h3>enum TplEventTypeMask</h3> |
| 1769 | +<pre class="programlisting">typedef enum { |
| 1770 | + TPL_EVENT_MASK_TEXT = 1 << 0, |
| 1771 | + TPL_EVENT_MASK_CALL = 1 << 1, |
| 1772 | + TPL_EVENT_MASK_ANY = 0xffff |
| 1773 | +} TplEventTypeMask; |
| 1774 | +</pre> |
| 1775 | +<p> |
| 1776 | +Mask used to filter type of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> returned. |
| 1777 | +</p> |
| 1778 | +<div class="variablelist"><table border="0"> |
| 1779 | +<col align="left" valign="top"> |
| 1780 | +<tbody> |
| 1781 | +<tr> |
| 1782 | +<td><p><a name="TPL-EVENT-MASK-TEXT:CAPS"></a><span class="term"><code class="literal">TPL_EVENT_MASK_TEXT</code></span></p></td> |
| 1783 | +<td>Mask to <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 1784 | +</td> |
| 1785 | +</tr> |
| 1786 | +<tr> |
| 1787 | +<td><p><a name="TPL-EVENT-MASK-CALL:CAPS"></a><span class="term"><code class="literal">TPL_EVENT_MASK_CALL</code></span></p></td> |
| 1788 | +<td> |
| 1789 | +</td> |
| 1790 | +</tr> |
| 1791 | +<tr> |
| 1792 | +<td><p><a name="TPL-EVENT-MASK-ANY:CAPS"></a><span class="term"><code class="literal">TPL_EVENT_MASK_ANY</code></span></p></td> |
| 1793 | +<td>Special value to select all type of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> |
| 1794 | +</td> |
| 1795 | +</tr> |
| 1796 | +</tbody> |
| 1797 | +</table></div> |
| 1798 | +</div> |
| 1799 | +<hr> |
| 1800 | +<div class="refsect2"> |
| 1801 | +<a name="TplLogEventFilter"></a><h3>TplLogEventFilter ()</h3> |
| 1802 | +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*TplLogEventFilter) (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *event</code></em>, |
| 1803 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 1804 | +<div class="variablelist"><table border="0"> |
| 1805 | +<col align="left" valign="top"> |
| 1806 | +<tbody> |
| 1807 | +<tr> |
| 1808 | +<td><p><span class="term"><em class="parameter"><code>event</code></em>Â :</span></p></td> |
| 1809 | +<td>the <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> to filter</td> |
| 1810 | +</tr> |
| 1811 | +<tr> |
| 1812 | +<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 1813 | +<td>user-supplied data</td> |
| 1814 | +</tr> |
| 1815 | +<tr> |
| 1816 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1817 | +<td> |
| 1818 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>event</code></em> should appear in the result</td> |
| 1819 | +</tr> |
| 1820 | +</tbody> |
| 1821 | +</table></div> |
| 1822 | +</div> |
| 1823 | +<hr> |
| 1824 | +<div class="refsect2"> |
| 1825 | +<a name="TplLogManager-struct"></a><h3>struct TplLogManager</h3> |
| 1826 | +<pre class="programlisting">struct TplLogManager;</pre> |
| 1827 | +<p> |
| 1828 | +An object used to access logs |
| 1829 | +</p> |
| 1830 | +</div> |
| 1831 | +<hr> |
| 1832 | +<div class="refsect2"> |
| 1833 | +<a name="TplLogManagerError"></a><h3>enum TplLogManagerError</h3> |
| 1834 | +<pre class="programlisting">typedef enum { |
| 1835 | + TPL_LOG_MANAGER_ERROR_ADD_EVENT |
| 1836 | +} TplLogManagerError; |
| 1837 | +</pre> |
| 1838 | +<div class="variablelist"><table border="0"> |
| 1839 | +<col align="left" valign="top"> |
| 1840 | +<tbody><tr> |
| 1841 | +<td><p><a name="TPL-LOG-MANAGER-ERROR-ADD-EVENT:CAPS"></a><span class="term"><code class="literal">TPL_LOG_MANAGER_ERROR_ADD_EVENT</code></span></p></td> |
| 1842 | +<td>Error return when adding logs fails |
| 1843 | +</td> |
| 1844 | +</tr></tbody> |
| 1845 | +</table></div> |
| 1846 | +</div> |
| 1847 | +<hr> |
| 1848 | +<div class="refsect2"> |
| 1849 | +<a name="tpl-log-manager-dup-singleton"></a><h3>tpl_log_manager_dup_singleton ()</h3> |
| 1850 | +<pre class="programlisting"><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="returnvalue">TplLogManager</span></a> * tpl_log_manager_dup_singleton (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> |
| 1851 | +<div class="variablelist"><table border="0"> |
| 1852 | +<col align="left" valign="top"> |
| 1853 | +<tbody><tr> |
| 1854 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1855 | +<td>a new reference on the log manager. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span> |
| 1856 | +</td> |
| 1857 | +</tr></tbody> |
| 1858 | +</table></div> |
| 1859 | +</div> |
| 1860 | +<hr> |
| 1861 | +<div class="refsect2"> |
| 1862 | +<a name="tpl-log-manager-errors-quark"></a><h3>tpl_log_manager_errors_quark ()</h3> |
| 1863 | +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> tpl_log_manager_errors_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> |
| 1864 | +<div class="variablelist"><table border="0"> |
| 1865 | +<col align="left" valign="top"> |
| 1866 | +<tbody><tr> |
| 1867 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1868 | +<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> associated with the error domain of <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 1869 | +</td> |
| 1870 | +</tr></tbody> |
| 1871 | +</table></div> |
| 1872 | +</div> |
| 1873 | +<hr> |
| 1874 | +<div class="refsect2"> |
| 1875 | +<a name="tpl-log-manager-exists"></a><h3>tpl_log_manager_exists ()</h3> |
| 1876 | +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_exists (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 1877 | + <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 1878 | + <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 1879 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>);</pre> |
| 1880 | +<p> |
| 1881 | +Checks if logs exist for <em class="parameter"><code>target</code></em>. |
| 1882 | +</p> |
| 1883 | +<p> |
| 1884 | +It applies for any registered TplLogStore with the <span class="type">"readable"</span> |
| 1885 | +property <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. |
| 1886 | +</p> |
| 1887 | +<div class="variablelist"><table border="0"> |
| 1888 | +<col align="left" valign="top"> |
| 1889 | +<tbody> |
| 1890 | +<tr> |
| 1891 | +<td><p><span class="term"><em class="parameter"><code>manager</code></em>Â :</span></p></td> |
| 1892 | +<td>TplLogManager</td> |
| 1893 | +</tr> |
| 1894 | +<tr> |
| 1895 | +<td><p><span class="term"><em class="parameter"><code>account</code></em>Â :</span></p></td> |
| 1896 | +<td>TpAccount</td> |
| 1897 | +</tr> |
| 1898 | +<tr> |
| 1899 | +<td><p><span class="term"><em class="parameter"><code>target</code></em>Â :</span></p></td> |
| 1900 | +<td>a non-NULL <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 1901 | +</td> |
| 1902 | +</tr> |
| 1903 | +<tr> |
| 1904 | +<td><p><span class="term"><em class="parameter"><code>type_mask</code></em>Â :</span></p></td> |
| 1905 | +<td>event type filter see <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask"><span class="type">TplEventTypeMask</span></a> |
| 1906 | +</td> |
| 1907 | +</tr> |
| 1908 | +<tr> |
| 1909 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 1910 | +<td> |
| 1911 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> logs exist for <em class="parameter"><code>target</code></em>, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> |
| 1912 | +</td> |
| 1913 | +</tr> |
| 1914 | +</tbody> |
| 1915 | +</table></div> |
| 1916 | +</div> |
| 1917 | +<hr> |
| 1918 | +<div class="refsect2"> |
| 1919 | +<a name="tpl-log-manager-get-dates-async"></a><h3>tpl_log_manager_get_dates_async ()</h3> |
| 1920 | +<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_get_dates_async (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 1921 | + <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 1922 | + <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 1923 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 1924 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 1925 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 1926 | +<p> |
| 1927 | +Retrieves a list of <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a> corresponding to each day where |
| 1928 | +at least one event exist for <em class="parameter"><code>target</code></em>. |
| 1929 | +</p> |
| 1930 | +<p> |
| 1931 | +It applies for any registered TplLogStore with the <span class="type">"readable"</span> |
| 1932 | +property <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. |
| 1933 | +</p> |
| 1934 | +<div class="variablelist"><table border="0"> |
| 1935 | +<col align="left" valign="top"> |
| 1936 | +<tbody> |
| 1937 | +<tr> |
| 1938 | +<td><p><span class="term"><em class="parameter"><code>manager</code></em>Â :</span></p></td> |
| 1939 | +<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 1940 | +</td> |
| 1941 | +</tr> |
| 1942 | +<tr> |
| 1943 | +<td><p><span class="term"><em class="parameter"><code>account</code></em>Â :</span></p></td> |
| 1944 | +<td>a <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> |
| 1945 | +</td> |
| 1946 | +</tr> |
| 1947 | +<tr> |
| 1948 | +<td><p><span class="term"><em class="parameter"><code>target</code></em>Â :</span></p></td> |
| 1949 | +<td>a non-NULL <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 1950 | +</td> |
| 1951 | +</tr> |
| 1952 | +<tr> |
| 1953 | +<td><p><span class="term"><em class="parameter"><code>type_mask</code></em>Â :</span></p></td> |
| 1954 | +<td>event type filter see <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask"><span class="type">TplEventTypeMask</span></a> |
| 1955 | +</td> |
| 1956 | +</tr> |
| 1957 | +<tr> |
| 1958 | +<td><p><span class="term"><em class="parameter"><code>callback</code></em>Â :</span></p></td> |
| 1959 | +<td>a callback to call when the request is satisfied</td> |
| 1960 | +</tr> |
| 1961 | +<tr> |
| 1962 | +<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 1963 | +<td>data to pass to <em class="parameter"><code>callback</code></em> |
| 1964 | +</td> |
| 1965 | +</tr> |
| 1966 | +</tbody> |
| 1967 | +</table></div> |
| 1968 | +</div> |
| 1969 | +<hr> |
| 1970 | +<div class="refsect2"> |
| 1971 | +<a name="tpl-log-manager-get-dates-finish"></a><h3>tpl_log_manager_get_dates_finish ()</h3> |
| 1972 | +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_get_dates_finish (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 1973 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 1974 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **dates</code></em>, |
| 1975 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> |
| 1976 | +<div class="variablelist"><table border="0"> |
| 1977 | +<col align="left" valign="top"> |
| 1978 | +<tbody> |
| 1979 | +<tr> |
| 1980 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 1981 | +<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 1982 | +</td> |
| 1983 | +</tr> |
| 1984 | +<tr> |
| 1985 | +<td><p><span class="term"><em class="parameter"><code>result</code></em>Â :</span></p></td> |
| 1986 | +<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> |
| 1987 | +</td> |
| 1988 | +</tr> |
| 1989 | +<tr> |
| 1990 | +<td><p><span class="term"><em class="parameter"><code>dates</code></em>Â :</span></p></td> |
| 1991 | +<td>a pointer to a |
| 1992 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> used to return the list of <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> GLib.Date]</span> |
| 1993 | +</td> |
| 1994 | +</tr> |
| 1995 | +<tr> |
| 1996 | +<td><p><span class="term"><em class="parameter"><code>error</code></em>Â :</span></p></td> |
| 1997 | +<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to fill</td> |
| 1998 | +</tr> |
| 1999 | +<tr> |
| 2000 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2001 | +<td> |
| 2002 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the operation was successful, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> |
| 2003 | +</td> |
| 2004 | +</tr> |
| 2005 | +</tbody> |
| 2006 | +</table></div> |
| 2007 | +</div> |
| 2008 | +<hr> |
| 2009 | +<div class="refsect2"> |
| 2010 | +<a name="tpl-log-manager-get-entities-async"></a><h3>tpl_log_manager_get_entities_async ()</h3> |
| 2011 | +<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_get_entities_async (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2012 | + <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2013 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2014 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 2015 | +<p> |
| 2016 | +Start a query looking for all entities for which you have logs in the <em class="parameter"><code>account</code></em>. |
| 2017 | +</p> |
| 2018 | +<div class="variablelist"><table border="0"> |
| 2019 | +<col align="left" valign="top"> |
| 2020 | +<tbody> |
| 2021 | +<tr> |
| 2022 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 2023 | +<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2024 | +</td> |
| 2025 | +</tr> |
| 2026 | +<tr> |
| 2027 | +<td><p><span class="term"><em class="parameter"><code>account</code></em>Â :</span></p></td> |
| 2028 | +<td>a <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> |
| 2029 | +</td> |
| 2030 | +</tr> |
| 2031 | +<tr> |
| 2032 | +<td><p><span class="term"><em class="parameter"><code>callback</code></em>Â :</span></p></td> |
| 2033 | +<td>a callback to call when the request is satisfied</td> |
| 2034 | +</tr> |
| 2035 | +<tr> |
| 2036 | +<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 2037 | +<td>data to pass to <em class="parameter"><code>callback</code></em> |
| 2038 | +</td> |
| 2039 | +</tr> |
| 2040 | +</tbody> |
| 2041 | +</table></div> |
| 2042 | +</div> |
| 2043 | +<hr> |
| 2044 | +<div class="refsect2"> |
| 2045 | +<a name="tpl-log-manager-get-entities-finish"></a><h3>tpl_log_manager_get_entities_finish ()</h3> |
| 2046 | +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_get_entities_finish (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2047 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2048 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **entities</code></em>, |
| 2049 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> |
| 2050 | +<div class="variablelist"><table border="0"> |
| 2051 | +<col align="left" valign="top"> |
| 2052 | +<tbody> |
| 2053 | +<tr> |
| 2054 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 2055 | +<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2056 | +</td> |
| 2057 | +</tr> |
| 2058 | +<tr> |
| 2059 | +<td><p><span class="term"><em class="parameter"><code>result</code></em>Â :</span></p></td> |
| 2060 | +<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> |
| 2061 | +</td> |
| 2062 | +</tr> |
| 2063 | +<tr> |
| 2064 | +<td><p><span class="term"><em class="parameter"><code>entities</code></em>Â :</span></p></td> |
| 2065 | +<td>a |
| 2066 | +pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> used to return the list of <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a>, to be freed |
| 2067 | +using something like g_list_free_full (lst, g_object_unref). <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> TelepathyLogger.Entity]</span> |
| 2068 | +</td> |
| 2069 | +</tr> |
| 2070 | +<tr> |
| 2071 | +<td><p><span class="term"><em class="parameter"><code>error</code></em>Â :</span></p></td> |
| 2072 | +<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to fill</td> |
| 2073 | +</tr> |
| 2074 | +<tr> |
| 2075 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2076 | +<td> |
| 2077 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the operation was successful, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> |
| 2078 | +</td> |
| 2079 | +</tr> |
| 2080 | +</tbody> |
| 2081 | +</table></div> |
| 2082 | +</div> |
| 2083 | +<hr> |
| 2084 | +<div class="refsect2"> |
| 2085 | +<a name="tpl-log-manager-get-events-for-date-async"></a><h3>tpl_log_manager_get_events_for_date_async ()</h3> |
| 2086 | +<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_get_events_for_date_async |
| 2087 | + (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2088 | + <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2089 | + <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 2090 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 2091 | + <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a> *date</code></em>, |
| 2092 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2093 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 2094 | +<p> |
| 2095 | +Retrieve a list of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> at <em class="parameter"><code>date</code></em> with <em class="parameter"><code>target</code></em>. |
| 2096 | +</p> |
| 2097 | +<div class="variablelist"><table border="0"> |
| 2098 | +<col align="left" valign="top"> |
| 2099 | +<tbody> |
| 2100 | +<tr> |
| 2101 | +<td><p><span class="term"><em class="parameter"><code>manager</code></em>Â :</span></p></td> |
| 2102 | +<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2103 | +</td> |
| 2104 | +</tr> |
| 2105 | +<tr> |
| 2106 | +<td><p><span class="term"><em class="parameter"><code>account</code></em>Â :</span></p></td> |
| 2107 | +<td>a <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> |
| 2108 | +</td> |
| 2109 | +</tr> |
| 2110 | +<tr> |
| 2111 | +<td><p><span class="term"><em class="parameter"><code>target</code></em>Â :</span></p></td> |
| 2112 | +<td>a non-NULL <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 2113 | +</td> |
| 2114 | +</tr> |
| 2115 | +<tr> |
| 2116 | +<td><p><span class="term"><em class="parameter"><code>type_mask</code></em>Â :</span></p></td> |
| 2117 | +<td>event type filter see <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask"><span class="type">TplEventTypeMask</span></a> |
| 2118 | +</td> |
| 2119 | +</tr> |
| 2120 | +<tr> |
| 2121 | +<td><p><span class="term"><em class="parameter"><code>date</code></em>Â :</span></p></td> |
| 2122 | +<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a> |
| 2123 | +</td> |
| 2124 | +</tr> |
| 2125 | +<tr> |
| 2126 | +<td><p><span class="term"><em class="parameter"><code>callback</code></em>Â :</span></p></td> |
| 2127 | +<td>a callback to call when the request is satisfied</td> |
| 2128 | +</tr> |
| 2129 | +<tr> |
| 2130 | +<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 2131 | +<td>data to pass to <em class="parameter"><code>callback</code></em> |
| 2132 | +</td> |
| 2133 | +</tr> |
| 2134 | +</tbody> |
| 2135 | +</table></div> |
| 2136 | +</div> |
| 2137 | +<hr> |
| 2138 | +<div class="refsect2"> |
| 2139 | +<a name="tpl-log-manager-get-events-for-date-finish"></a><h3>tpl_log_manager_get_events_for_date_finish ()</h3> |
| 2140 | +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_get_events_for_date_finish |
| 2141 | + (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2142 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2143 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **events</code></em>, |
| 2144 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> |
| 2145 | +<div class="variablelist"><table border="0"> |
| 2146 | +<col align="left" valign="top"> |
| 2147 | +<tbody> |
| 2148 | +<tr> |
| 2149 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 2150 | +<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2151 | +</td> |
| 2152 | +</tr> |
| 2153 | +<tr> |
| 2154 | +<td><p><span class="term"><em class="parameter"><code>result</code></em>Â :</span></p></td> |
| 2155 | +<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> |
| 2156 | +</td> |
| 2157 | +</tr> |
| 2158 | +<tr> |
| 2159 | +<td><p><span class="term"><em class="parameter"><code>events</code></em>Â :</span></p></td> |
| 2160 | +<td>a |
| 2161 | +pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> used to return the list of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> TelepathyLogger.Event]</span> |
| 2162 | +</td> |
| 2163 | +</tr> |
| 2164 | +<tr> |
| 2165 | +<td><p><span class="term"><em class="parameter"><code>error</code></em>Â :</span></p></td> |
| 2166 | +<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to fill</td> |
| 2167 | +</tr> |
| 2168 | +<tr> |
| 2169 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2170 | +<td> |
| 2171 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the operation was successful, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> |
| 2172 | +</td> |
| 2173 | +</tr> |
| 2174 | +</tbody> |
| 2175 | +</table></div> |
| 2176 | +</div> |
| 2177 | +<hr> |
| 2178 | +<div class="refsect2"> |
| 2179 | +<a name="tpl-log-manager-get-filtered-events-async"></a><h3>tpl_log_manager_get_filtered_events_async ()</h3> |
| 2180 | +<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_get_filtered_events_async |
| 2181 | + (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2182 | + <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2183 | + <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 2184 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 2185 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> num_events</code></em>, |
| 2186 | + <em class="parameter"><code><a class="link" href="TplLogManager.html#TplLogEventFilter" title="TplLogEventFilter ()"><span class="type">TplLogEventFilter</span></a> filter</code></em>, |
| 2187 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> filter_user_data</code></em>, |
| 2188 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2189 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 2190 | +<p> |
| 2191 | +Retrieve the most recent <em class="parameter"><code>num_event</code></em> events exchanged with <em class="parameter"><code>target</code></em>. |
| 2192 | +</p> |
| 2193 | +<div class="variablelist"><table border="0"> |
| 2194 | +<col align="left" valign="top"> |
| 2195 | +<tbody> |
| 2196 | +<tr> |
| 2197 | +<td><p><span class="term"><em class="parameter"><code>manager</code></em>Â :</span></p></td> |
| 2198 | +<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2199 | +</td> |
| 2200 | +</tr> |
| 2201 | +<tr> |
| 2202 | +<td><p><span class="term"><em class="parameter"><code>account</code></em>Â :</span></p></td> |
| 2203 | +<td>a <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> |
| 2204 | +</td> |
| 2205 | +</tr> |
| 2206 | +<tr> |
| 2207 | +<td><p><span class="term"><em class="parameter"><code>target</code></em>Â :</span></p></td> |
| 2208 | +<td>a non-NULL <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 2209 | +</td> |
| 2210 | +</tr> |
| 2211 | +<tr> |
| 2212 | +<td><p><span class="term"><em class="parameter"><code>type_mask</code></em>Â :</span></p></td> |
| 2213 | +<td>event type filter see <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask"><span class="type">TplEventTypeMask</span></a> |
| 2214 | +</td> |
| 2215 | +</tr> |
| 2216 | +<tr> |
| 2217 | +<td><p><span class="term"><em class="parameter"><code>num_events</code></em>Â :</span></p></td> |
| 2218 | +<td>number of maximum events to fetch</td> |
| 2219 | +</tr> |
| 2220 | +<tr> |
| 2221 | +<td><p><span class="term"><em class="parameter"><code>filter</code></em>Â :</span></p></td> |
| 2222 | +<td>an optional filter function. <span class="annotation">[<a href="http://foldoc.org/scope%20async"><span class="acronym">scope async</span></a>]</span> |
| 2223 | +</td> |
| 2224 | +</tr> |
| 2225 | +<tr> |
| 2226 | +<td><p><span class="term"><em class="parameter"><code>filter_user_data</code></em>Â :</span></p></td> |
| 2227 | +<td>user data to pass to <em class="parameter"><code>filter</code></em> |
| 2228 | +</td> |
| 2229 | +</tr> |
| 2230 | +<tr> |
| 2231 | +<td><p><span class="term"><em class="parameter"><code>callback</code></em>Â :</span></p></td> |
| 2232 | +<td>a callback to call when the request is satisfied. <span class="annotation">[<a href="http://foldoc.org/scope%20async"><span class="acronym">scope async</span></a>]</span> |
| 2233 | +</td> |
| 2234 | +</tr> |
| 2235 | +<tr> |
| 2236 | +<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 2237 | +<td>data to pass to <em class="parameter"><code>callback</code></em> |
| 2238 | +</td> |
| 2239 | +</tr> |
| 2240 | +</tbody> |
| 2241 | +</table></div> |
| 2242 | +</div> |
| 2243 | +<hr> |
| 2244 | +<div class="refsect2"> |
| 2245 | +<a name="tpl-log-manager-get-filtered-events-finish"></a><h3>tpl_log_manager_get_filtered_events_finish ()</h3> |
| 2246 | +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_get_filtered_events_finish |
| 2247 | + (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2248 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2249 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **events</code></em>, |
| 2250 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> |
| 2251 | +<div class="variablelist"><table border="0"> |
| 2252 | +<col align="left" valign="top"> |
| 2253 | +<tbody> |
| 2254 | +<tr> |
| 2255 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 2256 | +<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2257 | +</td> |
| 2258 | +</tr> |
| 2259 | +<tr> |
| 2260 | +<td><p><span class="term"><em class="parameter"><code>result</code></em>Â :</span></p></td> |
| 2261 | +<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> |
| 2262 | +</td> |
| 2263 | +</tr> |
| 2264 | +<tr> |
| 2265 | +<td><p><span class="term"><em class="parameter"><code>events</code></em>Â :</span></p></td> |
| 2266 | +<td>a pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> used to return the list <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> TelepathyLogger.Event]</span> |
| 2267 | +</td> |
| 2268 | +</tr> |
| 2269 | +<tr> |
| 2270 | +<td><p><span class="term"><em class="parameter"><code>error</code></em>Â :</span></p></td> |
| 2271 | +<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to fill</td> |
| 2272 | +</tr> |
| 2273 | +<tr> |
| 2274 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2275 | +<td> |
| 2276 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the operation was successful, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a>.</td> |
| 2277 | +</tr> |
| 2278 | +</tbody> |
| 2279 | +</table></div> |
| 2280 | +</div> |
| 2281 | +<hr> |
| 2282 | +<div class="refsect2"> |
| 2283 | +<a name="tpl-log-manager-search-async"></a><h3>tpl_log_manager_search_async ()</h3> |
| 2284 | +<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_search_async (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2285 | + <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>, |
| 2286 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 2287 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2288 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 2289 | +<p> |
| 2290 | +Search for all the conversations containing <em class="parameter"><code>text</code></em>. |
| 2291 | +</p> |
| 2292 | +<div class="variablelist"><table border="0"> |
| 2293 | +<col align="left" valign="top"> |
| 2294 | +<tbody> |
| 2295 | +<tr> |
| 2296 | +<td><p><span class="term"><em class="parameter"><code>manager</code></em>Â :</span></p></td> |
| 2297 | +<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2298 | +</td> |
| 2299 | +</tr> |
| 2300 | +<tr> |
| 2301 | +<td><p><span class="term"><em class="parameter"><code>text</code></em>Â :</span></p></td> |
| 2302 | +<td>the pattern to search</td> |
| 2303 | +</tr> |
| 2304 | +<tr> |
| 2305 | +<td><p><span class="term"><em class="parameter"><code>type_mask</code></em>Â :</span></p></td> |
| 2306 | +<td>event type filter see <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask"><span class="type">TplEventTypeMask</span></a> |
| 2307 | +</td> |
| 2308 | +</tr> |
| 2309 | +<tr> |
| 2310 | +<td><p><span class="term"><em class="parameter"><code>callback</code></em>Â :</span></p></td> |
| 2311 | +<td>a callback to call when the request is satisfied</td> |
| 2312 | +</tr> |
| 2313 | +<tr> |
| 2314 | +<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 2315 | +<td>data to pass to <em class="parameter"><code>callback</code></em> |
| 2316 | +</td> |
| 2317 | +</tr> |
| 2318 | +</tbody> |
| 2319 | +</table></div> |
| 2320 | +</div> |
| 2321 | +<hr> |
| 2322 | +<div class="refsect2"> |
| 2323 | +<a name="tpl-log-manager-search-finish"></a><h3>tpl_log_manager_search_finish ()</h3> |
| 2324 | +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_search_finish (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2325 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2326 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **hits</code></em>, |
| 2327 | + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> |
| 2328 | +<div class="variablelist"><table border="0"> |
| 2329 | +<col align="left" valign="top"> |
| 2330 | +<tbody> |
| 2331 | +<tr> |
| 2332 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 2333 | +<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2334 | +</td> |
| 2335 | +</tr> |
| 2336 | +<tr> |
| 2337 | +<td><p><span class="term"><em class="parameter"><code>result</code></em>Â :</span></p></td> |
| 2338 | +<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> |
| 2339 | +</td> |
| 2340 | +</tr> |
| 2341 | +<tr> |
| 2342 | +<td><p><span class="term"><em class="parameter"><code>hits</code></em>Â :</span></p></td> |
| 2343 | +<td>a |
| 2344 | +pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> used to return the list of <span class="type">TplLogSearchHit</span>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> TelepathyLogger.SearchHit]</span> |
| 2345 | +</td> |
| 2346 | +</tr> |
| 2347 | +<tr> |
| 2348 | +<td><p><span class="term"><em class="parameter"><code>error</code></em>Â :</span></p></td> |
| 2349 | +<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to fill</td> |
| 2350 | +</tr> |
| 2351 | +<tr> |
| 2352 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2353 | +<td> |
| 2354 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the operation was successful, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> |
| 2355 | +</td> |
| 2356 | +</tr> |
| 2357 | +</tbody> |
| 2358 | +</table></div> |
| 2359 | +</div> |
| 2360 | +<hr> |
| 2361 | +<div class="refsect2"> |
| 2362 | +<a name="tpl-log-manager-search-free"></a><h3>tpl_log_manager_search_free ()</h3> |
| 2363 | +<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_search_free (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *hits</code></em>);</pre> |
| 2364 | +<p> |
| 2365 | +</p> |
| 2366 | +</div> |
| 2367 | +</div> |
| 2368 | +</div> |
| 2369 | +<div class="footer"> |
| 2370 | +<hr> |
| 2371 | + Generated by GTK-Doc V1.18</div> |
| 2372 | +</body> |
| 2373 | +</html> |
| 2374 | \ No newline at end of file |
| 2375 | |
| 2376 | === removed file 'doc/reference/libtelepathy-logger/html/TplLogManager.html' |
| 2377 | --- doc/reference/libtelepathy-logger/html/TplLogManager.html 2012-04-03 16:57:44 +0000 |
| 2378 | +++ doc/reference/libtelepathy-logger/html/TplLogManager.html 1970-01-01 00:00:00 +0000 |
| 2379 | @@ -1,751 +0,0 @@ |
| 2380 | -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 2381 | -<html> |
| 2382 | -<head> |
| 2383 | -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 2384 | -<title>TplLogManager</title> |
| 2385 | -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> |
| 2386 | -<link rel="home" href="index.html" title="telepathy-logger Reference Manual"> |
| 2387 | -<link rel="up" href="ch-public.html" title="libtelepathy-logger API"> |
| 2388 | -<link rel="prev" href="ch-public.html" title="libtelepathy-logger API"> |
| 2389 | -<link rel="next" href="TplEvent.html" title="TplEvent"> |
| 2390 | -<meta name="generator" content="GTK-Doc V1.18 (XML mode)"> |
| 2391 | -<link rel="stylesheet" href="style.css" type="text/css"> |
| 2392 | -</head> |
| 2393 | -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
| 2394 | -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> |
| 2395 | -<tr valign="middle"> |
| 2396 | -<td><a accesskey="p" href="ch-public.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> |
| 2397 | -<td><a accesskey="u" href="ch-public.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> |
| 2398 | -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> |
| 2399 | -<th width="100%" align="center">telepathy-logger Reference Manual</th> |
| 2400 | -<td><a accesskey="n" href="TplEvent.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> |
| 2401 | -</tr> |
| 2402 | -<tr><td colspan="5" class="shortcuts"> |
| 2403 | -<a href="#TplLogManager.synopsis" class="shortcut">Top</a> |
| 2404 | - Â |Â |
| 2405 | - <a href="#TplLogManager.description" class="shortcut">Description</a> |
| 2406 | - Â |Â |
| 2407 | - <a href="#TplLogManager.object-hierarchy" class="shortcut">Object Hierarchy</a> |
| 2408 | -</td></tr> |
| 2409 | -</table> |
| 2410 | -<div class="refentry"> |
| 2411 | -<a name="TplLogManager"></a><div class="titlepage"></div> |
| 2412 | -<div class="refnamediv"><table width="100%"><tr> |
| 2413 | -<td valign="top"> |
| 2414 | -<h2><span class="refentrytitle"><a name="TplLogManager.top_of_page"></a>TplLogManager</span></h2> |
| 2415 | -<p>TplLogManager — Fetch and search through logs</p> |
| 2416 | -</td> |
| 2417 | -<td valign="top" align="right"></td> |
| 2418 | -</tr></table></div> |
| 2419 | -<div class="refsynopsisdiv"> |
| 2420 | -<a name="TplLogManager.synopsis"></a><h2>Synopsis</h2> |
| 2421 | -<pre class="synopsis">#define <a class="link" href="TplLogManager.html#TPL-LOG-MANAGER-ERROR:CAPS" title="TPL_LOG_MANAGER_ERROR">TPL_LOG_MANAGER_ERROR</a> |
| 2422 | -#define <a class="link" href="TplLogManager.html#TPL-TYPE-LOG-SEARCH-HIT:CAPS" title="TPL_TYPE_LOG_SEARCH_HIT">TPL_TYPE_LOG_SEARCH_HIT</a> |
| 2423 | -enum <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask">TplEventTypeMask</a>; |
| 2424 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="TplLogManager.html#TplLogEventFilter" title="TplLogEventFilter ()">*TplLogEventFilter</a>) (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *event</code></em>, |
| 2425 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 2426 | -struct <a class="link" href="TplLogManager.html#TplLogManager-struct" title="struct TplLogManager">TplLogManager</a>; |
| 2427 | -enum <a class="link" href="TplLogManager.html#TplLogManagerError" title="enum TplLogManagerError">TplLogManagerError</a>; |
| 2428 | -<a class="link" href="TplLogManager.html" title="TplLogManager"><span class="returnvalue">TplLogManager</span></a> * <a class="link" href="TplLogManager.html#tpl-log-manager-dup-singleton" title="tpl_log_manager_dup_singleton ()">tpl_log_manager_dup_singleton</a> (<em class="parameter"><code><span class="type">void</span></code></em>); |
| 2429 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-errors-quark" title="tpl_log_manager_errors_quark ()">tpl_log_manager_errors_quark</a> (<em class="parameter"><code><span class="type">void</span></code></em>); |
| 2430 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-exists" title="tpl_log_manager_exists ()">tpl_log_manager_exists</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2431 | - <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2432 | - <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 2433 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>); |
| 2434 | -<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-get-dates-async" title="tpl_log_manager_get_dates_async ()">tpl_log_manager_get_dates_async</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2435 | - <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2436 | - <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 2437 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 2438 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2439 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 2440 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-get-dates-finish" title="tpl_log_manager_get_dates_finish ()">tpl_log_manager_get_dates_finish</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2441 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2442 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **dates</code></em>, |
| 2443 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); |
| 2444 | -<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-get-entities-async" title="tpl_log_manager_get_entities_async ()">tpl_log_manager_get_entities_async</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2445 | - <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2446 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2447 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 2448 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-get-entities-finish" title="tpl_log_manager_get_entities_finish ()">tpl_log_manager_get_entities_finish</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2449 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2450 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **entities</code></em>, |
| 2451 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); |
| 2452 | -<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-get-events-for-date-async" title="tpl_log_manager_get_events_for_date_async ()">tpl_log_manager_get_events_for_date_async</a> |
| 2453 | - (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2454 | - <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2455 | - <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 2456 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 2457 | - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a> *date</code></em>, |
| 2458 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2459 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 2460 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-get-events-for-date-finish" title="tpl_log_manager_get_events_for_date_finish ()">tpl_log_manager_get_events_for_date_finish</a> |
| 2461 | - (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2462 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2463 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **events</code></em>, |
| 2464 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); |
| 2465 | -<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-get-filtered-events-async" title="tpl_log_manager_get_filtered_events_async ()">tpl_log_manager_get_filtered_events_async</a> |
| 2466 | - (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2467 | - <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2468 | - <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 2469 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 2470 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> num_events</code></em>, |
| 2471 | - <em class="parameter"><code><a class="link" href="TplLogManager.html#TplLogEventFilter" title="TplLogEventFilter ()"><span class="type">TplLogEventFilter</span></a> filter</code></em>, |
| 2472 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> filter_user_data</code></em>, |
| 2473 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2474 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 2475 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-get-filtered-events-finish" title="tpl_log_manager_get_filtered_events_finish ()">tpl_log_manager_get_filtered_events_finish</a> |
| 2476 | - (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2477 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2478 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **events</code></em>, |
| 2479 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); |
| 2480 | -<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-search-async" title="tpl_log_manager_search_async ()">tpl_log_manager_search_async</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2481 | - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>, |
| 2482 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 2483 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2484 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); |
| 2485 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="TplLogManager.html#tpl-log-manager-search-finish" title="tpl_log_manager_search_finish ()">tpl_log_manager_search_finish</a> (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2486 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2487 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **hits</code></em>, |
| 2488 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); |
| 2489 | -<span class="returnvalue">void</span> <a class="link" href="TplLogManager.html#tpl-log-manager-search-free" title="tpl_log_manager_search_free ()">tpl_log_manager_search_free</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *hits</code></em>); |
| 2490 | -</pre> |
| 2491 | -</div> |
| 2492 | -<div class="refsect1"> |
| 2493 | -<a name="TplLogManager.object-hierarchy"></a><h2>Object Hierarchy</h2> |
| 2494 | -<pre class="synopsis"> |
| 2495 | - <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> |
| 2496 | - +----TplLogManager |
| 2497 | -</pre> |
| 2498 | -</div> |
| 2499 | -<div class="refsect1"> |
| 2500 | -<a name="TplLogManager.description"></a><h2>Description</h2> |
| 2501 | -<p> |
| 2502 | -The <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> object allows user to fetch logs and make searches. |
| 2503 | -</p> |
| 2504 | -</div> |
| 2505 | -<div class="refsect1"> |
| 2506 | -<a name="TplLogManager.details"></a><h2>Details</h2> |
| 2507 | -<div class="refsect2"> |
| 2508 | -<a name="TPL-LOG-MANAGER-ERROR:CAPS"></a><h3>TPL_LOG_MANAGER_ERROR</h3> |
| 2509 | -<pre class="programlisting">#define TPL_LOG_MANAGER_ERROR tpl_log_manager_errors_quark() |
| 2510 | -</pre> |
| 2511 | -<p> |
| 2512 | -The error domain for the <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a>. |
| 2513 | -</p> |
| 2514 | -</div> |
| 2515 | -<hr> |
| 2516 | -<div class="refsect2"> |
| 2517 | -<a name="TPL-TYPE-LOG-SEARCH-HIT:CAPS"></a><h3>TPL_TYPE_LOG_SEARCH_HIT</h3> |
| 2518 | -<pre class="programlisting">#define TPL_TYPE_LOG_SEARCH_HIT (_tpl_log_manager_search_hit_get_type ()) |
| 2519 | -</pre> |
| 2520 | -<p> |
| 2521 | -</p> |
| 2522 | -</div> |
| 2523 | -<hr> |
| 2524 | -<div class="refsect2"> |
| 2525 | -<a name="TplEventTypeMask"></a><h3>enum TplEventTypeMask</h3> |
| 2526 | -<pre class="programlisting">typedef enum { |
| 2527 | - TPL_EVENT_MASK_TEXT = 1 << 0, |
| 2528 | - TPL_EVENT_MASK_CALL = 1 << 1, |
| 2529 | - TPL_EVENT_MASK_ANY = 0xffff |
| 2530 | -} TplEventTypeMask; |
| 2531 | -</pre> |
| 2532 | -<p> |
| 2533 | -Mask used to filter type of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> returned. |
| 2534 | -</p> |
| 2535 | -<div class="variablelist"><table border="0"> |
| 2536 | -<col align="left" valign="top"> |
| 2537 | -<tbody> |
| 2538 | -<tr> |
| 2539 | -<td><p><a name="TPL-EVENT-MASK-TEXT:CAPS"></a><span class="term"><code class="literal">TPL_EVENT_MASK_TEXT</code></span></p></td> |
| 2540 | -<td>Mask to <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 2541 | -</td> |
| 2542 | -</tr> |
| 2543 | -<tr> |
| 2544 | -<td><p><a name="TPL-EVENT-MASK-CALL:CAPS"></a><span class="term"><code class="literal">TPL_EVENT_MASK_CALL</code></span></p></td> |
| 2545 | -<td> |
| 2546 | -</td> |
| 2547 | -</tr> |
| 2548 | -<tr> |
| 2549 | -<td><p><a name="TPL-EVENT-MASK-ANY:CAPS"></a><span class="term"><code class="literal">TPL_EVENT_MASK_ANY</code></span></p></td> |
| 2550 | -<td>Special value to select all type of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> |
| 2551 | -</td> |
| 2552 | -</tr> |
| 2553 | -</tbody> |
| 2554 | -</table></div> |
| 2555 | -</div> |
| 2556 | -<hr> |
| 2557 | -<div class="refsect2"> |
| 2558 | -<a name="TplLogEventFilter"></a><h3>TplLogEventFilter ()</h3> |
| 2559 | -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*TplLogEventFilter) (<em class="parameter"><code><a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> *event</code></em>, |
| 2560 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 2561 | -<div class="variablelist"><table border="0"> |
| 2562 | -<col align="left" valign="top"> |
| 2563 | -<tbody> |
| 2564 | -<tr> |
| 2565 | -<td><p><span class="term"><em class="parameter"><code>event</code></em>Â :</span></p></td> |
| 2566 | -<td>the <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> to filter</td> |
| 2567 | -</tr> |
| 2568 | -<tr> |
| 2569 | -<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 2570 | -<td>user-supplied data</td> |
| 2571 | -</tr> |
| 2572 | -<tr> |
| 2573 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2574 | -<td> |
| 2575 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>event</code></em> should appear in the result</td> |
| 2576 | -</tr> |
| 2577 | -</tbody> |
| 2578 | -</table></div> |
| 2579 | -</div> |
| 2580 | -<hr> |
| 2581 | -<div class="refsect2"> |
| 2582 | -<a name="TplLogManager-struct"></a><h3>struct TplLogManager</h3> |
| 2583 | -<pre class="programlisting">struct TplLogManager;</pre> |
| 2584 | -<p> |
| 2585 | -An object used to access logs |
| 2586 | -</p> |
| 2587 | -</div> |
| 2588 | -<hr> |
| 2589 | -<div class="refsect2"> |
| 2590 | -<a name="TplLogManagerError"></a><h3>enum TplLogManagerError</h3> |
| 2591 | -<pre class="programlisting">typedef enum { |
| 2592 | - TPL_LOG_MANAGER_ERROR_ADD_EVENT |
| 2593 | -} TplLogManagerError; |
| 2594 | -</pre> |
| 2595 | -<div class="variablelist"><table border="0"> |
| 2596 | -<col align="left" valign="top"> |
| 2597 | -<tbody><tr> |
| 2598 | -<td><p><a name="TPL-LOG-MANAGER-ERROR-ADD-EVENT:CAPS"></a><span class="term"><code class="literal">TPL_LOG_MANAGER_ERROR_ADD_EVENT</code></span></p></td> |
| 2599 | -<td>Error return when adding logs fails |
| 2600 | -</td> |
| 2601 | -</tr></tbody> |
| 2602 | -</table></div> |
| 2603 | -</div> |
| 2604 | -<hr> |
| 2605 | -<div class="refsect2"> |
| 2606 | -<a name="tpl-log-manager-dup-singleton"></a><h3>tpl_log_manager_dup_singleton ()</h3> |
| 2607 | -<pre class="programlisting"><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="returnvalue">TplLogManager</span></a> * tpl_log_manager_dup_singleton (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> |
| 2608 | -<div class="variablelist"><table border="0"> |
| 2609 | -<col align="left" valign="top"> |
| 2610 | -<tbody><tr> |
| 2611 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2612 | -<td>a new reference on the log manager. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span> |
| 2613 | -</td> |
| 2614 | -</tr></tbody> |
| 2615 | -</table></div> |
| 2616 | -</div> |
| 2617 | -<hr> |
| 2618 | -<div class="refsect2"> |
| 2619 | -<a name="tpl-log-manager-errors-quark"></a><h3>tpl_log_manager_errors_quark ()</h3> |
| 2620 | -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> tpl_log_manager_errors_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> |
| 2621 | -<div class="variablelist"><table border="0"> |
| 2622 | -<col align="left" valign="top"> |
| 2623 | -<tbody><tr> |
| 2624 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2625 | -<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> associated with the error domain of <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2626 | -</td> |
| 2627 | -</tr></tbody> |
| 2628 | -</table></div> |
| 2629 | -</div> |
| 2630 | -<hr> |
| 2631 | -<div class="refsect2"> |
| 2632 | -<a name="tpl-log-manager-exists"></a><h3>tpl_log_manager_exists ()</h3> |
| 2633 | -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_exists (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2634 | - <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2635 | - <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 2636 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>);</pre> |
| 2637 | -<p> |
| 2638 | -Checks if logs exist for <em class="parameter"><code>target</code></em>. |
| 2639 | -</p> |
| 2640 | -<p> |
| 2641 | -It applies for any registered TplLogStore with the <span class="type">"readable"</span> |
| 2642 | -property <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. |
| 2643 | -</p> |
| 2644 | -<div class="variablelist"><table border="0"> |
| 2645 | -<col align="left" valign="top"> |
| 2646 | -<tbody> |
| 2647 | -<tr> |
| 2648 | -<td><p><span class="term"><em class="parameter"><code>manager</code></em>Â :</span></p></td> |
| 2649 | -<td>TplLogManager</td> |
| 2650 | -</tr> |
| 2651 | -<tr> |
| 2652 | -<td><p><span class="term"><em class="parameter"><code>account</code></em>Â :</span></p></td> |
| 2653 | -<td>TpAccount</td> |
| 2654 | -</tr> |
| 2655 | -<tr> |
| 2656 | -<td><p><span class="term"><em class="parameter"><code>target</code></em>Â :</span></p></td> |
| 2657 | -<td>a non-NULL <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 2658 | -</td> |
| 2659 | -</tr> |
| 2660 | -<tr> |
| 2661 | -<td><p><span class="term"><em class="parameter"><code>type_mask</code></em>Â :</span></p></td> |
| 2662 | -<td>event type filter see <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask"><span class="type">TplEventTypeMask</span></a> |
| 2663 | -</td> |
| 2664 | -</tr> |
| 2665 | -<tr> |
| 2666 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2667 | -<td> |
| 2668 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> logs exist for <em class="parameter"><code>target</code></em>, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> |
| 2669 | -</td> |
| 2670 | -</tr> |
| 2671 | -</tbody> |
| 2672 | -</table></div> |
| 2673 | -</div> |
| 2674 | -<hr> |
| 2675 | -<div class="refsect2"> |
| 2676 | -<a name="tpl-log-manager-get-dates-async"></a><h3>tpl_log_manager_get_dates_async ()</h3> |
| 2677 | -<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_get_dates_async (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2678 | - <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2679 | - <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 2680 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 2681 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2682 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 2683 | -<p> |
| 2684 | -Retrieves a list of <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a> corresponding to each day where |
| 2685 | -at least one event exist for <em class="parameter"><code>target</code></em>. |
| 2686 | -</p> |
| 2687 | -<p> |
| 2688 | -It applies for any registered TplLogStore with the <span class="type">"readable"</span> |
| 2689 | -property <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. |
| 2690 | -</p> |
| 2691 | -<div class="variablelist"><table border="0"> |
| 2692 | -<col align="left" valign="top"> |
| 2693 | -<tbody> |
| 2694 | -<tr> |
| 2695 | -<td><p><span class="term"><em class="parameter"><code>manager</code></em>Â :</span></p></td> |
| 2696 | -<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2697 | -</td> |
| 2698 | -</tr> |
| 2699 | -<tr> |
| 2700 | -<td><p><span class="term"><em class="parameter"><code>account</code></em>Â :</span></p></td> |
| 2701 | -<td>a <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> |
| 2702 | -</td> |
| 2703 | -</tr> |
| 2704 | -<tr> |
| 2705 | -<td><p><span class="term"><em class="parameter"><code>target</code></em>Â :</span></p></td> |
| 2706 | -<td>a non-NULL <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 2707 | -</td> |
| 2708 | -</tr> |
| 2709 | -<tr> |
| 2710 | -<td><p><span class="term"><em class="parameter"><code>type_mask</code></em>Â :</span></p></td> |
| 2711 | -<td>event type filter see <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask"><span class="type">TplEventTypeMask</span></a> |
| 2712 | -</td> |
| 2713 | -</tr> |
| 2714 | -<tr> |
| 2715 | -<td><p><span class="term"><em class="parameter"><code>callback</code></em>Â :</span></p></td> |
| 2716 | -<td>a callback to call when the request is satisfied</td> |
| 2717 | -</tr> |
| 2718 | -<tr> |
| 2719 | -<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 2720 | -<td>data to pass to <em class="parameter"><code>callback</code></em> |
| 2721 | -</td> |
| 2722 | -</tr> |
| 2723 | -</tbody> |
| 2724 | -</table></div> |
| 2725 | -</div> |
| 2726 | -<hr> |
| 2727 | -<div class="refsect2"> |
| 2728 | -<a name="tpl-log-manager-get-dates-finish"></a><h3>tpl_log_manager_get_dates_finish ()</h3> |
| 2729 | -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_get_dates_finish (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2730 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2731 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **dates</code></em>, |
| 2732 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> |
| 2733 | -<div class="variablelist"><table border="0"> |
| 2734 | -<col align="left" valign="top"> |
| 2735 | -<tbody> |
| 2736 | -<tr> |
| 2737 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 2738 | -<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2739 | -</td> |
| 2740 | -</tr> |
| 2741 | -<tr> |
| 2742 | -<td><p><span class="term"><em class="parameter"><code>result</code></em>Â :</span></p></td> |
| 2743 | -<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> |
| 2744 | -</td> |
| 2745 | -</tr> |
| 2746 | -<tr> |
| 2747 | -<td><p><span class="term"><em class="parameter"><code>dates</code></em>Â :</span></p></td> |
| 2748 | -<td>a pointer to a |
| 2749 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> used to return the list of <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> GLib.Date]</span> |
| 2750 | -</td> |
| 2751 | -</tr> |
| 2752 | -<tr> |
| 2753 | -<td><p><span class="term"><em class="parameter"><code>error</code></em>Â :</span></p></td> |
| 2754 | -<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to fill</td> |
| 2755 | -</tr> |
| 2756 | -<tr> |
| 2757 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2758 | -<td> |
| 2759 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the operation was successful, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> |
| 2760 | -</td> |
| 2761 | -</tr> |
| 2762 | -</tbody> |
| 2763 | -</table></div> |
| 2764 | -</div> |
| 2765 | -<hr> |
| 2766 | -<div class="refsect2"> |
| 2767 | -<a name="tpl-log-manager-get-entities-async"></a><h3>tpl_log_manager_get_entities_async ()</h3> |
| 2768 | -<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_get_entities_async (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2769 | - <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2770 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2771 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 2772 | -<p> |
| 2773 | -Start a query looking for all entities for which you have logs in the <em class="parameter"><code>account</code></em>. |
| 2774 | -</p> |
| 2775 | -<div class="variablelist"><table border="0"> |
| 2776 | -<col align="left" valign="top"> |
| 2777 | -<tbody> |
| 2778 | -<tr> |
| 2779 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 2780 | -<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2781 | -</td> |
| 2782 | -</tr> |
| 2783 | -<tr> |
| 2784 | -<td><p><span class="term"><em class="parameter"><code>account</code></em>Â :</span></p></td> |
| 2785 | -<td>a <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> |
| 2786 | -</td> |
| 2787 | -</tr> |
| 2788 | -<tr> |
| 2789 | -<td><p><span class="term"><em class="parameter"><code>callback</code></em>Â :</span></p></td> |
| 2790 | -<td>a callback to call when the request is satisfied</td> |
| 2791 | -</tr> |
| 2792 | -<tr> |
| 2793 | -<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 2794 | -<td>data to pass to <em class="parameter"><code>callback</code></em> |
| 2795 | -</td> |
| 2796 | -</tr> |
| 2797 | -</tbody> |
| 2798 | -</table></div> |
| 2799 | -</div> |
| 2800 | -<hr> |
| 2801 | -<div class="refsect2"> |
| 2802 | -<a name="tpl-log-manager-get-entities-finish"></a><h3>tpl_log_manager_get_entities_finish ()</h3> |
| 2803 | -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_get_entities_finish (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2804 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2805 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **entities</code></em>, |
| 2806 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> |
| 2807 | -<div class="variablelist"><table border="0"> |
| 2808 | -<col align="left" valign="top"> |
| 2809 | -<tbody> |
| 2810 | -<tr> |
| 2811 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 2812 | -<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2813 | -</td> |
| 2814 | -</tr> |
| 2815 | -<tr> |
| 2816 | -<td><p><span class="term"><em class="parameter"><code>result</code></em>Â :</span></p></td> |
| 2817 | -<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> |
| 2818 | -</td> |
| 2819 | -</tr> |
| 2820 | -<tr> |
| 2821 | -<td><p><span class="term"><em class="parameter"><code>entities</code></em>Â :</span></p></td> |
| 2822 | -<td>a |
| 2823 | -pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> used to return the list of <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a>, to be freed |
| 2824 | -using something like g_list_free_full (lst, g_object_unref). <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> TelepathyLogger.Entity]</span> |
| 2825 | -</td> |
| 2826 | -</tr> |
| 2827 | -<tr> |
| 2828 | -<td><p><span class="term"><em class="parameter"><code>error</code></em>Â :</span></p></td> |
| 2829 | -<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to fill</td> |
| 2830 | -</tr> |
| 2831 | -<tr> |
| 2832 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2833 | -<td> |
| 2834 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the operation was successful, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> |
| 2835 | -</td> |
| 2836 | -</tr> |
| 2837 | -</tbody> |
| 2838 | -</table></div> |
| 2839 | -</div> |
| 2840 | -<hr> |
| 2841 | -<div class="refsect2"> |
| 2842 | -<a name="tpl-log-manager-get-events-for-date-async"></a><h3>tpl_log_manager_get_events_for_date_async ()</h3> |
| 2843 | -<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_get_events_for_date_async |
| 2844 | - (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2845 | - <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2846 | - <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 2847 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 2848 | - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a> *date</code></em>, |
| 2849 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2850 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 2851 | -<p> |
| 2852 | -Retrieve a list of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> at <em class="parameter"><code>date</code></em> with <em class="parameter"><code>target</code></em>. |
| 2853 | -</p> |
| 2854 | -<div class="variablelist"><table border="0"> |
| 2855 | -<col align="left" valign="top"> |
| 2856 | -<tbody> |
| 2857 | -<tr> |
| 2858 | -<td><p><span class="term"><em class="parameter"><code>manager</code></em>Â :</span></p></td> |
| 2859 | -<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2860 | -</td> |
| 2861 | -</tr> |
| 2862 | -<tr> |
| 2863 | -<td><p><span class="term"><em class="parameter"><code>account</code></em>Â :</span></p></td> |
| 2864 | -<td>a <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> |
| 2865 | -</td> |
| 2866 | -</tr> |
| 2867 | -<tr> |
| 2868 | -<td><p><span class="term"><em class="parameter"><code>target</code></em>Â :</span></p></td> |
| 2869 | -<td>a non-NULL <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 2870 | -</td> |
| 2871 | -</tr> |
| 2872 | -<tr> |
| 2873 | -<td><p><span class="term"><em class="parameter"><code>type_mask</code></em>Â :</span></p></td> |
| 2874 | -<td>event type filter see <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask"><span class="type">TplEventTypeMask</span></a> |
| 2875 | -</td> |
| 2876 | -</tr> |
| 2877 | -<tr> |
| 2878 | -<td><p><span class="term"><em class="parameter"><code>date</code></em>Â :</span></p></td> |
| 2879 | -<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a> |
| 2880 | -</td> |
| 2881 | -</tr> |
| 2882 | -<tr> |
| 2883 | -<td><p><span class="term"><em class="parameter"><code>callback</code></em>Â :</span></p></td> |
| 2884 | -<td>a callback to call when the request is satisfied</td> |
| 2885 | -</tr> |
| 2886 | -<tr> |
| 2887 | -<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 2888 | -<td>data to pass to <em class="parameter"><code>callback</code></em> |
| 2889 | -</td> |
| 2890 | -</tr> |
| 2891 | -</tbody> |
| 2892 | -</table></div> |
| 2893 | -</div> |
| 2894 | -<hr> |
| 2895 | -<div class="refsect2"> |
| 2896 | -<a name="tpl-log-manager-get-events-for-date-finish"></a><h3>tpl_log_manager_get_events_for_date_finish ()</h3> |
| 2897 | -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_get_events_for_date_finish |
| 2898 | - (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 2899 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 2900 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **events</code></em>, |
| 2901 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> |
| 2902 | -<div class="variablelist"><table border="0"> |
| 2903 | -<col align="left" valign="top"> |
| 2904 | -<tbody> |
| 2905 | -<tr> |
| 2906 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 2907 | -<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2908 | -</td> |
| 2909 | -</tr> |
| 2910 | -<tr> |
| 2911 | -<td><p><span class="term"><em class="parameter"><code>result</code></em>Â :</span></p></td> |
| 2912 | -<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> |
| 2913 | -</td> |
| 2914 | -</tr> |
| 2915 | -<tr> |
| 2916 | -<td><p><span class="term"><em class="parameter"><code>events</code></em>Â :</span></p></td> |
| 2917 | -<td>a |
| 2918 | -pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> used to return the list of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> TelepathyLogger.Event]</span> |
| 2919 | -</td> |
| 2920 | -</tr> |
| 2921 | -<tr> |
| 2922 | -<td><p><span class="term"><em class="parameter"><code>error</code></em>Â :</span></p></td> |
| 2923 | -<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to fill</td> |
| 2924 | -</tr> |
| 2925 | -<tr> |
| 2926 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 2927 | -<td> |
| 2928 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the operation was successful, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> |
| 2929 | -</td> |
| 2930 | -</tr> |
| 2931 | -</tbody> |
| 2932 | -</table></div> |
| 2933 | -</div> |
| 2934 | -<hr> |
| 2935 | -<div class="refsect2"> |
| 2936 | -<a name="tpl-log-manager-get-filtered-events-async"></a><h3>tpl_log_manager_get_filtered_events_async ()</h3> |
| 2937 | -<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_get_filtered_events_async |
| 2938 | - (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 2939 | - <em class="parameter"><code><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> *account</code></em>, |
| 2940 | - <em class="parameter"><code><a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> *target</code></em>, |
| 2941 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 2942 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> num_events</code></em>, |
| 2943 | - <em class="parameter"><code><a class="link" href="TplLogManager.html#TplLogEventFilter" title="TplLogEventFilter ()"><span class="type">TplLogEventFilter</span></a> filter</code></em>, |
| 2944 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> filter_user_data</code></em>, |
| 2945 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 2946 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 2947 | -<p> |
| 2948 | -Retrieve the most recent <em class="parameter"><code>num_event</code></em> events exchanged with <em class="parameter"><code>target</code></em>. |
| 2949 | -</p> |
| 2950 | -<div class="variablelist"><table border="0"> |
| 2951 | -<col align="left" valign="top"> |
| 2952 | -<tbody> |
| 2953 | -<tr> |
| 2954 | -<td><p><span class="term"><em class="parameter"><code>manager</code></em>Â :</span></p></td> |
| 2955 | -<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 2956 | -</td> |
| 2957 | -</tr> |
| 2958 | -<tr> |
| 2959 | -<td><p><span class="term"><em class="parameter"><code>account</code></em>Â :</span></p></td> |
| 2960 | -<td>a <a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a> |
| 2961 | -</td> |
| 2962 | -</tr> |
| 2963 | -<tr> |
| 2964 | -<td><p><span class="term"><em class="parameter"><code>target</code></em>Â :</span></p></td> |
| 2965 | -<td>a non-NULL <a class="link" href="TplEntity.html" title="TplEntity"><span class="type">TplEntity</span></a> |
| 2966 | -</td> |
| 2967 | -</tr> |
| 2968 | -<tr> |
| 2969 | -<td><p><span class="term"><em class="parameter"><code>type_mask</code></em>Â :</span></p></td> |
| 2970 | -<td>event type filter see <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask"><span class="type">TplEventTypeMask</span></a> |
| 2971 | -</td> |
| 2972 | -</tr> |
| 2973 | -<tr> |
| 2974 | -<td><p><span class="term"><em class="parameter"><code>num_events</code></em>Â :</span></p></td> |
| 2975 | -<td>number of maximum events to fetch</td> |
| 2976 | -</tr> |
| 2977 | -<tr> |
| 2978 | -<td><p><span class="term"><em class="parameter"><code>filter</code></em>Â :</span></p></td> |
| 2979 | -<td>an optional filter function. <span class="annotation">[<a href="http://foldoc.org/scope%20async"><span class="acronym">scope async</span></a>]</span> |
| 2980 | -</td> |
| 2981 | -</tr> |
| 2982 | -<tr> |
| 2983 | -<td><p><span class="term"><em class="parameter"><code>filter_user_data</code></em>Â :</span></p></td> |
| 2984 | -<td>user data to pass to <em class="parameter"><code>filter</code></em> |
| 2985 | -</td> |
| 2986 | -</tr> |
| 2987 | -<tr> |
| 2988 | -<td><p><span class="term"><em class="parameter"><code>callback</code></em>Â :</span></p></td> |
| 2989 | -<td>a callback to call when the request is satisfied. <span class="annotation">[<a href="http://foldoc.org/scope%20async"><span class="acronym">scope async</span></a>]</span> |
| 2990 | -</td> |
| 2991 | -</tr> |
| 2992 | -<tr> |
| 2993 | -<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 2994 | -<td>data to pass to <em class="parameter"><code>callback</code></em> |
| 2995 | -</td> |
| 2996 | -</tr> |
| 2997 | -</tbody> |
| 2998 | -</table></div> |
| 2999 | -</div> |
| 3000 | -<hr> |
| 3001 | -<div class="refsect2"> |
| 3002 | -<a name="tpl-log-manager-get-filtered-events-finish"></a><h3>tpl_log_manager_get_filtered_events_finish ()</h3> |
| 3003 | -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_get_filtered_events_finish |
| 3004 | - (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 3005 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 3006 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **events</code></em>, |
| 3007 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> |
| 3008 | -<div class="variablelist"><table border="0"> |
| 3009 | -<col align="left" valign="top"> |
| 3010 | -<tbody> |
| 3011 | -<tr> |
| 3012 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3013 | -<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 3014 | -</td> |
| 3015 | -</tr> |
| 3016 | -<tr> |
| 3017 | -<td><p><span class="term"><em class="parameter"><code>result</code></em>Â :</span></p></td> |
| 3018 | -<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> |
| 3019 | -</td> |
| 3020 | -</tr> |
| 3021 | -<tr> |
| 3022 | -<td><p><span class="term"><em class="parameter"><code>events</code></em>Â :</span></p></td> |
| 3023 | -<td>a pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> used to return the list <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> TelepathyLogger.Event]</span> |
| 3024 | -</td> |
| 3025 | -</tr> |
| 3026 | -<tr> |
| 3027 | -<td><p><span class="term"><em class="parameter"><code>error</code></em>Â :</span></p></td> |
| 3028 | -<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to fill</td> |
| 3029 | -</tr> |
| 3030 | -<tr> |
| 3031 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3032 | -<td> |
| 3033 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the operation was successful, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a>.</td> |
| 3034 | -</tr> |
| 3035 | -</tbody> |
| 3036 | -</table></div> |
| 3037 | -</div> |
| 3038 | -<hr> |
| 3039 | -<div class="refsect2"> |
| 3040 | -<a name="tpl-log-manager-search-async"></a><h3>tpl_log_manager_search_async ()</h3> |
| 3041 | -<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_search_async (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *manager</code></em>, |
| 3042 | - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>, |
| 3043 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> type_mask</code></em>, |
| 3044 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, |
| 3045 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> |
| 3046 | -<p> |
| 3047 | -Search for all the conversations containing <em class="parameter"><code>text</code></em>. |
| 3048 | -</p> |
| 3049 | -<div class="variablelist"><table border="0"> |
| 3050 | -<col align="left" valign="top"> |
| 3051 | -<tbody> |
| 3052 | -<tr> |
| 3053 | -<td><p><span class="term"><em class="parameter"><code>manager</code></em>Â :</span></p></td> |
| 3054 | -<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 3055 | -</td> |
| 3056 | -</tr> |
| 3057 | -<tr> |
| 3058 | -<td><p><span class="term"><em class="parameter"><code>text</code></em>Â :</span></p></td> |
| 3059 | -<td>the pattern to search</td> |
| 3060 | -</tr> |
| 3061 | -<tr> |
| 3062 | -<td><p><span class="term"><em class="parameter"><code>type_mask</code></em>Â :</span></p></td> |
| 3063 | -<td>event type filter see <a class="link" href="TplLogManager.html#TplEventTypeMask" title="enum TplEventTypeMask"><span class="type">TplEventTypeMask</span></a> |
| 3064 | -</td> |
| 3065 | -</tr> |
| 3066 | -<tr> |
| 3067 | -<td><p><span class="term"><em class="parameter"><code>callback</code></em>Â :</span></p></td> |
| 3068 | -<td>a callback to call when the request is satisfied</td> |
| 3069 | -</tr> |
| 3070 | -<tr> |
| 3071 | -<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â :</span></p></td> |
| 3072 | -<td>data to pass to <em class="parameter"><code>callback</code></em> |
| 3073 | -</td> |
| 3074 | -</tr> |
| 3075 | -</tbody> |
| 3076 | -</table></div> |
| 3077 | -</div> |
| 3078 | -<hr> |
| 3079 | -<div class="refsect2"> |
| 3080 | -<a name="tpl-log-manager-search-finish"></a><h3>tpl_log_manager_search_finish ()</h3> |
| 3081 | -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> tpl_log_manager_search_finish (<em class="parameter"><code><a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> *self</code></em>, |
| 3082 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, |
| 3083 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **hits</code></em>, |
| 3084 | - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> |
| 3085 | -<div class="variablelist"><table border="0"> |
| 3086 | -<col align="left" valign="top"> |
| 3087 | -<tbody> |
| 3088 | -<tr> |
| 3089 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3090 | -<td>a <a class="link" href="TplLogManager.html" title="TplLogManager"><span class="type">TplLogManager</span></a> |
| 3091 | -</td> |
| 3092 | -</tr> |
| 3093 | -<tr> |
| 3094 | -<td><p><span class="term"><em class="parameter"><code>result</code></em>Â :</span></p></td> |
| 3095 | -<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> |
| 3096 | -</td> |
| 3097 | -</tr> |
| 3098 | -<tr> |
| 3099 | -<td><p><span class="term"><em class="parameter"><code>hits</code></em>Â :</span></p></td> |
| 3100 | -<td>a |
| 3101 | -pointer to a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> used to return the list of <span class="type">TplLogSearchHit</span>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> TelepathyLogger.SearchHit]</span> |
| 3102 | -</td> |
| 3103 | -</tr> |
| 3104 | -<tr> |
| 3105 | -<td><p><span class="term"><em class="parameter"><code>error</code></em>Â :</span></p></td> |
| 3106 | -<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to fill</td> |
| 3107 | -</tr> |
| 3108 | -<tr> |
| 3109 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3110 | -<td> |
| 3111 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if the operation was successful, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> |
| 3112 | -</td> |
| 3113 | -</tr> |
| 3114 | -</tbody> |
| 3115 | -</table></div> |
| 3116 | -</div> |
| 3117 | -<hr> |
| 3118 | -<div class="refsect2"> |
| 3119 | -<a name="tpl-log-manager-search-free"></a><h3>tpl_log_manager_search_free ()</h3> |
| 3120 | -<pre class="programlisting"><span class="returnvalue">void</span> tpl_log_manager_search_free (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *hits</code></em>);</pre> |
| 3121 | -<p> |
| 3122 | -</p> |
| 3123 | -</div> |
| 3124 | -</div> |
| 3125 | -</div> |
| 3126 | -<div class="footer"> |
| 3127 | -<hr> |
| 3128 | - Generated by GTK-Doc V1.18</div> |
| 3129 | -</body> |
| 3130 | -</html> |
| 3131 | \ No newline at end of file |
| 3132 | |
| 3133 | === added file 'doc/reference/libtelepathy-logger/html/TplTextEvent.html' |
| 3134 | --- doc/reference/libtelepathy-logger/html/TplTextEvent.html 1970-01-01 00:00:00 +0000 |
| 3135 | +++ doc/reference/libtelepathy-logger/html/TplTextEvent.html 2012-10-25 23:21:20 +0000 |
| 3136 | @@ -0,0 +1,264 @@ |
| 3137 | +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 3138 | +<html> |
| 3139 | +<head> |
| 3140 | +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 3141 | +<title>TplTextEvent</title> |
| 3142 | +<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> |
| 3143 | +<link rel="home" href="index.html" title="telepathy-logger Reference Manual"> |
| 3144 | +<link rel="up" href="ch-public.html" title="libtelepathy-logger API"> |
| 3145 | +<link rel="prev" href="TplEvent.html" title="TplEvent"> |
| 3146 | +<link rel="next" href="TplEntity.html" title="TplEntity"> |
| 3147 | +<meta name="generator" content="GTK-Doc V1.18 (XML mode)"> |
| 3148 | +<link rel="stylesheet" href="style.css" type="text/css"> |
| 3149 | +</head> |
| 3150 | +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
| 3151 | +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> |
| 3152 | +<tr valign="middle"> |
| 3153 | +<td><a accesskey="p" href="TplEvent.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> |
| 3154 | +<td><a accesskey="u" href="ch-public.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> |
| 3155 | +<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> |
| 3156 | +<th width="100%" align="center">telepathy-logger Reference Manual</th> |
| 3157 | +<td><a accesskey="n" href="TplEntity.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> |
| 3158 | +</tr> |
| 3159 | +<tr><td colspan="5" class="shortcuts"> |
| 3160 | +<a href="#TplTextEvent.synopsis" class="shortcut">Top</a> |
| 3161 | + Â |Â |
| 3162 | + <a href="#TplTextEvent.description" class="shortcut">Description</a> |
| 3163 | + Â |Â |
| 3164 | + <a href="#TplTextEvent.object-hierarchy" class="shortcut">Object Hierarchy</a> |
| 3165 | + Â |Â |
| 3166 | + <a href="#TplTextEvent.properties" class="shortcut">Properties</a> |
| 3167 | +</td></tr> |
| 3168 | +</table> |
| 3169 | +<div class="refentry"> |
| 3170 | +<a name="TplTextEvent"></a><div class="titlepage"></div> |
| 3171 | +<div class="refnamediv"><table width="100%"><tr> |
| 3172 | +<td valign="top"> |
| 3173 | +<h2><span class="refentrytitle"><a name="TplTextEvent.top_of_page"></a>TplTextEvent</span></h2> |
| 3174 | +<p>TplTextEvent — Representation of a text log event</p> |
| 3175 | +</td> |
| 3176 | +<td valign="top" align="right"></td> |
| 3177 | +</tr></table></div> |
| 3178 | +<div class="refsynopsisdiv"> |
| 3179 | +<a name="TplTextEvent.synopsis"></a><h2>Synopsis</h2> |
| 3180 | +<pre class="synopsis"> <a class="link" href="TplTextEvent.html#TplTextEvent-struct" title="TplTextEvent">TplTextEvent</a>; |
| 3181 | + <a class="link" href="TplTextEvent.html#TplTextEventClass" title="TplTextEventClass">TplTextEventClass</a>; |
| 3182 | + <a class="link" href="TplTextEvent.html#TplTextEventPriv" title="TplTextEventPriv">TplTextEventPriv</a>; |
| 3183 | +<span class="returnvalue">gint64</span> <a class="link" href="TplTextEvent.html#tpl-text-event-get-edit-timestamp" title="tpl_text_event_get_edit_timestamp ()">tpl_text_event_get_edit_timestamp</a> (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3184 | +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplTextEvent.html#tpl-text-event-get-message" title="tpl_text_event_get_message ()">tpl_text_event_get_message</a> (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3185 | +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplTextEvent.html#tpl-text-event-get-message-token" title="tpl_text_event_get_message_token ()">tpl_text_event_get_message_token</a> (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3186 | +<a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-enums.html#TpChannelTextMessageType"><span class="returnvalue">TpChannelTextMessageType</span></a> <a class="link" href="TplTextEvent.html#tpl-text-event-get-message-type" title="tpl_text_event_get_message_type ()">tpl_text_event_get_message_type</a> |
| 3187 | + (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3188 | +<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="TplTextEvent.html#tpl-text-event-get-supersedes" title="tpl_text_event_get_supersedes ()">tpl_text_event_get_supersedes</a> (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3189 | +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplTextEvent.html#tpl-text-event-get-supersedes-token" title="tpl_text_event_get_supersedes_token ()">tpl_text_event_get_supersedes_token</a> (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3190 | +</pre> |
| 3191 | +</div> |
| 3192 | +<div class="refsect1"> |
| 3193 | +<a name="TplTextEvent.object-hierarchy"></a><h2>Object Hierarchy</h2> |
| 3194 | +<pre class="synopsis"> |
| 3195 | + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> |
| 3196 | + +----<a class="link" href="TplEvent.html" title="TplEvent">TplEvent</a> |
| 3197 | + +----TplTextEvent |
| 3198 | +</pre> |
| 3199 | +</div> |
| 3200 | +<div class="refsect1"> |
| 3201 | +<a name="TplTextEvent.properties"></a><h2>Properties</h2> |
| 3202 | +<pre class="synopsis"> |
| 3203 | + "<a class="link" href="TplTextEvent.html#TplTextEvent--edit-timestamp" title='The "edit-timestamp" property'>edit-timestamp</a>" <span class="type">gint64</span> : Read / Write / Construct Only |
| 3204 | + "<a class="link" href="TplTextEvent.html#TplTextEvent--message" title='The "message" property'>message</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 3205 | + "<a class="link" href="TplTextEvent.html#TplTextEvent--message-token" title='The "message-token" property'>message-token</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 3206 | + "<a class="link" href="TplTextEvent.html#TplTextEvent--message-type" title='The "message-type" property'>message-type</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct Only |
| 3207 | + "<a class="link" href="TplTextEvent.html#TplTextEvent--supersedes-token" title='The "supersedes-token" property'>supersedes-token</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 3208 | +</pre> |
| 3209 | +</div> |
| 3210 | +<div class="refsect1"> |
| 3211 | +<a name="TplTextEvent.description"></a><h2>Description</h2> |
| 3212 | +<p> |
| 3213 | +A subclass of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> representing a text log event. |
| 3214 | +</p> |
| 3215 | +</div> |
| 3216 | +<div class="refsect1"> |
| 3217 | +<a name="TplTextEvent.details"></a><h2>Details</h2> |
| 3218 | +<div class="refsect2"> |
| 3219 | +<a name="TplTextEvent-struct"></a><h3>TplTextEvent</h3> |
| 3220 | +<pre class="programlisting">typedef struct _TplTextEvent TplTextEvent;</pre> |
| 3221 | +<p> |
| 3222 | +An object representing a text log event. |
| 3223 | +</p> |
| 3224 | +</div> |
| 3225 | +<hr> |
| 3226 | +<div class="refsect2"> |
| 3227 | +<a name="TplTextEventClass"></a><h3>TplTextEventClass</h3> |
| 3228 | +<pre class="programlisting">typedef struct _TplTextEventClass TplTextEventClass;</pre> |
| 3229 | +<p> |
| 3230 | +</p> |
| 3231 | +</div> |
| 3232 | +<hr> |
| 3233 | +<div class="refsect2"> |
| 3234 | +<a name="TplTextEventPriv"></a><h3>TplTextEventPriv</h3> |
| 3235 | +<pre class="programlisting">typedef struct _TplTextEventPriv TplTextEventPriv;</pre> |
| 3236 | +<p> |
| 3237 | +</p> |
| 3238 | +</div> |
| 3239 | +<hr> |
| 3240 | +<div class="refsect2"> |
| 3241 | +<a name="tpl-text-event-get-edit-timestamp"></a><h3>tpl_text_event_get_edit_timestamp ()</h3> |
| 3242 | +<pre class="programlisting"><span class="returnvalue">gint64</span> tpl_text_event_get_edit_timestamp (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3243 | +<div class="variablelist"><table border="0"> |
| 3244 | +<col align="left" valign="top"> |
| 3245 | +<tbody> |
| 3246 | +<tr> |
| 3247 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3248 | +<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3249 | +</td> |
| 3250 | +</tr> |
| 3251 | +<tr> |
| 3252 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3253 | +<td>the same value as the <a class="link" href="TplTextEvent.html#TplTextEvent--edit-timestamp" title='The "edit-timestamp" property'><span class="type">"edit-timestamp"</span></a> property</td> |
| 3254 | +</tr> |
| 3255 | +</tbody> |
| 3256 | +</table></div> |
| 3257 | +</div> |
| 3258 | +<hr> |
| 3259 | +<div class="refsect2"> |
| 3260 | +<a name="tpl-text-event-get-message"></a><h3>tpl_text_event_get_message ()</h3> |
| 3261 | +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_text_event_get_message (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3262 | +<div class="variablelist"><table border="0"> |
| 3263 | +<col align="left" valign="top"> |
| 3264 | +<tbody> |
| 3265 | +<tr> |
| 3266 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3267 | +<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3268 | +</td> |
| 3269 | +</tr> |
| 3270 | +<tr> |
| 3271 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3272 | +<td>the same message as the <a class="link" href="TplTextEvent.html#TplTextEvent--message" title='The "message" property'><span class="type">"message"</span></a> property</td> |
| 3273 | +</tr> |
| 3274 | +</tbody> |
| 3275 | +</table></div> |
| 3276 | +</div> |
| 3277 | +<hr> |
| 3278 | +<div class="refsect2"> |
| 3279 | +<a name="tpl-text-event-get-message-token"></a><h3>tpl_text_event_get_message_token ()</h3> |
| 3280 | +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_text_event_get_message_token (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3281 | +<div class="variablelist"><table border="0"> |
| 3282 | +<col align="left" valign="top"> |
| 3283 | +<tbody> |
| 3284 | +<tr> |
| 3285 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3286 | +<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3287 | +</td> |
| 3288 | +</tr> |
| 3289 | +<tr> |
| 3290 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3291 | +<td>the same message as the <a class="link" href="TplTextEvent.html#TplTextEvent--message-token" title='The "message-token" property'><span class="type">"message-token"</span></a> property</td> |
| 3292 | +</tr> |
| 3293 | +</tbody> |
| 3294 | +</table></div> |
| 3295 | +</div> |
| 3296 | +<hr> |
| 3297 | +<div class="refsect2"> |
| 3298 | +<a name="tpl-text-event-get-message-type"></a><h3>tpl_text_event_get_message_type ()</h3> |
| 3299 | +<pre class="programlisting"><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-enums.html#TpChannelTextMessageType"><span class="returnvalue">TpChannelTextMessageType</span></a> tpl_text_event_get_message_type |
| 3300 | + (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3301 | +<div class="variablelist"><table border="0"> |
| 3302 | +<col align="left" valign="top"> |
| 3303 | +<tbody> |
| 3304 | +<tr> |
| 3305 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3306 | +<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3307 | +</td> |
| 3308 | +</tr> |
| 3309 | +<tr> |
| 3310 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3311 | +<td>the same message as the <a class="link" href="TplTextEvent.html#TplTextEvent--message-type" title='The "message-type" property'><span class="type">"message-type"</span></a> property</td> |
| 3312 | +</tr> |
| 3313 | +</tbody> |
| 3314 | +</table></div> |
| 3315 | +</div> |
| 3316 | +<hr> |
| 3317 | +<div class="refsect2"> |
| 3318 | +<a name="tpl-text-event-get-supersedes"></a><h3>tpl_text_event_get_supersedes ()</h3> |
| 3319 | +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * tpl_text_event_get_supersedes (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3320 | +<div class="variablelist"><table border="0"> |
| 3321 | +<col align="left" valign="top"> |
| 3322 | +<tbody> |
| 3323 | +<tr> |
| 3324 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3325 | +<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3326 | +</td> |
| 3327 | +</tr> |
| 3328 | +<tr> |
| 3329 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3330 | +<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> |
| 3331 | +of <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> that this event |
| 3332 | +supersedes. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> TelepathyLogger.TextEvent]</span> |
| 3333 | +</td> |
| 3334 | +</tr> |
| 3335 | +</tbody> |
| 3336 | +</table></div> |
| 3337 | +</div> |
| 3338 | +<hr> |
| 3339 | +<div class="refsect2"> |
| 3340 | +<a name="tpl-text-event-get-supersedes-token"></a><h3>tpl_text_event_get_supersedes_token ()</h3> |
| 3341 | +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_text_event_get_supersedes_token (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3342 | +<div class="variablelist"><table border="0"> |
| 3343 | +<col align="left" valign="top"> |
| 3344 | +<tbody> |
| 3345 | +<tr> |
| 3346 | +<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3347 | +<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3348 | +</td> |
| 3349 | +</tr> |
| 3350 | +<tr> |
| 3351 | +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3352 | +<td>the same message as the <a class="link" href="TplTextEvent.html#TplTextEvent--supersedes-token" title='The "supersedes-token" property'><span class="type">"supersedes-token"</span></a> property</td> |
| 3353 | +</tr> |
| 3354 | +</tbody> |
| 3355 | +</table></div> |
| 3356 | +</div> |
| 3357 | +</div> |
| 3358 | +<div class="refsect1"> |
| 3359 | +<a name="TplTextEvent.property-details"></a><h2>Property Details</h2> |
| 3360 | +<div class="refsect2"> |
| 3361 | +<a name="TplTextEvent--edit-timestamp"></a><h3>The <code class="literal">"edit-timestamp"</code> property</h3> |
| 3362 | +<pre class="programlisting"> "edit-timestamp" <span class="type">gint64</span> : Read / Write / Construct Only</pre> |
| 3363 | +<p>message-{sent,received} if this is an edit, or 0 otherwise.</p> |
| 3364 | +<p>Default value: 0</p> |
| 3365 | +</div> |
| 3366 | +<hr> |
| 3367 | +<div class="refsect2"> |
| 3368 | +<a name="TplTextEvent--message"></a><h3>The <code class="literal">"message"</code> property</h3> |
| 3369 | +<pre class="programlisting"> "message" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 3370 | +<p>The text message of the log event.</p> |
| 3371 | +<p>Default value: NULL</p> |
| 3372 | +</div> |
| 3373 | +<hr> |
| 3374 | +<div class="refsect2"> |
| 3375 | +<a name="TplTextEvent--message-token"></a><h3>The <code class="literal">"message-token"</code> property</h3> |
| 3376 | +<pre class="programlisting"> "message-token" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 3377 | +<p>The message-token field of this message.</p> |
| 3378 | +<p>Default value: NULL</p> |
| 3379 | +</div> |
| 3380 | +<hr> |
| 3381 | +<div class="refsect2"> |
| 3382 | +<a name="TplTextEvent--message-type"></a><h3>The <code class="literal">"message-type"</code> property</h3> |
| 3383 | +<pre class="programlisting"> "message-type" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct Only</pre> |
| 3384 | +<p>The message type for a Text log event.</p> |
| 3385 | +<p>Default value: 0</p> |
| 3386 | +</div> |
| 3387 | +<hr> |
| 3388 | +<div class="refsect2"> |
| 3389 | +<a name="TplTextEvent--supersedes-token"></a><h3>The <code class="literal">"supersedes-token"</code> property</h3> |
| 3390 | +<pre class="programlisting"> "supersedes-token" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 3391 | +<p>The message-token field of the message that this one supersedes.</p> |
| 3392 | +<p>Default value: NULL</p> |
| 3393 | +</div> |
| 3394 | +</div> |
| 3395 | +</div> |
| 3396 | +<div class="footer"> |
| 3397 | +<hr> |
| 3398 | + Generated by GTK-Doc V1.18</div> |
| 3399 | +</body> |
| 3400 | +</html> |
| 3401 | \ No newline at end of file |
| 3402 | |
| 3403 | === removed file 'doc/reference/libtelepathy-logger/html/TplTextEvent.html' |
| 3404 | --- doc/reference/libtelepathy-logger/html/TplTextEvent.html 2012-04-03 16:57:44 +0000 |
| 3405 | +++ doc/reference/libtelepathy-logger/html/TplTextEvent.html 1970-01-01 00:00:00 +0000 |
| 3406 | @@ -1,264 +0,0 @@ |
| 3407 | -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 3408 | -<html> |
| 3409 | -<head> |
| 3410 | -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 3411 | -<title>TplTextEvent</title> |
| 3412 | -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> |
| 3413 | -<link rel="home" href="index.html" title="telepathy-logger Reference Manual"> |
| 3414 | -<link rel="up" href="ch-public.html" title="libtelepathy-logger API"> |
| 3415 | -<link rel="prev" href="TplEvent.html" title="TplEvent"> |
| 3416 | -<link rel="next" href="TplEntity.html" title="TplEntity"> |
| 3417 | -<meta name="generator" content="GTK-Doc V1.18 (XML mode)"> |
| 3418 | -<link rel="stylesheet" href="style.css" type="text/css"> |
| 3419 | -</head> |
| 3420 | -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
| 3421 | -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> |
| 3422 | -<tr valign="middle"> |
| 3423 | -<td><a accesskey="p" href="TplEvent.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> |
| 3424 | -<td><a accesskey="u" href="ch-public.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> |
| 3425 | -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> |
| 3426 | -<th width="100%" align="center">telepathy-logger Reference Manual</th> |
| 3427 | -<td><a accesskey="n" href="TplEntity.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> |
| 3428 | -</tr> |
| 3429 | -<tr><td colspan="5" class="shortcuts"> |
| 3430 | -<a href="#TplTextEvent.synopsis" class="shortcut">Top</a> |
| 3431 | - Â |Â |
| 3432 | - <a href="#TplTextEvent.description" class="shortcut">Description</a> |
| 3433 | - Â |Â |
| 3434 | - <a href="#TplTextEvent.object-hierarchy" class="shortcut">Object Hierarchy</a> |
| 3435 | - Â |Â |
| 3436 | - <a href="#TplTextEvent.properties" class="shortcut">Properties</a> |
| 3437 | -</td></tr> |
| 3438 | -</table> |
| 3439 | -<div class="refentry"> |
| 3440 | -<a name="TplTextEvent"></a><div class="titlepage"></div> |
| 3441 | -<div class="refnamediv"><table width="100%"><tr> |
| 3442 | -<td valign="top"> |
| 3443 | -<h2><span class="refentrytitle"><a name="TplTextEvent.top_of_page"></a>TplTextEvent</span></h2> |
| 3444 | -<p>TplTextEvent — Representation of a text log event</p> |
| 3445 | -</td> |
| 3446 | -<td valign="top" align="right"></td> |
| 3447 | -</tr></table></div> |
| 3448 | -<div class="refsynopsisdiv"> |
| 3449 | -<a name="TplTextEvent.synopsis"></a><h2>Synopsis</h2> |
| 3450 | -<pre class="synopsis"> <a class="link" href="TplTextEvent.html#TplTextEvent-struct" title="TplTextEvent">TplTextEvent</a>; |
| 3451 | - <a class="link" href="TplTextEvent.html#TplTextEventClass" title="TplTextEventClass">TplTextEventClass</a>; |
| 3452 | - <a class="link" href="TplTextEvent.html#TplTextEventPriv" title="TplTextEventPriv">TplTextEventPriv</a>; |
| 3453 | -<span class="returnvalue">gint64</span> <a class="link" href="TplTextEvent.html#tpl-text-event-get-edit-timestamp" title="tpl_text_event_get_edit_timestamp ()">tpl_text_event_get_edit_timestamp</a> (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3454 | -const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplTextEvent.html#tpl-text-event-get-message" title="tpl_text_event_get_message ()">tpl_text_event_get_message</a> (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3455 | -const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplTextEvent.html#tpl-text-event-get-message-token" title="tpl_text_event_get_message_token ()">tpl_text_event_get_message_token</a> (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3456 | -<a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-enums.html#TpChannelTextMessageType"><span class="returnvalue">TpChannelTextMessageType</span></a> <a class="link" href="TplTextEvent.html#tpl-text-event-get-message-type" title="tpl_text_event_get_message_type ()">tpl_text_event_get_message_type</a> |
| 3457 | - (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3458 | -<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="TplTextEvent.html#tpl-text-event-get-supersedes" title="tpl_text_event_get_supersedes ()">tpl_text_event_get_supersedes</a> (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3459 | -const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="TplTextEvent.html#tpl-text-event-get-supersedes-token" title="tpl_text_event_get_supersedes_token ()">tpl_text_event_get_supersedes_token</a> (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>); |
| 3460 | -</pre> |
| 3461 | -</div> |
| 3462 | -<div class="refsect1"> |
| 3463 | -<a name="TplTextEvent.object-hierarchy"></a><h2>Object Hierarchy</h2> |
| 3464 | -<pre class="synopsis"> |
| 3465 | - <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> |
| 3466 | - +----<a class="link" href="TplEvent.html" title="TplEvent">TplEvent</a> |
| 3467 | - +----TplTextEvent |
| 3468 | -</pre> |
| 3469 | -</div> |
| 3470 | -<div class="refsect1"> |
| 3471 | -<a name="TplTextEvent.properties"></a><h2>Properties</h2> |
| 3472 | -<pre class="synopsis"> |
| 3473 | - "<a class="link" href="TplTextEvent.html#TplTextEvent--edit-timestamp" title='The "edit-timestamp" property'>edit-timestamp</a>" <span class="type">gint64</span> : Read / Write / Construct Only |
| 3474 | - "<a class="link" href="TplTextEvent.html#TplTextEvent--message" title='The "message" property'>message</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 3475 | - "<a class="link" href="TplTextEvent.html#TplTextEvent--message-token" title='The "message-token" property'>message-token</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 3476 | - "<a class="link" href="TplTextEvent.html#TplTextEvent--message-type" title='The "message-type" property'>message-type</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct Only |
| 3477 | - "<a class="link" href="TplTextEvent.html#TplTextEvent--supersedes-token" title='The "supersedes-token" property'>supersedes-token</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only |
| 3478 | -</pre> |
| 3479 | -</div> |
| 3480 | -<div class="refsect1"> |
| 3481 | -<a name="TplTextEvent.description"></a><h2>Description</h2> |
| 3482 | -<p> |
| 3483 | -A subclass of <a class="link" href="TplEvent.html" title="TplEvent"><span class="type">TplEvent</span></a> representing a text log event. |
| 3484 | -</p> |
| 3485 | -</div> |
| 3486 | -<div class="refsect1"> |
| 3487 | -<a name="TplTextEvent.details"></a><h2>Details</h2> |
| 3488 | -<div class="refsect2"> |
| 3489 | -<a name="TplTextEvent-struct"></a><h3>TplTextEvent</h3> |
| 3490 | -<pre class="programlisting">typedef struct _TplTextEvent TplTextEvent;</pre> |
| 3491 | -<p> |
| 3492 | -An object representing a text log event. |
| 3493 | -</p> |
| 3494 | -</div> |
| 3495 | -<hr> |
| 3496 | -<div class="refsect2"> |
| 3497 | -<a name="TplTextEventClass"></a><h3>TplTextEventClass</h3> |
| 3498 | -<pre class="programlisting">typedef struct _TplTextEventClass TplTextEventClass;</pre> |
| 3499 | -<p> |
| 3500 | -</p> |
| 3501 | -</div> |
| 3502 | -<hr> |
| 3503 | -<div class="refsect2"> |
| 3504 | -<a name="TplTextEventPriv"></a><h3>TplTextEventPriv</h3> |
| 3505 | -<pre class="programlisting">typedef struct _TplTextEventPriv TplTextEventPriv;</pre> |
| 3506 | -<p> |
| 3507 | -</p> |
| 3508 | -</div> |
| 3509 | -<hr> |
| 3510 | -<div class="refsect2"> |
| 3511 | -<a name="tpl-text-event-get-edit-timestamp"></a><h3>tpl_text_event_get_edit_timestamp ()</h3> |
| 3512 | -<pre class="programlisting"><span class="returnvalue">gint64</span> tpl_text_event_get_edit_timestamp (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3513 | -<div class="variablelist"><table border="0"> |
| 3514 | -<col align="left" valign="top"> |
| 3515 | -<tbody> |
| 3516 | -<tr> |
| 3517 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3518 | -<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3519 | -</td> |
| 3520 | -</tr> |
| 3521 | -<tr> |
| 3522 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3523 | -<td>the same value as the <a class="link" href="TplTextEvent.html#TplTextEvent--edit-timestamp" title='The "edit-timestamp" property'><span class="type">"edit-timestamp"</span></a> property</td> |
| 3524 | -</tr> |
| 3525 | -</tbody> |
| 3526 | -</table></div> |
| 3527 | -</div> |
| 3528 | -<hr> |
| 3529 | -<div class="refsect2"> |
| 3530 | -<a name="tpl-text-event-get-message"></a><h3>tpl_text_event_get_message ()</h3> |
| 3531 | -<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_text_event_get_message (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3532 | -<div class="variablelist"><table border="0"> |
| 3533 | -<col align="left" valign="top"> |
| 3534 | -<tbody> |
| 3535 | -<tr> |
| 3536 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3537 | -<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3538 | -</td> |
| 3539 | -</tr> |
| 3540 | -<tr> |
| 3541 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3542 | -<td>the same message as the <a class="link" href="TplTextEvent.html#TplTextEvent--message" title='The "message" property'><span class="type">"message"</span></a> property</td> |
| 3543 | -</tr> |
| 3544 | -</tbody> |
| 3545 | -</table></div> |
| 3546 | -</div> |
| 3547 | -<hr> |
| 3548 | -<div class="refsect2"> |
| 3549 | -<a name="tpl-text-event-get-message-token"></a><h3>tpl_text_event_get_message_token ()</h3> |
| 3550 | -<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_text_event_get_message_token (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3551 | -<div class="variablelist"><table border="0"> |
| 3552 | -<col align="left" valign="top"> |
| 3553 | -<tbody> |
| 3554 | -<tr> |
| 3555 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3556 | -<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3557 | -</td> |
| 3558 | -</tr> |
| 3559 | -<tr> |
| 3560 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3561 | -<td>the same message as the <a class="link" href="TplTextEvent.html#TplTextEvent--message-token" title='The "message-token" property'><span class="type">"message-token"</span></a> property</td> |
| 3562 | -</tr> |
| 3563 | -</tbody> |
| 3564 | -</table></div> |
| 3565 | -</div> |
| 3566 | -<hr> |
| 3567 | -<div class="refsect2"> |
| 3568 | -<a name="tpl-text-event-get-message-type"></a><h3>tpl_text_event_get_message_type ()</h3> |
| 3569 | -<pre class="programlisting"><a href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-enums.html#TpChannelTextMessageType"><span class="returnvalue">TpChannelTextMessageType</span></a> tpl_text_event_get_message_type |
| 3570 | - (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3571 | -<div class="variablelist"><table border="0"> |
| 3572 | -<col align="left" valign="top"> |
| 3573 | -<tbody> |
| 3574 | -<tr> |
| 3575 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3576 | -<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3577 | -</td> |
| 3578 | -</tr> |
| 3579 | -<tr> |
| 3580 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3581 | -<td>the same message as the <a class="link" href="TplTextEvent.html#TplTextEvent--message-type" title='The "message-type" property'><span class="type">"message-type"</span></a> property</td> |
| 3582 | -</tr> |
| 3583 | -</tbody> |
| 3584 | -</table></div> |
| 3585 | -</div> |
| 3586 | -<hr> |
| 3587 | -<div class="refsect2"> |
| 3588 | -<a name="tpl-text-event-get-supersedes"></a><h3>tpl_text_event_get_supersedes ()</h3> |
| 3589 | -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * tpl_text_event_get_supersedes (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3590 | -<div class="variablelist"><table border="0"> |
| 3591 | -<col align="left" valign="top"> |
| 3592 | -<tbody> |
| 3593 | -<tr> |
| 3594 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3595 | -<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3596 | -</td> |
| 3597 | -</tr> |
| 3598 | -<tr> |
| 3599 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3600 | -<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> |
| 3601 | -of <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> that this event |
| 3602 | -supersedes. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> TelepathyLogger.TextEvent]</span> |
| 3603 | -</td> |
| 3604 | -</tr> |
| 3605 | -</tbody> |
| 3606 | -</table></div> |
| 3607 | -</div> |
| 3608 | -<hr> |
| 3609 | -<div class="refsect2"> |
| 3610 | -<a name="tpl-text-event-get-supersedes-token"></a><h3>tpl_text_event_get_supersedes_token ()</h3> |
| 3611 | -<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * tpl_text_event_get_supersedes_token (<em class="parameter"><code><a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> *self</code></em>);</pre> |
| 3612 | -<div class="variablelist"><table border="0"> |
| 3613 | -<col align="left" valign="top"> |
| 3614 | -<tbody> |
| 3615 | -<tr> |
| 3616 | -<td><p><span class="term"><em class="parameter"><code>self</code></em>Â :</span></p></td> |
| 3617 | -<td>a <a class="link" href="TplTextEvent.html" title="TplTextEvent"><span class="type">TplTextEvent</span></a> |
| 3618 | -</td> |
| 3619 | -</tr> |
| 3620 | -<tr> |
| 3621 | -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â :</span></p></td> |
| 3622 | -<td>the same message as the <a class="link" href="TplTextEvent.html#TplTextEvent--supersedes-token" title='The "supersedes-token" property'><span class="type">"supersedes-token"</span></a> property</td> |
| 3623 | -</tr> |
| 3624 | -</tbody> |
| 3625 | -</table></div> |
| 3626 | -</div> |
| 3627 | -</div> |
| 3628 | -<div class="refsect1"> |
| 3629 | -<a name="TplTextEvent.property-details"></a><h2>Property Details</h2> |
| 3630 | -<div class="refsect2"> |
| 3631 | -<a name="TplTextEvent--edit-timestamp"></a><h3>The <code class="literal">"edit-timestamp"</code> property</h3> |
| 3632 | -<pre class="programlisting"> "edit-timestamp" <span class="type">gint64</span> : Read / Write / Construct Only</pre> |
| 3633 | -<p>message-{sent,received} if this is an edit, or 0 otherwise.</p> |
| 3634 | -<p>Default value: 0</p> |
| 3635 | -</div> |
| 3636 | -<hr> |
| 3637 | -<div class="refsect2"> |
| 3638 | -<a name="TplTextEvent--message"></a><h3>The <code class="literal">"message"</code> property</h3> |
| 3639 | -<pre class="programlisting"> "message" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 3640 | -<p>The text message of the log event.</p> |
| 3641 | -<p>Default value: NULL</p> |
| 3642 | -</div> |
| 3643 | -<hr> |
| 3644 | -<div class="refsect2"> |
| 3645 | -<a name="TplTextEvent--message-token"></a><h3>The <code class="literal">"message-token"</code> property</h3> |
| 3646 | -<pre class="programlisting"> "message-token" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 3647 | -<p>The message-token field of this message.</p> |
| 3648 | -<p>Default value: NULL</p> |
| 3649 | -</div> |
| 3650 | -<hr> |
| 3651 | -<div class="refsect2"> |
| 3652 | -<a name="TplTextEvent--message-type"></a><h3>The <code class="literal">"message-type"</code> property</h3> |
| 3653 | -<pre class="programlisting"> "message-type" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct Only</pre> |
| 3654 | -<p>The message type for a Text log event.</p> |
| 3655 | -<p>Default value: 0</p> |
| 3656 | -</div> |
| 3657 | -<hr> |
| 3658 | -<div class="refsect2"> |
| 3659 | -<a name="TplTextEvent--supersedes-token"></a><h3>The <code class="literal">"supersedes-token"</code> property</h3> |
| 3660 | -<pre class="programlisting"> "supersedes-token" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> |
| 3661 | -<p>The message-token field of the message that this one supersedes.</p> |
| 3662 | -<p>Default value: NULL</p> |
| 3663 | -</div> |
| 3664 | -</div> |
| 3665 | -</div> |
| 3666 | -<div class="footer"> |
| 3667 | -<hr> |
| 3668 | - Generated by GTK-Doc V1.18</div> |
| 3669 | -</body> |
| 3670 | -</html> |
| 3671 | \ No newline at end of file |
| 3672 | |
| 3673 | === added file 'doc/reference/libtelepathy-logger/html/index.sgml' |
| 3674 | --- doc/reference/libtelepathy-logger/html/index.sgml 1970-01-01 00:00:00 +0000 |
| 3675 | +++ doc/reference/libtelepathy-logger/html/index.sgml 2012-10-25 23:21:20 +0000 |
| 3676 | @@ -0,0 +1,98 @@ |
| 3677 | +<ANCHOR id="TplLogManager" href="telepathy-logger/TplLogManager.html"> |
| 3678 | +<ANCHOR id="TplLogManager.synopsis" href="telepathy-logger/TplLogManager.html#TplLogManager.synopsis"> |
| 3679 | +<ANCHOR id="TplLogManager.object-hierarchy" href="telepathy-logger/TplLogManager.html#TplLogManager.object-hierarchy"> |
| 3680 | +<ANCHOR id="TplLogManager.description" href="telepathy-logger/TplLogManager.html#TplLogManager.description"> |
| 3681 | +<ANCHOR id="TplLogManager.details" href="telepathy-logger/TplLogManager.html#TplLogManager.details"> |
| 3682 | +<ANCHOR id="TPL-LOG-MANAGER-ERROR:CAPS" href="telepathy-logger/TplLogManager.html#TPL-LOG-MANAGER-ERROR:CAPS"> |
| 3683 | +<ANCHOR id="TPL-TYPE-LOG-SEARCH-HIT:CAPS" href="telepathy-logger/TplLogManager.html#TPL-TYPE-LOG-SEARCH-HIT:CAPS"> |
| 3684 | +<ANCHOR id="TplEventTypeMask" href="telepathy-logger/TplLogManager.html#TplEventTypeMask"> |
| 3685 | +<ANCHOR id="TPL-EVENT-MASK-TEXT:CAPS" href="telepathy-logger/TplLogManager.html#TPL-EVENT-MASK-TEXT:CAPS"> |
| 3686 | +<ANCHOR id="TPL-EVENT-MASK-CALL:CAPS" href="telepathy-logger/TplLogManager.html#TPL-EVENT-MASK-CALL:CAPS"> |
| 3687 | +<ANCHOR id="TPL-EVENT-MASK-ANY:CAPS" href="telepathy-logger/TplLogManager.html#TPL-EVENT-MASK-ANY:CAPS"> |
| 3688 | +<ANCHOR id="TplLogEventFilter" href="telepathy-logger/TplLogManager.html#TplLogEventFilter"> |
| 3689 | +<ANCHOR id="TplLogManager-struct" href="telepathy-logger/TplLogManager.html#TplLogManager-struct"> |
| 3690 | +<ANCHOR id="TplLogManagerError" href="telepathy-logger/TplLogManager.html#TplLogManagerError"> |
| 3691 | +<ANCHOR id="TPL-LOG-MANAGER-ERROR-ADD-EVENT:CAPS" href="telepathy-logger/TplLogManager.html#TPL-LOG-MANAGER-ERROR-ADD-EVENT:CAPS"> |
| 3692 | +<ANCHOR id="tpl-log-manager-dup-singleton" href="telepathy-logger/TplLogManager.html#tpl-log-manager-dup-singleton"> |
| 3693 | +<ANCHOR id="tpl-log-manager-errors-quark" href="telepathy-logger/TplLogManager.html#tpl-log-manager-errors-quark"> |
| 3694 | +<ANCHOR id="tpl-log-manager-exists" href="telepathy-logger/TplLogManager.html#tpl-log-manager-exists"> |
| 3695 | +<ANCHOR id="tpl-log-manager-get-dates-async" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-dates-async"> |
| 3696 | +<ANCHOR id="tpl-log-manager-get-dates-finish" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-dates-finish"> |
| 3697 | +<ANCHOR id="tpl-log-manager-get-entities-async" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-entities-async"> |
| 3698 | +<ANCHOR id="tpl-log-manager-get-entities-finish" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-entities-finish"> |
| 3699 | +<ANCHOR id="tpl-log-manager-get-events-for-date-async" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-events-for-date-async"> |
| 3700 | +<ANCHOR id="tpl-log-manager-get-events-for-date-finish" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-events-for-date-finish"> |
| 3701 | +<ANCHOR id="tpl-log-manager-get-filtered-events-async" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-filtered-events-async"> |
| 3702 | +<ANCHOR id="tpl-log-manager-get-filtered-events-finish" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-filtered-events-finish"> |
| 3703 | +<ANCHOR id="tpl-log-manager-search-async" href="telepathy-logger/TplLogManager.html#tpl-log-manager-search-async"> |
| 3704 | +<ANCHOR id="tpl-log-manager-search-finish" href="telepathy-logger/TplLogManager.html#tpl-log-manager-search-finish"> |
| 3705 | +<ANCHOR id="tpl-log-manager-search-free" href="telepathy-logger/TplLogManager.html#tpl-log-manager-search-free"> |
| 3706 | +<ANCHOR id="TplEvent" href="telepathy-logger/TplEvent.html"> |
| 3707 | +<ANCHOR id="TplEvent.synopsis" href="telepathy-logger/TplEvent.html#TplEvent.synopsis"> |
| 3708 | +<ANCHOR id="TplEvent.object-hierarchy" href="telepathy-logger/TplEvent.html#TplEvent.object-hierarchy"> |
| 3709 | +<ANCHOR id="TplEvent.properties" href="telepathy-logger/TplEvent.html#TplEvent.properties"> |
| 3710 | +<ANCHOR id="TplEvent.description" href="telepathy-logger/TplEvent.html#TplEvent.description"> |
| 3711 | +<ANCHOR id="TplEvent.details" href="telepathy-logger/TplEvent.html#TplEvent.details"> |
| 3712 | +<ANCHOR id="TplEvent-struct" href="telepathy-logger/TplEvent.html#TplEvent-struct"> |
| 3713 | +<ANCHOR id="TplEventClass" href="telepathy-logger/TplEvent.html#TplEventClass"> |
| 3714 | +<ANCHOR id="TplEventPriv" href="telepathy-logger/TplEvent.html#TplEventPriv"> |
| 3715 | +<ANCHOR id="tpl-event-equal" href="telepathy-logger/TplEvent.html#tpl-event-equal"> |
| 3716 | +<ANCHOR id="tpl-event-get-account" href="telepathy-logger/TplEvent.html#tpl-event-get-account"> |
| 3717 | +<ANCHOR id="tpl-event-get-account-path" href="telepathy-logger/TplEvent.html#tpl-event-get-account-path"> |
| 3718 | +<ANCHOR id="tpl-event-get-receiver" href="telepathy-logger/TplEvent.html#tpl-event-get-receiver"> |
| 3719 | +<ANCHOR id="tpl-event-get-sender" href="telepathy-logger/TplEvent.html#tpl-event-get-sender"> |
| 3720 | +<ANCHOR id="tpl-event-get-timestamp" href="telepathy-logger/TplEvent.html#tpl-event-get-timestamp"> |
| 3721 | +<ANCHOR id="TplEvent.property-details" href="telepathy-logger/TplEvent.html#TplEvent.property-details"> |
| 3722 | +<ANCHOR id="TplEvent--account" href="telepathy-logger/TplEvent.html#TplEvent--account"> |
| 3723 | +<ANCHOR id="TplEvent--account-path" href="telepathy-logger/TplEvent.html#TplEvent--account-path"> |
| 3724 | +<ANCHOR id="TplEvent--channel-path" href="telepathy-logger/TplEvent.html#TplEvent--channel-path"> |
| 3725 | +<ANCHOR id="TplEvent--receiver" href="telepathy-logger/TplEvent.html#TplEvent--receiver"> |
| 3726 | +<ANCHOR id="TplEvent--sender" href="telepathy-logger/TplEvent.html#TplEvent--sender"> |
| 3727 | +<ANCHOR id="TplEvent--timestamp" href="telepathy-logger/TplEvent.html#TplEvent--timestamp"> |
| 3728 | +<ANCHOR id="TplEvent.see-also" href="telepathy-logger/TplEvent.html#TplEvent.see-also"> |
| 3729 | +<ANCHOR id="TplTextEvent" href="telepathy-logger/TplTextEvent.html"> |
| 3730 | +<ANCHOR id="TplTextEvent.synopsis" href="telepathy-logger/TplTextEvent.html#TplTextEvent.synopsis"> |
| 3731 | +<ANCHOR id="TplTextEvent.object-hierarchy" href="telepathy-logger/TplTextEvent.html#TplTextEvent.object-hierarchy"> |
| 3732 | +<ANCHOR id="TplTextEvent.properties" href="telepathy-logger/TplTextEvent.html#TplTextEvent.properties"> |
| 3733 | +<ANCHOR id="TplTextEvent.description" href="telepathy-logger/TplTextEvent.html#TplTextEvent.description"> |
| 3734 | +<ANCHOR id="TplTextEvent.details" href="telepathy-logger/TplTextEvent.html#TplTextEvent.details"> |
| 3735 | +<ANCHOR id="TplTextEvent-struct" href="telepathy-logger/TplTextEvent.html#TplTextEvent-struct"> |
| 3736 | +<ANCHOR id="TplTextEventClass" href="telepathy-logger/TplTextEvent.html#TplTextEventClass"> |
| 3737 | +<ANCHOR id="TplTextEventPriv" href="telepathy-logger/TplTextEvent.html#TplTextEventPriv"> |
| 3738 | +<ANCHOR id="tpl-text-event-get-edit-timestamp" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-edit-timestamp"> |
| 3739 | +<ANCHOR id="tpl-text-event-get-message" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-message"> |
| 3740 | +<ANCHOR id="tpl-text-event-get-message-token" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-message-token"> |
| 3741 | +<ANCHOR id="tpl-text-event-get-message-type" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-message-type"> |
| 3742 | +<ANCHOR id="tpl-text-event-get-supersedes" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-supersedes"> |
| 3743 | +<ANCHOR id="tpl-text-event-get-supersedes-token" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-supersedes-token"> |
| 3744 | +<ANCHOR id="TplTextEvent.property-details" href="telepathy-logger/TplTextEvent.html#TplTextEvent.property-details"> |
| 3745 | +<ANCHOR id="TplTextEvent--edit-timestamp" href="telepathy-logger/TplTextEvent.html#TplTextEvent--edit-timestamp"> |
| 3746 | +<ANCHOR id="TplTextEvent--message" href="telepathy-logger/TplTextEvent.html#TplTextEvent--message"> |
| 3747 | +<ANCHOR id="TplTextEvent--message-token" href="telepathy-logger/TplTextEvent.html#TplTextEvent--message-token"> |
| 3748 | +<ANCHOR id="TplTextEvent--message-type" href="telepathy-logger/TplTextEvent.html#TplTextEvent--message-type"> |
| 3749 | +<ANCHOR id="TplTextEvent--supersedes-token" href="telepathy-logger/TplTextEvent.html#TplTextEvent--supersedes-token"> |
| 3750 | +<ANCHOR id="TplEntity" href="telepathy-logger/TplEntity.html"> |
| 3751 | +<ANCHOR id="TplEntity.synopsis" href="telepathy-logger/TplEntity.html#TplEntity.synopsis"> |
| 3752 | +<ANCHOR id="TplEntity.object-hierarchy" href="telepathy-logger/TplEntity.html#TplEntity.object-hierarchy"> |
| 3753 | +<ANCHOR id="TplEntity.properties" href="telepathy-logger/TplEntity.html#TplEntity.properties"> |
| 3754 | +<ANCHOR id="TplEntity.description" href="telepathy-logger/TplEntity.html#TplEntity.description"> |
| 3755 | +<ANCHOR id="TplEntity.details" href="telepathy-logger/TplEntity.html#TplEntity.details"> |
| 3756 | +<ANCHOR id="TplEntity-struct" href="telepathy-logger/TplEntity.html#TplEntity-struct"> |
| 3757 | +<ANCHOR id="TplEntityPriv" href="telepathy-logger/TplEntity.html#TplEntityPriv"> |
| 3758 | +<ANCHOR id="TplEntityType" href="telepathy-logger/TplEntity.html#TplEntityType"> |
| 3759 | +<ANCHOR id="TPL-ENTITY-UNKNOWN:CAPS" href="telepathy-logger/TplEntity.html#TPL-ENTITY-UNKNOWN:CAPS"> |
| 3760 | +<ANCHOR id="TPL-ENTITY-CONTACT:CAPS" href="telepathy-logger/TplEntity.html#TPL-ENTITY-CONTACT:CAPS"> |
| 3761 | +<ANCHOR id="TPL-ENTITY-ROOM:CAPS" href="telepathy-logger/TplEntity.html#TPL-ENTITY-ROOM:CAPS"> |
| 3762 | +<ANCHOR id="TPL-ENTITY-SELF:CAPS" href="telepathy-logger/TplEntity.html#TPL-ENTITY-SELF:CAPS"> |
| 3763 | +<ANCHOR id="tpl-entity-get-alias" href="telepathy-logger/TplEntity.html#tpl-entity-get-alias"> |
| 3764 | +<ANCHOR id="tpl-entity-get-avatar-token" href="telepathy-logger/TplEntity.html#tpl-entity-get-avatar-token"> |
| 3765 | +<ANCHOR id="tpl-entity-get-entity-type" href="telepathy-logger/TplEntity.html#tpl-entity-get-entity-type"> |
| 3766 | +<ANCHOR id="tpl-entity-get-identifier" href="telepathy-logger/TplEntity.html#tpl-entity-get-identifier"> |
| 3767 | +<ANCHOR id="tpl-entity-new" href="telepathy-logger/TplEntity.html#tpl-entity-new"> |
| 3768 | +<ANCHOR id="tpl-entity-new-from-room-id" href="telepathy-logger/TplEntity.html#tpl-entity-new-from-room-id"> |
| 3769 | +<ANCHOR id="tpl-entity-new-from-tp-contact" href="telepathy-logger/TplEntity.html#tpl-entity-new-from-tp-contact"> |
| 3770 | +<ANCHOR id="TplEntity.property-details" href="telepathy-logger/TplEntity.html#TplEntity.property-details"> |
| 3771 | +<ANCHOR id="TplEntity--alias" href="telepathy-logger/TplEntity.html#TplEntity--alias"> |
| 3772 | +<ANCHOR id="TplEntity--avatar-token" href="telepathy-logger/TplEntity.html#TplEntity--avatar-token"> |
| 3773 | +<ANCHOR id="TplEntity--identifier" href="telepathy-logger/TplEntity.html#TplEntity--identifier"> |
| 3774 | +<ANCHOR id="TplEntity--type" href="telepathy-logger/TplEntity.html#TplEntity--type"> |
| 3775 | |
| 3776 | === removed file 'doc/reference/libtelepathy-logger/html/index.sgml' |
| 3777 | --- doc/reference/libtelepathy-logger/html/index.sgml 2012-04-03 16:57:44 +0000 |
| 3778 | +++ doc/reference/libtelepathy-logger/html/index.sgml 1970-01-01 00:00:00 +0000 |
| 3779 | @@ -1,98 +0,0 @@ |
| 3780 | -<ANCHOR id="TplLogManager" href="telepathy-logger/TplLogManager.html"> |
| 3781 | -<ANCHOR id="TplLogManager.synopsis" href="telepathy-logger/TplLogManager.html#TplLogManager.synopsis"> |
| 3782 | -<ANCHOR id="TplLogManager.object-hierarchy" href="telepathy-logger/TplLogManager.html#TplLogManager.object-hierarchy"> |
| 3783 | -<ANCHOR id="TplLogManager.description" href="telepathy-logger/TplLogManager.html#TplLogManager.description"> |
| 3784 | -<ANCHOR id="TplLogManager.details" href="telepathy-logger/TplLogManager.html#TplLogManager.details"> |
| 3785 | -<ANCHOR id="TPL-LOG-MANAGER-ERROR:CAPS" href="telepathy-logger/TplLogManager.html#TPL-LOG-MANAGER-ERROR:CAPS"> |
| 3786 | -<ANCHOR id="TPL-TYPE-LOG-SEARCH-HIT:CAPS" href="telepathy-logger/TplLogManager.html#TPL-TYPE-LOG-SEARCH-HIT:CAPS"> |
| 3787 | -<ANCHOR id="TplEventTypeMask" href="telepathy-logger/TplLogManager.html#TplEventTypeMask"> |
| 3788 | -<ANCHOR id="TPL-EVENT-MASK-TEXT:CAPS" href="telepathy-logger/TplLogManager.html#TPL-EVENT-MASK-TEXT:CAPS"> |
| 3789 | -<ANCHOR id="TPL-EVENT-MASK-CALL:CAPS" href="telepathy-logger/TplLogManager.html#TPL-EVENT-MASK-CALL:CAPS"> |
| 3790 | -<ANCHOR id="TPL-EVENT-MASK-ANY:CAPS" href="telepathy-logger/TplLogManager.html#TPL-EVENT-MASK-ANY:CAPS"> |
| 3791 | -<ANCHOR id="TplLogEventFilter" href="telepathy-logger/TplLogManager.html#TplLogEventFilter"> |
| 3792 | -<ANCHOR id="TplLogManager-struct" href="telepathy-logger/TplLogManager.html#TplLogManager-struct"> |
| 3793 | -<ANCHOR id="TplLogManagerError" href="telepathy-logger/TplLogManager.html#TplLogManagerError"> |
| 3794 | -<ANCHOR id="TPL-LOG-MANAGER-ERROR-ADD-EVENT:CAPS" href="telepathy-logger/TplLogManager.html#TPL-LOG-MANAGER-ERROR-ADD-EVENT:CAPS"> |
| 3795 | -<ANCHOR id="tpl-log-manager-dup-singleton" href="telepathy-logger/TplLogManager.html#tpl-log-manager-dup-singleton"> |
| 3796 | -<ANCHOR id="tpl-log-manager-errors-quark" href="telepathy-logger/TplLogManager.html#tpl-log-manager-errors-quark"> |
| 3797 | -<ANCHOR id="tpl-log-manager-exists" href="telepathy-logger/TplLogManager.html#tpl-log-manager-exists"> |
| 3798 | -<ANCHOR id="tpl-log-manager-get-dates-async" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-dates-async"> |
| 3799 | -<ANCHOR id="tpl-log-manager-get-dates-finish" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-dates-finish"> |
| 3800 | -<ANCHOR id="tpl-log-manager-get-entities-async" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-entities-async"> |
| 3801 | -<ANCHOR id="tpl-log-manager-get-entities-finish" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-entities-finish"> |
| 3802 | -<ANCHOR id="tpl-log-manager-get-events-for-date-async" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-events-for-date-async"> |
| 3803 | -<ANCHOR id="tpl-log-manager-get-events-for-date-finish" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-events-for-date-finish"> |
| 3804 | -<ANCHOR id="tpl-log-manager-get-filtered-events-async" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-filtered-events-async"> |
| 3805 | -<ANCHOR id="tpl-log-manager-get-filtered-events-finish" href="telepathy-logger/TplLogManager.html#tpl-log-manager-get-filtered-events-finish"> |
| 3806 | -<ANCHOR id="tpl-log-manager-search-async" href="telepathy-logger/TplLogManager.html#tpl-log-manager-search-async"> |
| 3807 | -<ANCHOR id="tpl-log-manager-search-finish" href="telepathy-logger/TplLogManager.html#tpl-log-manager-search-finish"> |
| 3808 | -<ANCHOR id="tpl-log-manager-search-free" href="telepathy-logger/TplLogManager.html#tpl-log-manager-search-free"> |
| 3809 | -<ANCHOR id="TplEvent" href="telepathy-logger/TplEvent.html"> |
| 3810 | -<ANCHOR id="TplEvent.synopsis" href="telepathy-logger/TplEvent.html#TplEvent.synopsis"> |
| 3811 | -<ANCHOR id="TplEvent.object-hierarchy" href="telepathy-logger/TplEvent.html#TplEvent.object-hierarchy"> |
| 3812 | -<ANCHOR id="TplEvent.properties" href="telepathy-logger/TplEvent.html#TplEvent.properties"> |
| 3813 | -<ANCHOR id="TplEvent.description" href="telepathy-logger/TplEvent.html#TplEvent.description"> |
| 3814 | -<ANCHOR id="TplEvent.details" href="telepathy-logger/TplEvent.html#TplEvent.details"> |
| 3815 | -<ANCHOR id="TplEvent-struct" href="telepathy-logger/TplEvent.html#TplEvent-struct"> |
| 3816 | -<ANCHOR id="TplEventClass" href="telepathy-logger/TplEvent.html#TplEventClass"> |
| 3817 | -<ANCHOR id="TplEventPriv" href="telepathy-logger/TplEvent.html#TplEventPriv"> |
| 3818 | -<ANCHOR id="tpl-event-equal" href="telepathy-logger/TplEvent.html#tpl-event-equal"> |
| 3819 | -<ANCHOR id="tpl-event-get-account" href="telepathy-logger/TplEvent.html#tpl-event-get-account"> |
| 3820 | -<ANCHOR id="tpl-event-get-account-path" href="telepathy-logger/TplEvent.html#tpl-event-get-account-path"> |
| 3821 | -<ANCHOR id="tpl-event-get-receiver" href="telepathy-logger/TplEvent.html#tpl-event-get-receiver"> |
| 3822 | -<ANCHOR id="tpl-event-get-sender" href="telepathy-logger/TplEvent.html#tpl-event-get-sender"> |
| 3823 | -<ANCHOR id="tpl-event-get-timestamp" href="telepathy-logger/TplEvent.html#tpl-event-get-timestamp"> |
| 3824 | -<ANCHOR id="TplEvent.property-details" href="telepathy-logger/TplEvent.html#TplEvent.property-details"> |
| 3825 | -<ANCHOR id="TplEvent--account" href="telepathy-logger/TplEvent.html#TplEvent--account"> |
| 3826 | -<ANCHOR id="TplEvent--account-path" href="telepathy-logger/TplEvent.html#TplEvent--account-path"> |
| 3827 | -<ANCHOR id="TplEvent--channel-path" href="telepathy-logger/TplEvent.html#TplEvent--channel-path"> |
| 3828 | -<ANCHOR id="TplEvent--receiver" href="telepathy-logger/TplEvent.html#TplEvent--receiver"> |
| 3829 | -<ANCHOR id="TplEvent--sender" href="telepathy-logger/TplEvent.html#TplEvent--sender"> |
| 3830 | -<ANCHOR id="TplEvent--timestamp" href="telepathy-logger/TplEvent.html#TplEvent--timestamp"> |
| 3831 | -<ANCHOR id="TplEvent.see-also" href="telepathy-logger/TplEvent.html#TplEvent.see-also"> |
| 3832 | -<ANCHOR id="TplTextEvent" href="telepathy-logger/TplTextEvent.html"> |
| 3833 | -<ANCHOR id="TplTextEvent.synopsis" href="telepathy-logger/TplTextEvent.html#TplTextEvent.synopsis"> |
| 3834 | -<ANCHOR id="TplTextEvent.object-hierarchy" href="telepathy-logger/TplTextEvent.html#TplTextEvent.object-hierarchy"> |
| 3835 | -<ANCHOR id="TplTextEvent.properties" href="telepathy-logger/TplTextEvent.html#TplTextEvent.properties"> |
| 3836 | -<ANCHOR id="TplTextEvent.description" href="telepathy-logger/TplTextEvent.html#TplTextEvent.description"> |
| 3837 | -<ANCHOR id="TplTextEvent.details" href="telepathy-logger/TplTextEvent.html#TplTextEvent.details"> |
| 3838 | -<ANCHOR id="TplTextEvent-struct" href="telepathy-logger/TplTextEvent.html#TplTextEvent-struct"> |
| 3839 | -<ANCHOR id="TplTextEventClass" href="telepathy-logger/TplTextEvent.html#TplTextEventClass"> |
| 3840 | -<ANCHOR id="TplTextEventPriv" href="telepathy-logger/TplTextEvent.html#TplTextEventPriv"> |
| 3841 | -<ANCHOR id="tpl-text-event-get-edit-timestamp" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-edit-timestamp"> |
| 3842 | -<ANCHOR id="tpl-text-event-get-message" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-message"> |
| 3843 | -<ANCHOR id="tpl-text-event-get-message-token" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-message-token"> |
| 3844 | -<ANCHOR id="tpl-text-event-get-message-type" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-message-type"> |
| 3845 | -<ANCHOR id="tpl-text-event-get-supersedes" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-supersedes"> |
| 3846 | -<ANCHOR id="tpl-text-event-get-supersedes-token" href="telepathy-logger/TplTextEvent.html#tpl-text-event-get-supersedes-token"> |
| 3847 | -<ANCHOR id="TplTextEvent.property-details" href="telepathy-logger/TplTextEvent.html#TplTextEvent.property-details"> |
| 3848 | -<ANCHOR id="TplTextEvent--edit-timestamp" href="telepathy-logger/TplTextEvent.html#TplTextEvent--edit-timestamp"> |
| 3849 | -<ANCHOR id="TplTextEvent--message" href="telepathy-logger/TplTextEvent.html#TplTextEvent--message"> |
| 3850 | -<ANCHOR id="TplTextEvent--message-token" href="telepathy-logger/TplTextEvent.html#TplTextEvent--message-token"> |
| 3851 | -<ANCHOR id="TplTextEvent--message-type" href="telepathy-logger/TplTextEvent.html#TplTextEvent--message-type"> |
| 3852 | -<ANCHOR id="TplTextEvent--supersedes-token" href="telepathy-logger/TplTextEvent.html#TplTextEvent--supersedes-token"> |
| 3853 | -<ANCHOR id="TplEntity" href="telepathy-logger/TplEntity.html"> |
| 3854 | -<ANCHOR id="TplEntity.synopsis" href="telepathy-logger/TplEntity.html#TplEntity.synopsis"> |
| 3855 | -<ANCHOR id="TplEntity.object-hierarchy" href="telepathy-logger/TplEntity.html#TplEntity.object-hierarchy"> |
| 3856 | -<ANCHOR id="TplEntity.properties" href="telepathy-logger/TplEntity.html#TplEntity.properties"> |
| 3857 | -<ANCHOR id="TplEntity.description" href="telepathy-logger/TplEntity.html#TplEntity.description"> |
| 3858 | -<ANCHOR id="TplEntity.details" href="telepathy-logger/TplEntity.html#TplEntity.details"> |
| 3859 | -<ANCHOR id="TplEntity-struct" href="telepathy-logger/TplEntity.html#TplEntity-struct"> |
| 3860 | -<ANCHOR id="TplEntityPriv" href="telepathy-logger/TplEntity.html#TplEntityPriv"> |
| 3861 | -<ANCHOR id="TplEntityType" href="telepathy-logger/TplEntity.html#TplEntityType"> |
| 3862 | -<ANCHOR id="TPL-ENTITY-UNKNOWN:CAPS" href="telepathy-logger/TplEntity.html#TPL-ENTITY-UNKNOWN:CAPS"> |
| 3863 | -<ANCHOR id="TPL-ENTITY-CONTACT:CAPS" href="telepathy-logger/TplEntity.html#TPL-ENTITY-CONTACT:CAPS"> |
| 3864 | -<ANCHOR id="TPL-ENTITY-ROOM:CAPS" href="telepathy-logger/TplEntity.html#TPL-ENTITY-ROOM:CAPS"> |
| 3865 | -<ANCHOR id="TPL-ENTITY-SELF:CAPS" href="telepathy-logger/TplEntity.html#TPL-ENTITY-SELF:CAPS"> |
| 3866 | -<ANCHOR id="tpl-entity-get-alias" href="telepathy-logger/TplEntity.html#tpl-entity-get-alias"> |
| 3867 | -<ANCHOR id="tpl-entity-get-avatar-token" href="telepathy-logger/TplEntity.html#tpl-entity-get-avatar-token"> |
| 3868 | -<ANCHOR id="tpl-entity-get-entity-type" href="telepathy-logger/TplEntity.html#tpl-entity-get-entity-type"> |
| 3869 | -<ANCHOR id="tpl-entity-get-identifier" href="telepathy-logger/TplEntity.html#tpl-entity-get-identifier"> |
| 3870 | -<ANCHOR id="tpl-entity-new" href="telepathy-logger/TplEntity.html#tpl-entity-new"> |
| 3871 | -<ANCHOR id="tpl-entity-new-from-room-id" href="telepathy-logger/TplEntity.html#tpl-entity-new-from-room-id"> |
| 3872 | -<ANCHOR id="tpl-entity-new-from-tp-contact" href="telepathy-logger/TplEntity.html#tpl-entity-new-from-tp-contact"> |
| 3873 | -<ANCHOR id="TplEntity.property-details" href="telepathy-logger/TplEntity.html#TplEntity.property-details"> |
| 3874 | -<ANCHOR id="TplEntity--alias" href="telepathy-logger/TplEntity.html#TplEntity--alias"> |
| 3875 | -<ANCHOR id="TplEntity--avatar-token" href="telepathy-logger/TplEntity.html#TplEntity--avatar-token"> |
| 3876 | -<ANCHOR id="TplEntity--identifier" href="telepathy-logger/TplEntity.html#TplEntity--identifier"> |
| 3877 | -<ANCHOR id="TplEntity--type" href="telepathy-logger/TplEntity.html#TplEntity--type"> |
| 3878 | |
| 3879 | === added file 'doc/reference/libtelepathy-logger/telepathy-logger.types' |
| 3880 | --- doc/reference/libtelepathy-logger/telepathy-logger.types 1970-01-01 00:00:00 +0000 |
| 3881 | +++ doc/reference/libtelepathy-logger/telepathy-logger.types 2012-10-25 23:21:20 +0000 |
| 3882 | @@ -0,0 +1,6 @@ |
| 3883 | +tpl_call_event_get_type |
| 3884 | +tpl_entity_get_type |
| 3885 | +tpl_event_get_type |
| 3886 | +tpl_log_manager_get_type |
| 3887 | +tpl_log_store_pidgin_get_type |
| 3888 | +tpl_text_event_get_type |
| 3889 | |
| 3890 | === removed file 'doc/reference/libtelepathy-logger/telepathy-logger.types' |
| 3891 | --- doc/reference/libtelepathy-logger/telepathy-logger.types 2012-04-03 16:57:44 +0000 |
| 3892 | +++ doc/reference/libtelepathy-logger/telepathy-logger.types 1970-01-01 00:00:00 +0000 |
| 3893 | @@ -1,6 +0,0 @@ |
| 3894 | -tpl_call_event_get_type |
| 3895 | -tpl_entity_get_type |
| 3896 | -tpl_event_get_type |
| 3897 | -tpl_log_manager_get_type |
| 3898 | -tpl_log_store_pidgin_get_type |
| 3899 | -tpl_text_event_get_type |
| 3900 | |
| 3901 | === added file 'doc/reference/libtelepathy-logger/tmpl/call-channel-internal.sgml' |
| 3902 | --- doc/reference/libtelepathy-logger/tmpl/call-channel-internal.sgml 1970-01-01 00:00:00 +0000 |
| 3903 | +++ doc/reference/libtelepathy-logger/tmpl/call-channel-internal.sgml 2012-10-25 23:21:20 +0000 |
| 3904 | @@ -0,0 +1,45 @@ |
| 3905 | +<!-- ##### SECTION Title ##### --> |
| 3906 | +call-channel-internal |
| 3907 | + |
| 3908 | +<!-- ##### SECTION Short_Description ##### --> |
| 3909 | + |
| 3910 | + |
| 3911 | +<!-- ##### SECTION Long_Description ##### --> |
| 3912 | +<para> |
| 3913 | + |
| 3914 | +</para> |
| 3915 | + |
| 3916 | + |
| 3917 | +<!-- ##### SECTION See_Also ##### --> |
| 3918 | +<para> |
| 3919 | + |
| 3920 | +</para> |
| 3921 | + |
| 3922 | + |
| 3923 | +<!-- ##### SECTION Stability_Level ##### --> |
| 3924 | + |
| 3925 | + |
| 3926 | +<!-- ##### SECTION Image ##### --> |
| 3927 | + |
| 3928 | + |
| 3929 | +<!-- ##### MACRO TPL_CALL_CHANNEL_ERROR ##### --> |
| 3930 | +<para> |
| 3931 | + |
| 3932 | +</para> |
| 3933 | + |
| 3934 | + |
| 3935 | + |
| 3936 | +<!-- ##### ENUM TplCallChannelError ##### --> |
| 3937 | +<para> |
| 3938 | + |
| 3939 | +</para> |
| 3940 | + |
| 3941 | +@TPL_CALL_CHANNEL_ERROR_FAILED: |
| 3942 | +@TPL_CALL_CHANNEL_ERROR_MISSING_TARGET_CONTACT: |
| 3943 | + |
| 3944 | +<!-- ##### STRUCT TplCallChannelPriv ##### --> |
| 3945 | +<para> |
| 3946 | + |
| 3947 | +</para> |
| 3948 | + |
| 3949 | + |
| 3950 | |
| 3951 | === removed file 'doc/reference/libtelepathy-logger/tmpl/call-channel-internal.sgml' |
| 3952 | --- doc/reference/libtelepathy-logger/tmpl/call-channel-internal.sgml 2012-04-03 16:57:44 +0000 |
| 3953 | +++ doc/reference/libtelepathy-logger/tmpl/call-channel-internal.sgml 1970-01-01 00:00:00 +0000 |
| 3954 | @@ -1,45 +0,0 @@ |
| 3955 | -<!-- ##### SECTION Title ##### --> |
| 3956 | -call-channel-internal |
| 3957 | - |
| 3958 | -<!-- ##### SECTION Short_Description ##### --> |
| 3959 | - |
| 3960 | - |
| 3961 | -<!-- ##### SECTION Long_Description ##### --> |
| 3962 | -<para> |
| 3963 | - |
| 3964 | -</para> |
| 3965 | - |
| 3966 | - |
| 3967 | -<!-- ##### SECTION See_Also ##### --> |
| 3968 | -<para> |
| 3969 | - |
| 3970 | -</para> |
| 3971 | - |
| 3972 | - |
| 3973 | -<!-- ##### SECTION Stability_Level ##### --> |
| 3974 | - |
| 3975 | - |
| 3976 | -<!-- ##### SECTION Image ##### --> |
| 3977 | - |
| 3978 | - |
| 3979 | -<!-- ##### MACRO TPL_CALL_CHANNEL_ERROR ##### --> |
| 3980 | -<para> |
| 3981 | - |
| 3982 | -</para> |
| 3983 | - |
| 3984 | - |
| 3985 | - |
| 3986 | -<!-- ##### ENUM TplCallChannelError ##### --> |
| 3987 | -<para> |
| 3988 | - |
| 3989 | -</para> |
| 3990 | - |
| 3991 | -@TPL_CALL_CHANNEL_ERROR_FAILED: |
| 3992 | -@TPL_CALL_CHANNEL_ERROR_MISSING_TARGET_CONTACT: |
| 3993 | - |
| 3994 | -<!-- ##### STRUCT TplCallChannelPriv ##### --> |
| 3995 | -<para> |
| 3996 | - |
| 3997 | -</para> |
| 3998 | - |
| 3999 | - |
| 4000 | |
| 4001 | === added file 'doc/reference/libtelepathy-logger/tmpl/call-event-internal.sgml' |
| 4002 | --- doc/reference/libtelepathy-logger/tmpl/call-event-internal.sgml 1970-01-01 00:00:00 +0000 |
| 4003 | +++ doc/reference/libtelepathy-logger/tmpl/call-event-internal.sgml 2012-10-25 23:21:20 +0000 |
| 4004 | @@ -0,0 +1,57 @@ |
| 4005 | +<!-- ##### SECTION Title ##### --> |
| 4006 | +TplCallEvent |
| 4007 | + |
| 4008 | +<!-- ##### SECTION Short_Description ##### --> |
| 4009 | + |
| 4010 | + |
| 4011 | +<!-- ##### SECTION Long_Description ##### --> |
| 4012 | +<para> |
| 4013 | + |
| 4014 | +</para> |
| 4015 | + |
| 4016 | + |
| 4017 | +<!-- ##### SECTION See_Also ##### --> |
| 4018 | +<para> |
| 4019 | + |
| 4020 | +</para> |
| 4021 | + |
| 4022 | + |
| 4023 | +<!-- ##### SECTION Stability_Level ##### --> |
| 4024 | + |
| 4025 | + |
| 4026 | +<!-- ##### SECTION Image ##### --> |
| 4027 | + |
| 4028 | + |
| 4029 | +<!-- ##### STRUCT TplCallEvent ##### --> |
| 4030 | +<para> |
| 4031 | + |
| 4032 | +</para> |
| 4033 | + |
| 4034 | + |
| 4035 | +<!-- ##### ARG TplCallEvent:detailed-end-reason ##### --> |
| 4036 | +<para> |
| 4037 | + |
| 4038 | +</para> |
| 4039 | + |
| 4040 | +<!-- ##### ARG TplCallEvent:duration ##### --> |
| 4041 | +<para> |
| 4042 | + |
| 4043 | +</para> |
| 4044 | + |
| 4045 | +<!-- ##### ARG TplCallEvent:end-actor ##### --> |
| 4046 | +<para> |
| 4047 | + |
| 4048 | +</para> |
| 4049 | + |
| 4050 | +<!-- ##### ARG TplCallEvent:end-reason ##### --> |
| 4051 | +<para> |
| 4052 | + |
| 4053 | +</para> |
| 4054 | + |
| 4055 | +<!-- ##### STRUCT TplCallEventClass ##### --> |
| 4056 | +<para> |
| 4057 | + |
| 4058 | +</para> |
| 4059 | + |
| 4060 | +@parent_class: |
| 4061 | + |
| 4062 | |
| 4063 | === removed file 'doc/reference/libtelepathy-logger/tmpl/call-event-internal.sgml' |
| 4064 | --- doc/reference/libtelepathy-logger/tmpl/call-event-internal.sgml 2012-04-03 16:57:44 +0000 |
| 4065 | +++ doc/reference/libtelepathy-logger/tmpl/call-event-internal.sgml 1970-01-01 00:00:00 +0000 |
| 4066 | @@ -1,57 +0,0 @@ |
| 4067 | -<!-- ##### SECTION Title ##### --> |
| 4068 | -TplCallEvent |
| 4069 | - |
| 4070 | -<!-- ##### SECTION Short_Description ##### --> |
| 4071 | - |
| 4072 | - |
| 4073 | -<!-- ##### SECTION Long_Description ##### --> |
| 4074 | -<para> |
| 4075 | - |
| 4076 | -</para> |
| 4077 | - |
| 4078 | - |
| 4079 | -<!-- ##### SECTION See_Also ##### --> |
| 4080 | -<para> |
| 4081 | - |
| 4082 | -</para> |
| 4083 | - |
| 4084 | - |
| 4085 | -<!-- ##### SECTION Stability_Level ##### --> |
| 4086 | - |
| 4087 | - |
| 4088 | -<!-- ##### SECTION Image ##### --> |
| 4089 | - |
| 4090 | - |
| 4091 | -<!-- ##### STRUCT TplCallEvent ##### --> |
| 4092 | -<para> |
| 4093 | - |
| 4094 | -</para> |
| 4095 | - |
| 4096 | - |
| 4097 | -<!-- ##### ARG TplCallEvent:detailed-end-reason ##### --> |
| 4098 | -<para> |
| 4099 | - |
| 4100 | -</para> |
| 4101 | - |
| 4102 | -<!-- ##### ARG TplCallEvent:duration ##### --> |
| 4103 | -<para> |
| 4104 | - |
| 4105 | -</para> |
| 4106 | - |
| 4107 | -<!-- ##### ARG TplCallEvent:end-actor ##### --> |
| 4108 | -<para> |
| 4109 | - |
| 4110 | -</para> |
| 4111 | - |
| 4112 | -<!-- ##### ARG TplCallEvent:end-reason ##### --> |
| 4113 | -<para> |
| 4114 | - |
| 4115 | -</para> |
| 4116 | - |
| 4117 | -<!-- ##### STRUCT TplCallEventClass ##### --> |
| 4118 | -<para> |
| 4119 | - |
| 4120 | -</para> |
| 4121 | - |
| 4122 | -@parent_class: |
| 4123 | - |
| 4124 | |
| 4125 | === added file 'doc/reference/libtelepathy-logger/tmpl/call-event.sgml' |
| 4126 | --- doc/reference/libtelepathy-logger/tmpl/call-event.sgml 1970-01-01 00:00:00 +0000 |
| 4127 | +++ doc/reference/libtelepathy-logger/tmpl/call-event.sgml 2012-10-25 23:21:20 +0000 |
| 4128 | @@ -0,0 +1,99 @@ |
| 4129 | +<!-- ##### SECTION Title ##### --> |
| 4130 | +call-event |
| 4131 | + |
| 4132 | +<!-- ##### SECTION Short_Description ##### --> |
| 4133 | + |
| 4134 | + |
| 4135 | +<!-- ##### SECTION Long_Description ##### --> |
| 4136 | +<para> |
| 4137 | + |
| 4138 | +</para> |
| 4139 | + |
| 4140 | + |
| 4141 | +<!-- ##### SECTION See_Also ##### --> |
| 4142 | +<para> |
| 4143 | + |
| 4144 | +</para> |
| 4145 | + |
| 4146 | + |
| 4147 | +<!-- ##### SECTION Stability_Level ##### --> |
| 4148 | + |
| 4149 | + |
| 4150 | +<!-- ##### SECTION Image ##### --> |
| 4151 | + |
| 4152 | + |
| 4153 | +<!-- ##### STRUCT TplCallEvent ##### --> |
| 4154 | +<para> |
| 4155 | + |
| 4156 | +</para> |
| 4157 | + |
| 4158 | + |
| 4159 | +<!-- ##### ARG TplCallEvent:detailed-end-reason ##### --> |
| 4160 | +<para> |
| 4161 | + |
| 4162 | +</para> |
| 4163 | + |
| 4164 | +<!-- ##### ARG TplCallEvent:duration ##### --> |
| 4165 | +<para> |
| 4166 | + |
| 4167 | +</para> |
| 4168 | + |
| 4169 | +<!-- ##### ARG TplCallEvent:end-actor ##### --> |
| 4170 | +<para> |
| 4171 | + |
| 4172 | +</para> |
| 4173 | + |
| 4174 | +<!-- ##### ARG TplCallEvent:end-reason ##### --> |
| 4175 | +<para> |
| 4176 | + |
| 4177 | +</para> |
| 4178 | + |
| 4179 | +<!-- ##### STRUCT TplCallEventClass ##### --> |
| 4180 | +<para> |
| 4181 | + |
| 4182 | +</para> |
| 4183 | + |
| 4184 | +@parent_class: |
| 4185 | + |
| 4186 | +<!-- ##### STRUCT TplCallEventPriv ##### --> |
| 4187 | +<para> |
| 4188 | + |
| 4189 | +</para> |
| 4190 | + |
| 4191 | + |
| 4192 | +<!-- ##### FUNCTION tpl_call_event_get_detailed_end_reason ##### --> |
| 4193 | +<para> |
| 4194 | + |
| 4195 | +</para> |
| 4196 | + |
| 4197 | +@self: |
| 4198 | +@Returns: |
| 4199 | + |
| 4200 | + |
| 4201 | +<!-- ##### FUNCTION tpl_call_event_get_duration ##### --> |
| 4202 | +<para> |
| 4203 | + |
| 4204 | +</para> |
| 4205 | + |
| 4206 | +@self: |
| 4207 | +@Returns: |
| 4208 | + |
| 4209 | + |
| 4210 | +<!-- ##### FUNCTION tpl_call_event_get_end_actor ##### --> |
| 4211 | +<para> |
| 4212 | + |
| 4213 | +</para> |
| 4214 | + |
| 4215 | +@self: |
| 4216 | +@Returns: |
| 4217 | + |
| 4218 | + |
| 4219 | +<!-- ##### FUNCTION tpl_call_event_get_end_reason ##### --> |
| 4220 | +<para> |
| 4221 | + |
| 4222 | +</para> |
| 4223 | + |
| 4224 | +@self: |
| 4225 | +@Returns: |
| 4226 | + |
| 4227 | + |
| 4228 | |
| 4229 | === removed file 'doc/reference/libtelepathy-logger/tmpl/call-event.sgml' |
| 4230 | --- doc/reference/libtelepathy-logger/tmpl/call-event.sgml 2012-04-03 16:57:44 +0000 |
| 4231 | +++ doc/reference/libtelepathy-logger/tmpl/call-event.sgml 1970-01-01 00:00:00 +0000 |
| 4232 | @@ -1,99 +0,0 @@ |
| 4233 | -<!-- ##### SECTION Title ##### --> |
| 4234 | -call-event |
| 4235 | - |
| 4236 | -<!-- ##### SECTION Short_Description ##### --> |
| 4237 | - |
| 4238 | - |
| 4239 | -<!-- ##### SECTION Long_Description ##### --> |
| 4240 | -<para> |
| 4241 | - |
| 4242 | -</para> |
| 4243 | - |
| 4244 | - |
| 4245 | -<!-- ##### SECTION See_Also ##### --> |
| 4246 | -<para> |
| 4247 | - |
| 4248 | -</para> |
| 4249 | - |
| 4250 | - |
| 4251 | -<!-- ##### SECTION Stability_Level ##### --> |
| 4252 | - |
| 4253 | - |
| 4254 | -<!-- ##### SECTION Image ##### --> |
| 4255 | - |
| 4256 | - |
| 4257 | -<!-- ##### STRUCT TplCallEvent ##### --> |
| 4258 | -<para> |
| 4259 | - |
| 4260 | -</para> |
| 4261 | - |
| 4262 | - |
| 4263 | -<!-- ##### ARG TplCallEvent:detailed-end-reason ##### --> |
| 4264 | -<para> |
| 4265 | - |
| 4266 | -</para> |
| 4267 | - |
| 4268 | -<!-- ##### ARG TplCallEvent:duration ##### --> |
| 4269 | -<para> |
| 4270 | - |
| 4271 | -</para> |
| 4272 | - |
| 4273 | -<!-- ##### ARG TplCallEvent:end-actor ##### --> |
| 4274 | -<para> |
| 4275 | - |
| 4276 | -</para> |
| 4277 | - |
| 4278 | -<!-- ##### ARG TplCallEvent:end-reason ##### --> |
| 4279 | -<para> |
| 4280 | - |
| 4281 | -</para> |
| 4282 | - |
| 4283 | -<!-- ##### STRUCT TplCallEventClass ##### --> |
| 4284 | -<para> |
| 4285 | - |
| 4286 | -</para> |
| 4287 | - |
| 4288 | -@parent_class: |
| 4289 | - |
| 4290 | -<!-- ##### STRUCT TplCallEventPriv ##### --> |
| 4291 | -<para> |
| 4292 | - |
| 4293 | -</para> |
| 4294 | - |
| 4295 | - |
| 4296 | -<!-- ##### FUNCTION tpl_call_event_get_detailed_end_reason ##### --> |
| 4297 | -<para> |
| 4298 | - |
| 4299 | -</para> |
| 4300 | - |
| 4301 | -@self: |
| 4302 | -@Returns: |
| 4303 | - |
| 4304 | - |
| 4305 | -<!-- ##### FUNCTION tpl_call_event_get_duration ##### --> |
| 4306 | -<para> |
| 4307 | - |
| 4308 | -</para> |
| 4309 | - |
| 4310 | -@self: |
| 4311 | -@Returns: |
| 4312 | - |
| 4313 | - |
| 4314 | -<!-- ##### FUNCTION tpl_call_event_get_end_actor ##### --> |
| 4315 | -<para> |
| 4316 | - |
| 4317 | -</para> |
| 4318 | - |
| 4319 | -@self: |
| 4320 | -@Returns: |
| 4321 | - |
| 4322 | - |
| 4323 | -<!-- ##### FUNCTION tpl_call_event_get_end_reason ##### --> |
| 4324 | -<para> |
| 4325 | - |
| 4326 | -</para> |
| 4327 | - |
| 4328 | -@self: |
| 4329 | -@Returns: |
| 4330 | - |
| 4331 | - |
| 4332 | |
| 4333 | === added file 'doc/reference/libtelepathy-logger/tmpl/entity-internal.sgml' |
| 4334 | --- doc/reference/libtelepathy-logger/tmpl/entity-internal.sgml 1970-01-01 00:00:00 +0000 |
| 4335 | +++ doc/reference/libtelepathy-logger/tmpl/entity-internal.sgml 2012-10-25 23:21:20 +0000 |
| 4336 | @@ -0,0 +1,24 @@ |
| 4337 | +<!-- ##### SECTION Title ##### --> |
| 4338 | +entity-internal |
| 4339 | + |
| 4340 | +<!-- ##### SECTION Short_Description ##### --> |
| 4341 | + |
| 4342 | + |
| 4343 | +<!-- ##### SECTION Long_Description ##### --> |
| 4344 | +<para> |
| 4345 | + |
| 4346 | +</para> |
| 4347 | + |
| 4348 | + |
| 4349 | +<!-- ##### SECTION See_Also ##### --> |
| 4350 | +<para> |
| 4351 | + |
| 4352 | +</para> |
| 4353 | + |
| 4354 | + |
| 4355 | +<!-- ##### SECTION Stability_Level ##### --> |
| 4356 | + |
| 4357 | + |
| 4358 | +<!-- ##### SECTION Image ##### --> |
| 4359 | + |
| 4360 | + |
| 4361 | |
| 4362 | === removed file 'doc/reference/libtelepathy-logger/tmpl/entity-internal.sgml' |
| 4363 | --- doc/reference/libtelepathy-logger/tmpl/entity-internal.sgml 2012-04-03 16:57:44 +0000 |
| 4364 | +++ doc/reference/libtelepathy-logger/tmpl/entity-internal.sgml 1970-01-01 00:00:00 +0000 |
| 4365 | @@ -1,24 +0,0 @@ |
| 4366 | -<!-- ##### SECTION Title ##### --> |
| 4367 | -entity-internal |
| 4368 | - |
| 4369 | -<!-- ##### SECTION Short_Description ##### --> |
| 4370 | - |
| 4371 | - |
| 4372 | -<!-- ##### SECTION Long_Description ##### --> |
| 4373 | -<para> |
| 4374 | - |
| 4375 | -</para> |
| 4376 | - |
| 4377 | - |
| 4378 | -<!-- ##### SECTION See_Also ##### --> |
| 4379 | -<para> |
| 4380 | - |
| 4381 | -</para> |
| 4382 | - |
| 4383 | - |
| 4384 | -<!-- ##### SECTION Stability_Level ##### --> |
| 4385 | - |
| 4386 | - |
| 4387 | -<!-- ##### SECTION Image ##### --> |
| 4388 | - |
| 4389 | - |
| 4390 | |
| 4391 | === added file 'doc/reference/libtelepathy-logger/tmpl/entity.sgml' |
| 4392 | --- doc/reference/libtelepathy-logger/tmpl/entity.sgml 1970-01-01 00:00:00 +0000 |
| 4393 | +++ doc/reference/libtelepathy-logger/tmpl/entity.sgml 2012-10-25 23:21:20 +0000 |
| 4394 | @@ -0,0 +1,133 @@ |
| 4395 | +<!-- ##### SECTION Title ##### --> |
| 4396 | +entity |
| 4397 | + |
| 4398 | +<!-- ##### SECTION Short_Description ##### --> |
| 4399 | + |
| 4400 | + |
| 4401 | +<!-- ##### SECTION Long_Description ##### --> |
| 4402 | +<para> |
| 4403 | + |
| 4404 | +</para> |
| 4405 | + |
| 4406 | + |
| 4407 | +<!-- ##### SECTION See_Also ##### --> |
| 4408 | +<para> |
| 4409 | + |
| 4410 | +</para> |
| 4411 | + |
| 4412 | + |
| 4413 | +<!-- ##### SECTION Stability_Level ##### --> |
| 4414 | + |
| 4415 | + |
| 4416 | +<!-- ##### SECTION Image ##### --> |
| 4417 | + |
| 4418 | + |
| 4419 | +<!-- ##### STRUCT TplEntity ##### --> |
| 4420 | +<para> |
| 4421 | + |
| 4422 | +</para> |
| 4423 | + |
| 4424 | + |
| 4425 | +<!-- ##### ARG TplEntity:alias ##### --> |
| 4426 | +<para> |
| 4427 | + |
| 4428 | +</para> |
| 4429 | + |
| 4430 | +<!-- ##### ARG TplEntity:avatar-token ##### --> |
| 4431 | +<para> |
| 4432 | + |
| 4433 | +</para> |
| 4434 | + |
| 4435 | +<!-- ##### ARG TplEntity:identifier ##### --> |
| 4436 | +<para> |
| 4437 | + |
| 4438 | +</para> |
| 4439 | + |
| 4440 | +<!-- ##### ARG TplEntity:type ##### --> |
| 4441 | +<para> |
| 4442 | + |
| 4443 | +</para> |
| 4444 | + |
| 4445 | +<!-- ##### STRUCT TplEntityPriv ##### --> |
| 4446 | +<para> |
| 4447 | + |
| 4448 | +</para> |
| 4449 | + |
| 4450 | + |
| 4451 | +<!-- ##### ENUM TplEntityType ##### --> |
| 4452 | +<para> |
| 4453 | + |
| 4454 | +</para> |
| 4455 | + |
| 4456 | +@TPL_ENTITY_UNKNOWN: |
| 4457 | +@TPL_ENTITY_CONTACT: |
| 4458 | +@TPL_ENTITY_ROOM: |
| 4459 | +@TPL_ENTITY_SELF: |
| 4460 | + |
| 4461 | +<!-- ##### FUNCTION tpl_entity_get_alias ##### --> |
| 4462 | +<para> |
| 4463 | + |
| 4464 | +</para> |
| 4465 | + |
| 4466 | +@self: |
| 4467 | +@Returns: |
| 4468 | + |
| 4469 | + |
| 4470 | +<!-- ##### FUNCTION tpl_entity_get_avatar_token ##### --> |
| 4471 | +<para> |
| 4472 | + |
| 4473 | +</para> |
| 4474 | + |
| 4475 | +@self: |
| 4476 | +@Returns: |
| 4477 | + |
| 4478 | + |
| 4479 | +<!-- ##### FUNCTION tpl_entity_get_entity_type ##### --> |
| 4480 | +<para> |
| 4481 | + |
| 4482 | +</para> |
| 4483 | + |
| 4484 | +@self: |
| 4485 | +@Returns: |
| 4486 | + |
| 4487 | + |
| 4488 | +<!-- ##### FUNCTION tpl_entity_get_identifier ##### --> |
| 4489 | +<para> |
| 4490 | + |
| 4491 | +</para> |
| 4492 | + |
| 4493 | +@self: |
| 4494 | +@Returns: |
| 4495 | + |
| 4496 | + |
| 4497 | +<!-- ##### FUNCTION tpl_entity_new ##### --> |
| 4498 | +<para> |
| 4499 | + |
| 4500 | +</para> |
| 4501 | + |
| 4502 | +@id: |
| 4503 | +@type: |
| 4504 | +@alias: |
| 4505 | +@avatar_token: |
| 4506 | +@Returns: |
| 4507 | + |
| 4508 | + |
| 4509 | +<!-- ##### FUNCTION tpl_entity_new_from_room_id ##### --> |
| 4510 | +<para> |
| 4511 | + |
| 4512 | +</para> |
| 4513 | + |
| 4514 | +@room_id: |
| 4515 | +@Returns: |
| 4516 | + |
| 4517 | + |
| 4518 | +<!-- ##### FUNCTION tpl_entity_new_from_tp_contact ##### --> |
| 4519 | +<para> |
| 4520 | + |
| 4521 | +</para> |
| 4522 | + |
| 4523 | +@contact: |
| 4524 | +@type: |
| 4525 | +@Returns: |
| 4526 | + |
| 4527 | + |
| 4528 | |
| 4529 | === removed file 'doc/reference/libtelepathy-logger/tmpl/entity.sgml' |
| 4530 | --- doc/reference/libtelepathy-logger/tmpl/entity.sgml 2012-04-03 16:57:44 +0000 |
| 4531 | +++ doc/reference/libtelepathy-logger/tmpl/entity.sgml 1970-01-01 00:00:00 +0000 |
| 4532 | @@ -1,133 +0,0 @@ |
| 4533 | -<!-- ##### SECTION Title ##### --> |
| 4534 | -entity |
| 4535 | - |
| 4536 | -<!-- ##### SECTION Short_Description ##### --> |
| 4537 | - |
| 4538 | - |
| 4539 | -<!-- ##### SECTION Long_Description ##### --> |
| 4540 | -<para> |
| 4541 | - |
| 4542 | -</para> |
| 4543 | - |
| 4544 | - |
| 4545 | -<!-- ##### SECTION See_Also ##### --> |
| 4546 | -<para> |
| 4547 | - |
| 4548 | -</para> |
| 4549 | - |
| 4550 | - |
| 4551 | -<!-- ##### SECTION Stability_Level ##### --> |
| 4552 | - |
| 4553 | - |
| 4554 | -<!-- ##### SECTION Image ##### --> |
| 4555 | - |
| 4556 | - |
| 4557 | -<!-- ##### STRUCT TplEntity ##### --> |
| 4558 | -<para> |
| 4559 | - |
| 4560 | -</para> |
| 4561 | - |
| 4562 | - |
| 4563 | -<!-- ##### ARG TplEntity:alias ##### --> |
| 4564 | -<para> |
| 4565 | - |
| 4566 | -</para> |
| 4567 | - |
| 4568 | -<!-- ##### ARG TplEntity:avatar-token ##### --> |
| 4569 | -<para> |
| 4570 | - |
| 4571 | -</para> |
| 4572 | - |
| 4573 | -<!-- ##### ARG TplEntity:identifier ##### --> |
| 4574 | -<para> |
| 4575 | - |
| 4576 | -</para> |
| 4577 | - |
| 4578 | -<!-- ##### ARG TplEntity:type ##### --> |
| 4579 | -<para> |
| 4580 | - |
| 4581 | -</para> |
| 4582 | - |
| 4583 | -<!-- ##### STRUCT TplEntityPriv ##### --> |
| 4584 | -<para> |
| 4585 | - |
| 4586 | -</para> |
| 4587 | - |
| 4588 | - |
| 4589 | -<!-- ##### ENUM TplEntityType ##### --> |
| 4590 | -<para> |
| 4591 | - |
| 4592 | -</para> |
| 4593 | - |
| 4594 | -@TPL_ENTITY_UNKNOWN: |
| 4595 | -@TPL_ENTITY_CONTACT: |
| 4596 | -@TPL_ENTITY_ROOM: |
| 4597 | -@TPL_ENTITY_SELF: |
| 4598 | - |
| 4599 | -<!-- ##### FUNCTION tpl_entity_get_alias ##### --> |
| 4600 | -<para> |
| 4601 | - |
| 4602 | -</para> |
| 4603 | - |
| 4604 | -@self: |
| 4605 | -@Returns: |
| 4606 | - |
| 4607 | - |
| 4608 | -<!-- ##### FUNCTION tpl_entity_get_avatar_token ##### --> |
| 4609 | -<para> |
| 4610 | - |
| 4611 | -</para> |
| 4612 | - |
| 4613 | -@self: |
| 4614 | -@Returns: |
| 4615 | - |
| 4616 | - |
| 4617 | -<!-- ##### FUNCTION tpl_entity_get_entity_type ##### --> |
| 4618 | -<para> |
| 4619 | - |
| 4620 | -</para> |
| 4621 | - |
| 4622 | -@self: |
| 4623 | -@Returns: |
| 4624 | - |
| 4625 | - |
| 4626 | -<!-- ##### FUNCTION tpl_entity_get_identifier ##### --> |
| 4627 | -<para> |
| 4628 | - |
| 4629 | -</para> |
| 4630 | - |
| 4631 | -@self: |
| 4632 | -@Returns: |
| 4633 | - |
| 4634 | - |
| 4635 | -<!-- ##### FUNCTION tpl_entity_new ##### --> |
| 4636 | -<para> |
| 4637 | - |
| 4638 | -</para> |
| 4639 | - |
| 4640 | -@id: |
| 4641 | -@type: |
| 4642 | -@alias: |
| 4643 | -@avatar_token: |
| 4644 | -@Returns: |
| 4645 | - |
| 4646 | - |
| 4647 | -<!-- ##### FUNCTION tpl_entity_new_from_room_id ##### --> |
| 4648 | -<para> |
| 4649 | - |
| 4650 | -</para> |
| 4651 | - |
| 4652 | -@room_id: |
| 4653 | -@Returns: |
| 4654 | - |
| 4655 | - |
| 4656 | -<!-- ##### FUNCTION tpl_entity_new_from_tp_contact ##### --> |
| 4657 | -<para> |
| 4658 | - |
| 4659 | -</para> |
| 4660 | - |
| 4661 | -@contact: |
| 4662 | -@type: |
| 4663 | -@Returns: |
| 4664 | - |
| 4665 | - |
| 4666 | |
| 4667 | === added file 'doc/reference/libtelepathy-logger/tmpl/event.sgml' |
| 4668 | --- doc/reference/libtelepathy-logger/tmpl/event.sgml 1970-01-01 00:00:00 +0000 |
| 4669 | +++ doc/reference/libtelepathy-logger/tmpl/event.sgml 2012-10-25 23:21:20 +0000 |
| 4670 | @@ -0,0 +1,127 @@ |
| 4671 | +<!-- ##### SECTION Title ##### --> |
| 4672 | +event |
| 4673 | + |
| 4674 | +<!-- ##### SECTION Short_Description ##### --> |
| 4675 | + |
| 4676 | + |
| 4677 | +<!-- ##### SECTION Long_Description ##### --> |
| 4678 | +<para> |
| 4679 | + |
| 4680 | +</para> |
| 4681 | + |
| 4682 | + |
| 4683 | +<!-- ##### SECTION See_Also ##### --> |
| 4684 | +<para> |
| 4685 | + |
| 4686 | +</para> |
| 4687 | + |
| 4688 | + |
| 4689 | +<!-- ##### SECTION Stability_Level ##### --> |
| 4690 | + |
| 4691 | + |
| 4692 | +<!-- ##### SECTION Image ##### --> |
| 4693 | + |
| 4694 | + |
| 4695 | +<!-- ##### STRUCT TplEvent ##### --> |
| 4696 | +<para> |
| 4697 | + |
| 4698 | +</para> |
| 4699 | + |
| 4700 | + |
| 4701 | +<!-- ##### ARG TplEvent:account ##### --> |
| 4702 | +<para> |
| 4703 | + |
| 4704 | +</para> |
| 4705 | + |
| 4706 | +<!-- ##### ARG TplEvent:account-path ##### --> |
| 4707 | +<para> |
| 4708 | + |
| 4709 | +</para> |
| 4710 | + |
| 4711 | +<!-- ##### ARG TplEvent:channel-path ##### --> |
| 4712 | +<para> |
| 4713 | + |
| 4714 | +</para> |
| 4715 | + |
| 4716 | +<!-- ##### ARG TplEvent:receiver ##### --> |
| 4717 | +<para> |
| 4718 | + |
| 4719 | +</para> |
| 4720 | + |
| 4721 | +<!-- ##### ARG TplEvent:sender ##### --> |
| 4722 | +<para> |
| 4723 | + |
| 4724 | +</para> |
| 4725 | + |
| 4726 | +<!-- ##### ARG TplEvent:timestamp ##### --> |
| 4727 | +<para> |
| 4728 | + |
| 4729 | +</para> |
| 4730 | + |
| 4731 | +<!-- ##### STRUCT TplEventClass ##### --> |
| 4732 | +<para> |
| 4733 | + |
| 4734 | +</para> |
| 4735 | + |
| 4736 | + |
| 4737 | +<!-- ##### STRUCT TplEventPriv ##### --> |
| 4738 | +<para> |
| 4739 | + |
| 4740 | +</para> |
| 4741 | + |
| 4742 | + |
| 4743 | +<!-- ##### FUNCTION tpl_event_equal ##### --> |
| 4744 | +<para> |
| 4745 | + |
| 4746 | +</para> |
| 4747 | + |
| 4748 | +@self: |
| 4749 | +@data: |
| 4750 | +@Returns: |
| 4751 | + |
| 4752 | + |
| 4753 | +<!-- ##### FUNCTION tpl_event_get_account ##### --> |
| 4754 | +<para> |
| 4755 | + |
| 4756 | +</para> |
| 4757 | + |
| 4758 | +@self: |
| 4759 | +@Returns: |
| 4760 | + |
| 4761 | + |
| 4762 | +<!-- ##### FUNCTION tpl_event_get_account_path ##### --> |
| 4763 | +<para> |
| 4764 | + |
| 4765 | +</para> |
| 4766 | + |
| 4767 | +@self: |
| 4768 | +@Returns: |
| 4769 | + |
| 4770 | + |
| 4771 | +<!-- ##### FUNCTION tpl_event_get_receiver ##### --> |
| 4772 | +<para> |
| 4773 | + |
| 4774 | +</para> |
| 4775 | + |
| 4776 | +@self: |
| 4777 | +@Returns: |
| 4778 | + |
| 4779 | + |
| 4780 | +<!-- ##### FUNCTION tpl_event_get_sender ##### --> |
| 4781 | +<para> |
| 4782 | + |
| 4783 | +</para> |
| 4784 | + |
| 4785 | +@self: |
| 4786 | +@Returns: |
| 4787 | + |
| 4788 | + |
| 4789 | +<!-- ##### FUNCTION tpl_event_get_timestamp ##### --> |
| 4790 | +<para> |
| 4791 | + |
| 4792 | +</para> |
| 4793 | + |
| 4794 | +@self: |
| 4795 | +@Returns: |
| 4796 | + |
| 4797 | + |
| 4798 | |
| 4799 | === removed file 'doc/reference/libtelepathy-logger/tmpl/event.sgml' |
| 4800 | --- doc/reference/libtelepathy-logger/tmpl/event.sgml 2012-04-03 16:57:44 +0000 |
| 4801 | +++ doc/reference/libtelepathy-logger/tmpl/event.sgml 1970-01-01 00:00:00 +0000 |
| 4802 | @@ -1,127 +0,0 @@ |
| 4803 | -<!-- ##### SECTION Title ##### --> |
| 4804 | -event |
| 4805 | - |
| 4806 | -<!-- ##### SECTION Short_Description ##### --> |
| 4807 | - |
| 4808 | - |
| 4809 | -<!-- ##### SECTION Long_Description ##### --> |
| 4810 | -<para> |
| 4811 | - |
| 4812 | -</para> |
| 4813 | - |
| 4814 | - |
| 4815 | -<!-- ##### SECTION See_Also ##### --> |
| 4816 | -<para> |
| 4817 | - |
| 4818 | -</para> |
| 4819 | - |
| 4820 | - |
| 4821 | -<!-- ##### SECTION Stability_Level ##### --> |
| 4822 | - |
| 4823 | - |
| 4824 | -<!-- ##### SECTION Image ##### --> |
| 4825 | - |
| 4826 | - |
| 4827 | -<!-- ##### STRUCT TplEvent ##### --> |
| 4828 | -<para> |
| 4829 | - |
| 4830 | -</para> |
| 4831 | - |
| 4832 | - |
| 4833 | -<!-- ##### ARG TplEvent:account ##### --> |
| 4834 | -<para> |
| 4835 | - |
| 4836 | -</para> |
| 4837 | - |
| 4838 | -<!-- ##### ARG TplEvent:account-path ##### --> |
| 4839 | -<para> |
| 4840 | - |
| 4841 | -</para> |
| 4842 | - |
| 4843 | -<!-- ##### ARG TplEvent:channel-path ##### --> |
| 4844 | -<para> |
| 4845 | - |
| 4846 | -</para> |
| 4847 | - |
| 4848 | -<!-- ##### ARG TplEvent:receiver ##### --> |
| 4849 | -<para> |
| 4850 | - |
| 4851 | -</para> |
| 4852 | - |
| 4853 | -<!-- ##### ARG TplEvent:sender ##### --> |
| 4854 | -<para> |
| 4855 | - |
| 4856 | -</para> |
| 4857 | - |
| 4858 | -<!-- ##### ARG TplEvent:timestamp ##### --> |
| 4859 | -<para> |
| 4860 | - |
| 4861 | -</para> |
| 4862 | - |
| 4863 | -<!-- ##### STRUCT TplEventClass ##### --> |
| 4864 | -<para> |
| 4865 | - |
| 4866 | -</para> |
| 4867 | - |
| 4868 | - |
| 4869 | -<!-- ##### STRUCT TplEventPriv ##### --> |
| 4870 | -<para> |
| 4871 | - |
| 4872 | -</para> |
| 4873 | - |
| 4874 | - |
| 4875 | -<!-- ##### FUNCTION tpl_event_equal ##### --> |
| 4876 | -<para> |
| 4877 | - |
| 4878 | -</para> |
| 4879 | - |
| 4880 | -@self: |
| 4881 | -@data: |
| 4882 | -@Returns: |
| 4883 | - |
| 4884 | - |
| 4885 | -<!-- ##### FUNCTION tpl_event_get_account ##### --> |
| 4886 | -<para> |
| 4887 | - |
| 4888 | -</para> |
| 4889 | - |
| 4890 | -@self: |
| 4891 | -@Returns: |
| 4892 | - |
| 4893 | - |
| 4894 | -<!-- ##### FUNCTION tpl_event_get_account_path ##### --> |
| 4895 | -<para> |
| 4896 | - |
| 4897 | -</para> |
| 4898 | - |
| 4899 | -@self: |
| 4900 | -@Returns: |
| 4901 | - |
| 4902 | - |
| 4903 | -<!-- ##### FUNCTION tpl_event_get_receiver ##### --> |
| 4904 | -<para> |
| 4905 | - |
| 4906 | -</para> |
| 4907 | - |
| 4908 | -@self: |
| 4909 | -@Returns: |
| 4910 | - |
| 4911 | - |
| 4912 | -<!-- ##### FUNCTION tpl_event_get_sender ##### --> |
| 4913 | -<para> |
| 4914 | - |
| 4915 | -</para> |
| 4916 | - |
| 4917 | -@self: |
| 4918 | -@Returns: |
| 4919 | - |
| 4920 | - |
| 4921 | -<!-- ##### FUNCTION tpl_event_get_timestamp ##### --> |
| 4922 | -<para> |
| 4923 | - |
| 4924 | -</para> |
| 4925 | - |
| 4926 | -@self: |
| 4927 | -@Returns: |
| 4928 | - |
| 4929 | - |
| 4930 | |
| 4931 | === added file 'doc/reference/libtelepathy-logger/tmpl/log-manager.sgml' |
| 4932 | --- doc/reference/libtelepathy-logger/tmpl/log-manager.sgml 1970-01-01 00:00:00 +0000 |
| 4933 | +++ doc/reference/libtelepathy-logger/tmpl/log-manager.sgml 2012-10-25 23:21:20 +0000 |
| 4934 | @@ -0,0 +1,234 @@ |
| 4935 | +<!-- ##### SECTION Title ##### --> |
| 4936 | +log-manager |
| 4937 | + |
| 4938 | +<!-- ##### SECTION Short_Description ##### --> |
| 4939 | + |
| 4940 | + |
| 4941 | +<!-- ##### SECTION Long_Description ##### --> |
| 4942 | +<para> |
| 4943 | + |
| 4944 | +</para> |
| 4945 | + |
| 4946 | + |
| 4947 | +<!-- ##### SECTION See_Also ##### --> |
| 4948 | +<para> |
| 4949 | + |
| 4950 | +</para> |
| 4951 | + |
| 4952 | + |
| 4953 | +<!-- ##### SECTION Stability_Level ##### --> |
| 4954 | + |
| 4955 | + |
| 4956 | +<!-- ##### SECTION Image ##### --> |
| 4957 | + |
| 4958 | + |
| 4959 | +<!-- ##### MACRO TPL_LOG_MANAGER_ERROR ##### --> |
| 4960 | +<para> |
| 4961 | + |
| 4962 | +</para> |
| 4963 | + |
| 4964 | + |
| 4965 | + |
| 4966 | +<!-- ##### MACRO TPL_TYPE_LOG_SEARCH_HIT ##### --> |
| 4967 | +<para> |
| 4968 | + |
| 4969 | +</para> |
| 4970 | + |
| 4971 | + |
| 4972 | + |
| 4973 | +<!-- ##### ENUM TplEventTypeMask ##### --> |
| 4974 | +<para> |
| 4975 | + |
| 4976 | +</para> |
| 4977 | + |
| 4978 | +@TPL_EVENT_MASK_TEXT: |
| 4979 | +@TPL_EVENT_MASK_CALL: |
| 4980 | +@TPL_EVENT_MASK_ANY: |
| 4981 | + |
| 4982 | +<!-- ##### USER_FUNCTION TplLogEventFilter ##### --> |
| 4983 | +<para> |
| 4984 | + |
| 4985 | +</para> |
| 4986 | + |
| 4987 | +@event: |
| 4988 | +@user_data: |
| 4989 | +@Returns: |
| 4990 | + |
| 4991 | + |
| 4992 | +<!-- ##### STRUCT TplLogManager ##### --> |
| 4993 | +<para> |
| 4994 | + |
| 4995 | +</para> |
| 4996 | + |
| 4997 | + |
| 4998 | +<!-- ##### ENUM TplLogManagerError ##### --> |
| 4999 | +<para> |
| 5000 | + |
The diff has been truncated for viewing.

