Changeset 3278

Show
Ignore:
Timestamp:
01/17/08 20:53:12
Author:
pvanhoof
Message:

Docu changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/devel/reference/tmpl/tny-account-store.sgml

    r3270 r3278  
    4949 
    5050</para> 
    51  
    52 @: 
    5351 
    5452@tnyaccountstore: the object which received the signal. 
  • trunk/docs/devel/reference/tmpl/tny-account.sgml

    r3270 r3278  
    2828 
    2929</para> 
     30 
     31@: 
    3032 
    3133@tnyaccount: the object which received the signal. 
  • trunk/docs/devel/reference/tmpl/tny-device.sgml

    r3270 r3278  
    3636 
    3737</para> 
    38  
    39 @:  
    40 @: 
    4138 
    4239@tnydevice: the object which received the signal. 
  • trunk/docs/devel/reference/tmpl/tny-mime-part.sgml

    r3270 r3278  
    9595 
    9696 
     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 
    97109<!-- ##### FUNCTION tny_mime_part_get_filename ##### --> 
    98110<para> 
  • trunk/docs/devel/reference/tmpl/tny-queue-task.sgml

    r3270 r3278  
    1010</para> 
    1111 
    12  
    1312<!-- ##### SECTION See_Also ##### --> 
    1413<para> 
     
    1615</para> 
    1716 
    18  
    1917<!-- ##### SECTION Stability_Level ##### --> 
    2018 
  • trunk/docs/devel/reference/tmpl/tny-queue.sgml

    r3270 r3278  
    1010</para> 
    1111 
    12  
    1312<!-- ##### SECTION See_Also ##### --> 
    1413<para> 
     
    1615</para> 
    1716 
    18  
    1917<!-- ##### SECTION Stability_Level ##### --> 
    2018 
  • trunk/docs/devel/reference/tmpl/tny-send-queue.sgml

    r3270 r3278  
    4040</para> 
    4141 
     42@:  
     43@:  
     44@:  
     45@: 
     46 
    4247@tnysendqueue: the object which received the signal. 
    4348@arg1:  
     
    4954 
    5055</para> 
     56 
     57@:  
     58@:  
     59@:  
     60@:  
     61@: 
    5162 
    5263@tnysendqueue: the object which received the signal. 
     
    6071 
    6172</para> 
     73 
     74@:  
     75@:  
     76@:  
     77@:  
     78@: 
    6279 
    6380@tnysendqueue: the object which received the signal. 
  • trunk/docs/devel/reference/tmpl/tny-shared.sgml

    r3270 r3278  
    5454</para> 
    5555 
    56 @tnyaccountstore: the object which received the signal. 
     56@:  
    5757 
    5858<!-- ##### STRUCT TnyAccountStoreIface ##### --> 
     
    260260</para> 
    261261 
    262 @:  
     262@tnyaccount: the object which received the signal. 
    263263 
    264264<!-- ##### SIGNAL TnyAccount::connection-status-changed ##### --> 
     
    319319</para> 
    320320 
    321 @tnydevice: the object which received the signal. 
    322 @arg1:  
     321@:  
     322@:  
    323323 
    324324<!-- ##### STRUCT TnyDeviceIface ##### --> 
     
    491491</para> 
    492492 
    493 @:  
    494 @:  
    495 @:  
    496 @:  
     493@tnysendqueue: the object which received the signal. 
     494@arg1:  
     495@arg2:  
     496@arg3:  
    497497 
    498498<!-- ##### SIGNAL TnySendQueue::msg-sending ##### --> 
     
    501501</para> 
    502502 
    503 @:  
    504 @:  
    505 @:  
    506 @:  
    507 @:  
     503@tnysendqueue: the object which received the signal. 
     504@arg1:  
     505@arg2:  
     506@arg3:  
     507@arg4:  
    508508 
    509509<!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> 
     
    512512</para> 
    513513 
    514 @:  
    515 @:  
    516 @:  
    517 @:  
    518 @:  
     514@tnysendqueue: the object which received the signal. 
     515@arg1:  
     516@arg2:  
     517@arg3:  
     518@arg4:  
    519519 
    520520<!-- ##### STRUCT TnySendQueueIface ##### --> 
  • trunk/libtinymail-camel/tny-camel-mime-part.c

    r3248 r3278  
    583583        if (!wrapper) { 
    584584                g_error (_("Mime part does not yet have a source stream, use " 
    585                         "tny_mime_part_construct_from_stream first")); 
     585                        "tny_mime_part_construct first")); 
    586586                camel_object_unref (cstream); 
    587587                g_set_error (err, TNY_FOLDER_ERROR,  
    588588                                TNY_ERROR_UNSPEC, 
    589589                                _("Mime part does not yet have a source stream, use " 
    590                                 "tny_mime_part_construct_from_stream first")); 
     590                                "tny_mime_part_construct first")); 
    591591                return bytes; 
    592592        } 
     
    690690        if (G_UNLIKELY (!wrapper)) { 
    691691                g_error (_("Mime part does not yet have a source stream, use " 
    692                         "tny_mime_part_construct_from_stream first")); 
     692                        "tny_mime_part_construct first")); 
    693693                camel_object_unref (CAMEL_OBJECT (cstream)); 
    694694                return -1; 
  • trunk/libtinymail-test/tny-mime-part-test.c

    r3171 r3278  
    132132/* TODO (this one crashes) 
    133133 
    134         tny_mime_part_construct_from_stream (iface, from, "text/plain"); 
     134        tny_mime_part_construct (iface, from, "text/plain"); 
    135135        tny_mime_part_write_to_stream (iface, to, NULL); 
    136136