Changeset 1821

Show
Ignore:
Timestamp:
04/22/07 14:22:20
Author:
pvanhoof
Message:

Updated docs

Files:

Legend:

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

    r1797 r1821  
    173173@header:  
    174174@callback:  
     175@status_callback:  
    175176@user_data:  
    176177 
  • trunk/docs/devel/reference/tmpl/tny-gtk-password-dialog.sgml

    r1797 r1821  
    1010</para> 
    1111 
    12  
    1312<!-- ##### SECTION See_Also ##### --> 
    1413<para> 
    1514 
    1615</para> 
    17  
    1816 
    1917<!-- ##### SECTION Stability_Level ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-merge-folder.sgml

    r1797 r1821  
    1010</para> 
    1111 
    12  
    1312<!-- ##### SECTION See_Also ##### --> 
    1413<para> 
    1514 
    1615</para> 
    17  
    1816 
    1917<!-- ##### SECTION Stability_Level ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-password-getter.sgml

    r1797 r1821  
    1010</para> 
    1111 
    12  
    1312<!-- ##### SECTION See_Also ##### --> 
    1413<para> 
    1514#TnyGtkPasswordDialog 
    1615</para> 
    17  
    1816 
    1917<!-- ##### SECTION Stability_Level ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-send-queue.sgml

    r1797 r1821  
    3434</para> 
    3535 
     36 
     37<!-- ##### SIGNAL TnySendQueue::error-happened ##### --> 
     38<para> 
     39 
     40</para> 
     41 
     42@tnysendqueue: the object which received the signal. 
     43@arg1:  
     44@arg2:  
     45@arg3:  
     46 
     47<!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> 
     48<para> 
     49 
     50</para> 
     51 
     52@tnysendqueue: the object which received the signal. 
     53@arg1:  
     54@arg2:  
     55@arg3:  
    3656 
    3757<!-- ##### STRUCT TnySendQueueIface ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-shared.sgml

    r1797 r1821  
    378378 
    379379 
    380 <!-- ##### USER_FUNCTION TnyRefreshFolderStatusCallback ##### --> 
    381 <para> 
    382 A method that frequently gets called while a folder is being refreshed 
    383 </para> 
    384  
    385 @self: the #TnyFolder instance that is being refreshed 
    386 @what: a status message 
     380<!-- ##### USER_FUNCTION TnyStatusCallback ##### --> 
     381<para> 
     382 
     383</para> 
     384 
     385@self:  
     386@what:  
    387387@sofar:  
    388 @oftotal: the total amount that is to be done 
    389 @user_data: user data passed at the caller 
    390 <!-- # Unused Parameters # --> 
    391 @status: a number that is smaller than or equal to @oftotal indicating the amount that is done 
     388@oftotal:  
     389@user_data:  
    392390 
    393391 
     
    494492 
    495493 
     494<!-- ##### SIGNAL TnySendQueue::error-happened ##### --> 
     495<para> 
     496 
     497</para> 
     498 
     499@tnysendqueue: the object which received the signal. 
     500@arg1:  
     501@arg2:  
     502@arg3:  
     503 
     504<!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> 
     505<para> 
     506 
     507</para> 
     508 
     509@tnysendqueue: the object which received the signal. 
     510@arg1:  
     511@arg2:  
     512@arg3:  
     513 
    496514<!-- ##### STRUCT TnySendQueueIface ##### --> 
    497515<para> 
  • trunk/gentypes.sh

    r1797 r1821  
    33echo "#include <glib.h>" > docs/devel/reference/libtinymail.types 
    44 
    5 find $srcdir -maxdepth 2 -type f -iname '*.h' -printf '#include <%f>\n' | grep -v "\-priv" | grep -v "\-test" | grep -v platform_include.h | grep -v camel.h | grep -v config.h | grep -v tny-demoui-summary-view.h | grep -v olpc | grep -v gnome | grep -v maemo | grep -v gpe | grep -v acap | grep -v tny-gtk-enums.h | grep -v tny-enums.h >> docs/devel/reference/libtinymail.types 
     5find $srcdir -maxdepth 2 -type f -iname '*.h' -printf '#include <%f>\n' | grep -v "\-priv" | grep -v "\-test" | grep -v platform_include.h | grep -v camel.h | grep -v config.h | grep -v tny-demoui-summary-view.h | grep -v olpc | grep -v gnome | grep -v maemo | grep -v gpe | grep -v acap | grep -v tny-gtk-enums.h | grep -v tny-enums.h | grep -v tny-get-msg-queue.h | grep -v tny-generic-send-queue.h >> docs/devel/reference/libtinymail.types 
    66 
    77echo >> docs/devel/reference/libtinymail.types 
    88 
    9 find $srcdir -maxdepth 2 -type f -iname "*.h" -exec grep get_type {} \; | grep -v _tny_simple_list_iterator | grep -v tny_demoui_summary_view | grep -v define | grep -v tny_maemo | grep -v tny_gpe | grep -v tny_gnome | grep -v tny_olpc | grep -v _camel_get_type | grep -v tny_test_stream_get_type |  grep -v tny_gtk_enums_get_type | grep -v tny_enums_get_type |  grep -v tny_acap_account_store_get_type | cut -d " " -f 2- | cut -d "(" -f 1 | sed s/\ //g >> docs/devel/reference/libtinymail.types 
     9find $srcdir -maxdepth 2 -type f -iname "*.h" -exec grep get_type {} \; | grep -v _tny_simple_list_iterator | grep -v tny_demoui_summary_view | grep -v define | grep -v tny_maemo | grep -v tny_gpe | grep -v tny_gnome | grep -v tny_olpc | grep -v _camel_get_type | grep -v tny_test_stream_get_type |  grep -v tny_gtk_enums_get_type | grep -v tny_enums_get_type |  grep -v tny_acap_account_store_get_type | grep -v tny_generic_send_queue_get_type |grep -v tny_get_msg_queue_get_type |cut -d " " -f 2- | cut -d "(" -f 1 | sed s/\ //g >> docs/devel/reference/libtinymail.types 
    1010 
  • trunk/po/Makefile.in.in

    r1817 r1821  
    2626prefix = @prefix@ 
    2727exec_prefix = @exec_prefix@ 
    28 datarootdir = @datarootdir@ 
    2928datadir = @datadir@ 
    3029libdir = @libdir@ 
     
    4241GMSGFMT = @GMSGFMT@ 
    4342MSGFMT = @MSGFMT@ 
    44 MSGFMT_OPTS = @MSGFMT_OPTS@ 
    4543XGETTEXT = @XGETTEXT@ 
    4644MSGMERGE = msgmerge 
     
    8179.po.gmo: 
    8280        file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ 
    83           && rm -f $$file && $(GMSGFMT) $(MSGFMT_OPTS) -o $$file $< 
     81          && rm -f $$file && $(GMSGFMT) -c -o $$file $< 
    8482 
    8583.po.cat: