Changeset 3278
- Timestamp:
- 01/17/08 20:53:12
- Files:
-
- trunk/docs/devel/reference/tmpl/tny-account-store.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-account.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-device.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-mime-part.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-queue-task.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-queue.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-send-queue.sgml (modified) (3 diffs)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (6 diffs)
- trunk/libtinymail-camel/tny-camel-mime-part.c (modified) (2 diffs)
- trunk/libtinymail-test/tny-mime-part-test.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/tmpl/tny-account-store.sgml
r3270 r3278 49 49 50 50 </para> 51 52 @:53 51 54 52 @tnyaccountstore: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-account.sgml
r3270 r3278 28 28 29 29 </para> 30 31 @: 30 32 31 33 @tnyaccount: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-device.sgml
r3270 r3278 36 36 37 37 </para> 38 39 @:40 @:41 38 42 39 @tnydevice: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-mime-part.sgml
r3270 r3278 95 95 96 96 97 <!-- ##### FUNCTION tny_mime_part_construct ##### --> 98 <para> 99 100 </para> 101 102 @self: 103 @stream: 104 @mime_type: 105 @transfer_encoding: 106 @Returns: 107 108 97 109 <!-- ##### FUNCTION tny_mime_part_get_filename ##### --> 98 110 <para> trunk/docs/devel/reference/tmpl/tny-queue-task.sgml
r3270 r3278 10 10 </para> 11 11 12 13 12 <!-- ##### SECTION See_Also ##### --> 14 13 <para> … … 16 15 </para> 17 16 18 19 17 <!-- ##### SECTION Stability_Level ##### --> 20 18 trunk/docs/devel/reference/tmpl/tny-queue.sgml
r3270 r3278 10 10 </para> 11 11 12 13 12 <!-- ##### SECTION See_Also ##### --> 14 13 <para> … … 16 15 </para> 17 16 18 19 17 <!-- ##### SECTION Stability_Level ##### --> 20 18 trunk/docs/devel/reference/tmpl/tny-send-queue.sgml
r3270 r3278 40 40 </para> 41 41 42 @: 43 @: 44 @: 45 @: 46 42 47 @tnysendqueue: the object which received the signal. 43 48 @arg1: … … 49 54 50 55 </para> 56 57 @: 58 @: 59 @: 60 @: 61 @: 51 62 52 63 @tnysendqueue: the object which received the signal. … … 60 71 61 72 </para> 73 74 @: 75 @: 76 @: 77 @: 78 @: 62 79 63 80 @tnysendqueue: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-shared.sgml
r3270 r3278 54 54 </para> 55 55 56 @ tnyaccountstore: the object which received the signal.56 @: 57 57 58 58 <!-- ##### STRUCT TnyAccountStoreIface ##### --> … … 260 260 </para> 261 261 262 @ :262 @tnyaccount: the object which received the signal. 263 263 264 264 <!-- ##### SIGNAL TnyAccount::connection-status-changed ##### --> … … 319 319 </para> 320 320 321 @ tnydevice: the object which received the signal.322 @ arg1:321 @: 322 @: 323 323 324 324 <!-- ##### STRUCT TnyDeviceIface ##### --> … … 491 491 </para> 492 492 493 @ :494 @ :495 @ :496 @ :493 @tnysendqueue: the object which received the signal. 494 @arg1: 495 @arg2: 496 @arg3: 497 497 498 498 <!-- ##### SIGNAL TnySendQueue::msg-sending ##### --> … … 501 501 </para> 502 502 503 @ :504 @ :505 @ :506 @ :507 @ :503 @tnysendqueue: the object which received the signal. 504 @arg1: 505 @arg2: 506 @arg3: 507 @arg4: 508 508 509 509 <!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> … … 512 512 </para> 513 513 514 @ :515 @ :516 @ :517 @ :518 @ :514 @tnysendqueue: the object which received the signal. 515 @arg1: 516 @arg2: 517 @arg3: 518 @arg4: 519 519 520 520 <!-- ##### STRUCT TnySendQueueIface ##### --> trunk/libtinymail-camel/tny-camel-mime-part.c
r3248 r3278 583 583 if (!wrapper) { 584 584 g_error (_("Mime part does not yet have a source stream, use " 585 "tny_mime_part_construct _from_streamfirst"));585 "tny_mime_part_construct first")); 586 586 camel_object_unref (cstream); 587 587 g_set_error (err, TNY_FOLDER_ERROR, 588 588 TNY_ERROR_UNSPEC, 589 589 _("Mime part does not yet have a source stream, use " 590 "tny_mime_part_construct _from_streamfirst"));590 "tny_mime_part_construct first")); 591 591 return bytes; 592 592 } … … 690 690 if (G_UNLIKELY (!wrapper)) { 691 691 g_error (_("Mime part does not yet have a source stream, use " 692 "tny_mime_part_construct _from_streamfirst"));692 "tny_mime_part_construct first")); 693 693 camel_object_unref (CAMEL_OBJECT (cstream)); 694 694 return -1; trunk/libtinymail-test/tny-mime-part-test.c
r3171 r3278 132 132 /* TODO (this one crashes) 133 133 134 tny_mime_part_construct _from_stream(iface, from, "text/plain");134 tny_mime_part_construct (iface, from, "text/plain"); 135 135 tny_mime_part_write_to_stream (iface, to, NULL); 136 136
