Changeset 1821
- Timestamp:
- 04/22/07 14:22:20
- Files:
-
- trunk/docs/devel/reference/tmpl/tny-folder.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-gtk-password-dialog.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-merge-folder.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-password-getter.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-send-queue.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (2 diffs)
- trunk/gentypes.sh (modified) (1 diff)
- trunk/po/Makefile.in.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/tmpl/tny-folder.sgml
r1797 r1821 173 173 @header: 174 174 @callback: 175 @status_callback: 175 176 @user_data: 176 177 trunk/docs/devel/reference/tmpl/tny-gtk-password-dialog.sgml
r1797 r1821 10 10 </para> 11 11 12 13 12 <!-- ##### SECTION See_Also ##### --> 14 13 <para> 15 14 16 15 </para> 17 18 16 19 17 <!-- ##### SECTION Stability_Level ##### --> trunk/docs/devel/reference/tmpl/tny-merge-folder.sgml
r1797 r1821 10 10 </para> 11 11 12 13 12 <!-- ##### SECTION See_Also ##### --> 14 13 <para> 15 14 16 15 </para> 17 18 16 19 17 <!-- ##### SECTION Stability_Level ##### --> trunk/docs/devel/reference/tmpl/tny-password-getter.sgml
r1797 r1821 10 10 </para> 11 11 12 13 12 <!-- ##### SECTION See_Also ##### --> 14 13 <para> 15 14 #TnyGtkPasswordDialog 16 15 </para> 17 18 16 19 17 <!-- ##### SECTION Stability_Level ##### --> trunk/docs/devel/reference/tmpl/tny-send-queue.sgml
r1797 r1821 34 34 </para> 35 35 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: 36 56 37 57 <!-- ##### STRUCT TnySendQueueIface ##### --> trunk/docs/devel/reference/tmpl/tny-shared.sgml
r1797 r1821 378 378 379 379 380 <!-- ##### USER_FUNCTION Tny RefreshFolderStatusCallback ##### -->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 refreshed386 @what: a status message380 <!-- ##### USER_FUNCTION TnyStatusCallback ##### --> 381 <para> 382 383 </para> 384 385 @self: 386 @what: 387 387 @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: 392 390 393 391 … … 494 492 495 493 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 496 514 <!-- ##### STRUCT TnySendQueueIface ##### --> 497 515 <para> trunk/gentypes.sh
r1797 r1821 3 3 echo "#include <glib.h>" > docs/devel/reference/libtinymail.types 4 4 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.types5 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 | grep -v tny-get-msg-queue.h | grep -v tny-generic-send-queue.h >> docs/devel/reference/libtinymail.types 6 6 7 7 echo >> docs/devel/reference/libtinymail.types 8 8 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.types9 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 | 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 10 10 trunk/po/Makefile.in.in
r1817 r1821 26 26 prefix = @prefix@ 27 27 exec_prefix = @exec_prefix@ 28 datarootdir = @datarootdir@29 28 datadir = @datadir@ 30 29 libdir = @libdir@ … … 42 41 GMSGFMT = @GMSGFMT@ 43 42 MSGFMT = @MSGFMT@ 44 MSGFMT_OPTS = @MSGFMT_OPTS@45 43 XGETTEXT = @XGETTEXT@ 46 44 MSGMERGE = msgmerge … … 81 79 .po.gmo: 82 80 file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ 83 && rm -f $$file && $(GMSGFMT) $(MSGFMT_OPTS)-o $$file $<81 && rm -f $$file && $(GMSGFMT) -c -o $$file $< 84 82 85 83 .po.cat:
