Sun Sep 18 12:43:29 2016 UTC ()
Update to 2.2.13

Changelog:
Version 2.2.13 (9 May 2016)
--------------

        Use glib's unix fd implementation for io_watch where glib >= 2.36
        is installed, unless otherwise chosen during configuration
        (acinclude.m4, configure-gtk2.ac, configure-gtk-3.ac;
        io_watch.cpp).

        Update documentation (callback.h, extension.h, future.h).

Version 2.2.12 (18 October 2015)
--------------

        Simplify Cgu::Application::add() method (application.cpp).

        Minor implementation improvement for
        Cgu::Thread::parallel_transform* functions (do pointer arithmetic
        before not after tasks are launched) (parallel.h).

        Permit return value optimisation when returning thread object on
        starting new thread (thread.cpp).

        Update libtool to version 2.4.6.

        Documentation fix for doxygen-1.8.9 (docs/Doxyfile.in).

        Update code comments (emitter.h).

        Update documentation (doxygen.main.in, application.h, emitter.h,
        extension.h, future.h, future.tpp, shared_handle.h, shared_ptr.h,
        task_manager.h, thread.h).


(ryoon)
diff -r1.5 -r1.6 pkgsrc/x11/c++-gtk-utils/Makefile
diff -r1.5 -r1.6 pkgsrc/x11/c++-gtk-utils/distinfo
diff -r1.2 -r1.3 pkgsrc/x11/c++-gtk-utils/PLIST

cvs diff -r1.5 -r1.6 pkgsrc/x11/c++-gtk-utils/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/c++-gtk-utils/Makefile 2016/08/03 10:22:20 1.5
+++ pkgsrc/x11/c++-gtk-utils/Makefile 2016/09/18 12:43:29 1.6
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2016/08/03 10:22:20 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2016/09/18 12:43:29 ryoon Exp $
2 2
3DISTNAME= c++-gtk-utils-2.2.11 3DISTNAME= c++-gtk-utils-2.2.13
4PKGREVISION= 2 
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cxx-gtk-utils/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cxx-gtk-utils/}
7 6
8MAINTAINER= ryoon@NetBSD.org 7MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= http://cxx-gtk-utils.sourceforge.net/ 8HOMEPAGE= http://cxx-gtk-utils.sourceforge.net/
10COMMENT= Lightweight library for programming GTK+ programs using C++ 9COMMENT= Lightweight library for programming GTK+ programs using C++
11LICENSE= gnu-lgpl-v2.1 10LICENSE= gnu-lgpl-v2.1
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 13USE_LIBTOOL= yes
15USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17 16

cvs diff -r1.5 -r1.6 pkgsrc/x11/c++-gtk-utils/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/c++-gtk-utils/distinfo 2015/11/04 03:28:26 1.5
+++ pkgsrc/x11/c++-gtk-utils/distinfo 2016/09/18 12:43:29 1.6
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.5 2015/11/04 03:28:26 agc Exp $ 1$NetBSD: distinfo,v 1.6 2016/09/18 12:43:29 ryoon Exp $
2 2
3SHA1 (c++-gtk-utils-2.2.11.tar.gz) = f1c3cef40b814425adb395084dcb8b262ad68b68 3SHA1 (c++-gtk-utils-2.2.13.tar.gz) = c5d185ab40689f59fcdfb7904baac3326f5d0a90
4RMD160 (c++-gtk-utils-2.2.11.tar.gz) = 7c9f7b48343ae1dd3d0258c455d170884f6f5c69 4RMD160 (c++-gtk-utils-2.2.13.tar.gz) = 3832ae03c9eb5bc3896fb2ac89a8100ec710059a
5SHA512 (c++-gtk-utils-2.2.11.tar.gz) = 941a95a1b1e1b052d45d4e1b65cca11a4de368e64ca903de17e9e7ea38f6637ef82e7b8c45eafd1fc0ef741ee10e3517cc2f46345ec0f5fcff5b8168ef60ef49 5SHA512 (c++-gtk-utils-2.2.13.tar.gz) = 42b4f92722e3e03546311702ed233e248d39fcb38b51c687e34ce48e57abe31078c31a99d199aeb3c8de68ae0cf280b606a2585c43898d4a003f962bbe132c2f
6Size (c++-gtk-utils-2.2.11.tar.gz) = 2679730 bytes 6Size (c++-gtk-utils-2.2.13.tar.gz) = 2742099 bytes
7SHA1 (patch-c++-gtk-utils_Makefile.in) = 48dcf35c63a7397ad83329ab4c841482d38a99b8 7SHA1 (patch-c++-gtk-utils_Makefile.in) = 48dcf35c63a7397ad83329ab4c841482d38a99b8
8SHA1 (patch-tests_test__fdstream.cpp) = 2735a0ab4646e14719ec9fb2c96c8bd1f31b7f7d 8SHA1 (patch-tests_test__fdstream.cpp) = 2735a0ab4646e14719ec9fb2c96c8bd1f31b7f7d
9SHA1 (patch-tests_test__gstream.cpp) = 0977bdfdb96b9b6ba42eefa67e17933fcd662f3b 9SHA1 (patch-tests_test__gstream.cpp) = 0977bdfdb96b9b6ba42eefa67e17933fcd662f3b

cvs diff -r1.2 -r1.3 pkgsrc/x11/c++-gtk-utils/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/c++-gtk-utils/PLIST 2015/04/11 05:40:55 1.2
+++ pkgsrc/x11/c++-gtk-utils/PLIST 2016/09/18 12:43:29 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2015/04/11 05:40:55 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.3 2016/09/18 12:43:29 ryoon Exp $
2include/c++-gtk-utils-3-2.2/c++-gtk-utils/application.h 2include/c++-gtk-utils-3-2.2/c++-gtk-utils/application.h
3include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_queue.h 3include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_queue.h
4include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_result.h 4include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_result.h
5include/c++-gtk-utils-3-2.2/c++-gtk-utils/callback.h 5include/c++-gtk-utils-3-2.2/c++-gtk-utils/callback.h
6include/c++-gtk-utils-3-2.2/c++-gtk-utils/cgu_config.h 6include/c++-gtk-utils-3-2.2/c++-gtk-utils/cgu_config.h
7include/c++-gtk-utils-3-2.2/c++-gtk-utils/convert.h 7include/c++-gtk-utils-3-2.2/c++-gtk-utils/convert.h
8include/c++-gtk-utils-3-2.2/c++-gtk-utils/do_if.h 8include/c++-gtk-utils-3-2.2/c++-gtk-utils/do_if.h
9include/c++-gtk-utils-3-2.2/c++-gtk-utils/emitter.h 9include/c++-gtk-utils-3-2.2/c++-gtk-utils/emitter.h
10include/c++-gtk-utils-3-2.2/c++-gtk-utils/extension.h 10include/c++-gtk-utils-3-2.2/c++-gtk-utils/extension.h
11include/c++-gtk-utils-3-2.2/c++-gtk-utils/fdstream.h 11include/c++-gtk-utils-3-2.2/c++-gtk-utils/fdstream.h
12include/c++-gtk-utils-3-2.2/c++-gtk-utils/fdstream.tpp 12include/c++-gtk-utils-3-2.2/c++-gtk-utils/fdstream.tpp
13include/c++-gtk-utils-3-2.2/c++-gtk-utils/file_print_manager.h 13include/c++-gtk-utils-3-2.2/c++-gtk-utils/file_print_manager.h
14include/c++-gtk-utils-3-2.2/c++-gtk-utils/future.h 14include/c++-gtk-utils-3-2.2/c++-gtk-utils/future.h
@@ -48,26 +48,28 @@ share/doc/c++-gtk-utils/2.2/README @@ -48,26 +48,28 @@ share/doc/c++-gtk-utils/2.2/README
48share/doc/c++-gtk-utils/2.2/html/Clang.html 48share/doc/c++-gtk-utils/2.2/html/Clang.html
49share/doc/c++-gtk-utils/2.2/html/GTK.html 49share/doc/c++-gtk-utils/2.2/html/GTK.html
50share/doc/c++-gtk-utils/2.2/html/GtkBuilder.html 50share/doc/c++-gtk-utils/2.2/html/GtkBuilder.html
51share/doc/c++-gtk-utils/2.2/html/Linkage.html 51share/doc/c++-gtk-utils/2.2/html/Linkage.html
52share/doc/c++-gtk-utils/2.2/html/Memory.html 52share/doc/c++-gtk-utils/2.2/html/Memory.html
53share/doc/c++-gtk-utils/2.2/html/Namespaces.html 53share/doc/c++-gtk-utils/2.2/html/Namespaces.html
54share/doc/c++-gtk-utils/2.2/html/Porting.html 54share/doc/c++-gtk-utils/2.2/html/Porting.html
55share/doc/c++-gtk-utils/2.2/html/Qt.html 55share/doc/c++-gtk-utils/2.2/html/Qt.html
56share/doc/c++-gtk-utils/2.2/html/Threading.html 56share/doc/c++-gtk-utils/2.2/html/Threading.html
57share/doc/c++-gtk-utils/2.2/html/Variants.html 57share/doc/c++-gtk-utils/2.2/html/Variants.html
58share/doc/c++-gtk-utils/2.2/html/annotated.html 58share/doc/c++-gtk-utils/2.2/html/annotated.html
59share/doc/c++-gtk-utils/2.2/html/application_8h.html 59share/doc/c++-gtk-utils/2.2/html/application_8h.html
60share/doc/c++-gtk-utils/2.2/html/application_8h_source.html 60share/doc/c++-gtk-utils/2.2/html/application_8h_source.html
 61share/doc/c++-gtk-utils/2.2/html/arrowdown.png
 62share/doc/c++-gtk-utils/2.2/html/arrowright.png
61share/doc/c++-gtk-utils/2.2/html/async__queue_8h.html 63share/doc/c++-gtk-utils/2.2/html/async__queue_8h.html
62share/doc/c++-gtk-utils/2.2/html/async__queue_8h_source.html 64share/doc/c++-gtk-utils/2.2/html/async__queue_8h_source.html
63share/doc/c++-gtk-utils/2.2/html/async__result_8h.html 65share/doc/c++-gtk-utils/2.2/html/async__result_8h.html
64share/doc/c++-gtk-utils/2.2/html/async__result_8h_source.html 66share/doc/c++-gtk-utils/2.2/html/async__result_8h_source.html
65share/doc/c++-gtk-utils/2.2/html/bc_s.png 67share/doc/c++-gtk-utils/2.2/html/bc_s.png
66share/doc/c++-gtk-utils/2.2/html/bdwn.png 68share/doc/c++-gtk-utils/2.2/html/bdwn.png
67share/doc/c++-gtk-utils/2.2/html/callback_8h.html 69share/doc/c++-gtk-utils/2.2/html/callback_8h.html
68share/doc/c++-gtk-utils/2.2/html/callback_8h_source.html 70share/doc/c++-gtk-utils/2.2/html/callback_8h_source.html
69share/doc/c++-gtk-utils/2.2/html/cgu__config_8h.html 71share/doc/c++-gtk-utils/2.2/html/cgu__config_8h.html
70share/doc/c++-gtk-utils/2.2/html/cgu__config_8h_source.html 72share/doc/c++-gtk-utils/2.2/html/cgu__config_8h_source.html
71share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Application-members.html 73share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Application-members.html
72share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Application.html 74share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Application.html
73share/doc/c++-gtk-utils/2.2/html/classCgu_1_1ApplicationNameError-members.html 75share/doc/c++-gtk-utils/2.2/html/classCgu_1_1ApplicationNameError-members.html
@@ -262,105 +264,92 @@ share/doc/c++-gtk-utils/2.2/html/classCg @@ -262,105 +264,92 @@ share/doc/c++-gtk-utils/2.2/html/classCg
262share/doc/c++-gtk-utils/2.2/html/classCgu_1_1basic__gostream.png 264share/doc/c++-gtk-utils/2.2/html/classCgu_1_1basic__gostream.png
263share/doc/c++-gtk-utils/2.2/html/classCgu_1_1basic__gstreambuf-members.html 265share/doc/c++-gtk-utils/2.2/html/classCgu_1_1basic__gstreambuf-members.html
264share/doc/c++-gtk-utils/2.2/html/classCgu_1_1basic__gstreambuf.html 266share/doc/c++-gtk-utils/2.2/html/classCgu_1_1basic__gstreambuf.html
265share/doc/c++-gtk-utils/2.2/html/classCgu_1_1basic__gstreambuf.png 267share/doc/c++-gtk-utils/2.2/html/classCgu_1_1basic__gstreambuf.png
266share/doc/c++-gtk-utils/2.2/html/classes.html 268share/doc/c++-gtk-utils/2.2/html/classes.html
267share/doc/c++-gtk-utils/2.2/html/classstd_1_1hash.html 269share/doc/c++-gtk-utils/2.2/html/classstd_1_1hash.html
268share/doc/c++-gtk-utils/2.2/html/closed.png 270share/doc/c++-gtk-utils/2.2/html/closed.png
269share/doc/c++-gtk-utils/2.2/html/convert_8h.html 271share/doc/c++-gtk-utils/2.2/html/convert_8h.html
270share/doc/c++-gtk-utils/2.2/html/convert_8h_source.html 272share/doc/c++-gtk-utils/2.2/html/convert_8h_source.html
271share/doc/c++-gtk-utils/2.2/html/deprecated.html 273share/doc/c++-gtk-utils/2.2/html/deprecated.html
272share/doc/c++-gtk-utils/2.2/html/dir_101f02d72531e1268e20029abbed11e1.html 274share/doc/c++-gtk-utils/2.2/html/dir_101f02d72531e1268e20029abbed11e1.html
273share/doc/c++-gtk-utils/2.2/html/do__if_8h.html 275share/doc/c++-gtk-utils/2.2/html/do__if_8h.html
274share/doc/c++-gtk-utils/2.2/html/do__if_8h_source.html 276share/doc/c++-gtk-utils/2.2/html/do__if_8h_source.html
 277share/doc/c++-gtk-utils/2.2/html/doc.png
275share/doc/c++-gtk-utils/2.2/html/doxygen.css 278share/doc/c++-gtk-utils/2.2/html/doxygen.css
276share/doc/c++-gtk-utils/2.2/html/doxygen.png 279share/doc/c++-gtk-utils/2.2/html/doxygen.png
277share/doc/c++-gtk-utils/2.2/html/doxygen_8main.html 280share/doc/c++-gtk-utils/2.2/html/doxygen_8main.html
278share/doc/c++-gtk-utils/2.2/html/emitter_8h.html 281share/doc/c++-gtk-utils/2.2/html/emitter_8h.html
279share/doc/c++-gtk-utils/2.2/html/emitter_8h_source.html 282share/doc/c++-gtk-utils/2.2/html/emitter_8h_source.html
280share/doc/c++-gtk-utils/2.2/html/extension_8h.html 283share/doc/c++-gtk-utils/2.2/html/extension_8h.html
281share/doc/c++-gtk-utils/2.2/html/extension_8h_source.html 284share/doc/c++-gtk-utils/2.2/html/extension_8h_source.html
282share/doc/c++-gtk-utils/2.2/html/fdstream_8h.html 285share/doc/c++-gtk-utils/2.2/html/fdstream_8h.html
283share/doc/c++-gtk-utils/2.2/html/fdstream_8h_source.html 286share/doc/c++-gtk-utils/2.2/html/fdstream_8h_source.html
284share/doc/c++-gtk-utils/2.2/html/file__print__manager_8h.html 287share/doc/c++-gtk-utils/2.2/html/file__print__manager_8h.html
285share/doc/c++-gtk-utils/2.2/html/file__print__manager_8h_source.html 288share/doc/c++-gtk-utils/2.2/html/file__print__manager_8h_source.html
286share/doc/c++-gtk-utils/2.2/html/files.html 289share/doc/c++-gtk-utils/2.2/html/files.html
287share/doc/c++-gtk-utils/2.2/html/ftv2blank.png 290share/doc/c++-gtk-utils/2.2/html/folderclosed.png
288share/doc/c++-gtk-utils/2.2/html/ftv2cl.png 291share/doc/c++-gtk-utils/2.2/html/folderopen.png
289share/doc/c++-gtk-utils/2.2/html/ftv2doc.png 
290share/doc/c++-gtk-utils/2.2/html/ftv2folderclosed.png 
291share/doc/c++-gtk-utils/2.2/html/ftv2folderopen.png 
292share/doc/c++-gtk-utils/2.2/html/ftv2lastnode.png 
293share/doc/c++-gtk-utils/2.2/html/ftv2link.png 
294share/doc/c++-gtk-utils/2.2/html/ftv2mlastnode.png 
295share/doc/c++-gtk-utils/2.2/html/ftv2mnode.png 
296share/doc/c++-gtk-utils/2.2/html/ftv2mo.png 
297share/doc/c++-gtk-utils/2.2/html/ftv2node.png 
298share/doc/c++-gtk-utils/2.2/html/ftv2ns.png 
299share/doc/c++-gtk-utils/2.2/html/ftv2plastnode.png 
300share/doc/c++-gtk-utils/2.2/html/ftv2pnode.png 
301share/doc/c++-gtk-utils/2.2/html/ftv2splitbar.png 
302share/doc/c++-gtk-utils/2.2/html/ftv2vertline.png 
303share/doc/c++-gtk-utils/2.2/html/functions.html 292share/doc/c++-gtk-utils/2.2/html/functions.html
304share/doc/c++-gtk-utils/2.2/html/functions_0x62.html 293share/doc/c++-gtk-utils/2.2/html/functions_b.html
305share/doc/c++-gtk-utils/2.2/html/functions_0x63.html 294share/doc/c++-gtk-utils/2.2/html/functions_c.html
306share/doc/c++-gtk-utils/2.2/html/functions_0x64.html 295share/doc/c++-gtk-utils/2.2/html/functions_d.html
307share/doc/c++-gtk-utils/2.2/html/functions_0x65.html 296share/doc/c++-gtk-utils/2.2/html/functions_e.html
308share/doc/c++-gtk-utils/2.2/html/functions_0x66.html 
309share/doc/c++-gtk-utils/2.2/html/functions_0x67.html 
310share/doc/c++-gtk-utils/2.2/html/functions_0x68.html 
311share/doc/c++-gtk-utils/2.2/html/functions_0x69.html 
312share/doc/c++-gtk-utils/2.2/html/functions_0x6a.html 
313share/doc/c++-gtk-utils/2.2/html/functions_0x6c.html 
314share/doc/c++-gtk-utils/2.2/html/functions_0x6d.html 
315share/doc/c++-gtk-utils/2.2/html/functions_0x6e.html 
316share/doc/c++-gtk-utils/2.2/html/functions_0x6f.html 
317share/doc/c++-gtk-utils/2.2/html/functions_0x70.html 
318share/doc/c++-gtk-utils/2.2/html/functions_0x72.html 
319share/doc/c++-gtk-utils/2.2/html/functions_0x73.html 
320share/doc/c++-gtk-utils/2.2/html/functions_0x74.html 
321share/doc/c++-gtk-utils/2.2/html/functions_0x75.html 
322share/doc/c++-gtk-utils/2.2/html/functions_0x76.html 
323share/doc/c++-gtk-utils/2.2/html/functions_0x77.html 
324share/doc/c++-gtk-utils/2.2/html/functions_0x78.html 
325share/doc/c++-gtk-utils/2.2/html/functions_0x7e.html 
326share/doc/c++-gtk-utils/2.2/html/functions_enum.html 297share/doc/c++-gtk-utils/2.2/html/functions_enum.html
327share/doc/c++-gtk-utils/2.2/html/functions_eval.html 298share/doc/c++-gtk-utils/2.2/html/functions_eval.html
 299share/doc/c++-gtk-utils/2.2/html/functions_f.html
328share/doc/c++-gtk-utils/2.2/html/functions_func.html 300share/doc/c++-gtk-utils/2.2/html/functions_func.html
329share/doc/c++-gtk-utils/2.2/html/functions_func_0x62.html 301share/doc/c++-gtk-utils/2.2/html/functions_func_b.html
330share/doc/c++-gtk-utils/2.2/html/functions_func_0x63.html 302share/doc/c++-gtk-utils/2.2/html/functions_func_c.html
331share/doc/c++-gtk-utils/2.2/html/functions_func_0x64.html 303share/doc/c++-gtk-utils/2.2/html/functions_func_d.html
332share/doc/c++-gtk-utils/2.2/html/functions_func_0x65.html 304share/doc/c++-gtk-utils/2.2/html/functions_func_e.html
333share/doc/c++-gtk-utils/2.2/html/functions_func_0x66.html 305share/doc/c++-gtk-utils/2.2/html/functions_func_f.html
334share/doc/c++-gtk-utils/2.2/html/functions_func_0x67.html 306share/doc/c++-gtk-utils/2.2/html/functions_func_g.html
335share/doc/c++-gtk-utils/2.2/html/functions_func_0x68.html 307share/doc/c++-gtk-utils/2.2/html/functions_func_h.html
336share/doc/c++-gtk-utils/2.2/html/functions_func_0x69.html 308share/doc/c++-gtk-utils/2.2/html/functions_func_i.html
337share/doc/c++-gtk-utils/2.2/html/functions_func_0x6a.html 309share/doc/c++-gtk-utils/2.2/html/functions_func_j.html
338share/doc/c++-gtk-utils/2.2/html/functions_func_0x6c.html 310share/doc/c++-gtk-utils/2.2/html/functions_func_l.html
339share/doc/c++-gtk-utils/2.2/html/functions_func_0x6d.html 311share/doc/c++-gtk-utils/2.2/html/functions_func_m.html
340share/doc/c++-gtk-utils/2.2/html/functions_func_0x6e.html 312share/doc/c++-gtk-utils/2.2/html/functions_func_n.html
341share/doc/c++-gtk-utils/2.2/html/functions_func_0x6f.html 313share/doc/c++-gtk-utils/2.2/html/functions_func_o.html
342share/doc/c++-gtk-utils/2.2/html/functions_func_0x70.html 314share/doc/c++-gtk-utils/2.2/html/functions_func_p.html
343share/doc/c++-gtk-utils/2.2/html/functions_func_0x72.html 315share/doc/c++-gtk-utils/2.2/html/functions_func_r.html
344share/doc/c++-gtk-utils/2.2/html/functions_func_0x73.html 316share/doc/c++-gtk-utils/2.2/html/functions_func_s.html
345share/doc/c++-gtk-utils/2.2/html/functions_func_0x74.html 317share/doc/c++-gtk-utils/2.2/html/functions_func_t.html
346share/doc/c++-gtk-utils/2.2/html/functions_func_0x75.html 318share/doc/c++-gtk-utils/2.2/html/functions_func_u.html
347share/doc/c++-gtk-utils/2.2/html/functions_func_0x76.html 319share/doc/c++-gtk-utils/2.2/html/functions_func_v.html
348share/doc/c++-gtk-utils/2.2/html/functions_func_0x77.html 320share/doc/c++-gtk-utils/2.2/html/functions_func_w.html
349share/doc/c++-gtk-utils/2.2/html/functions_func_0x78.html 321share/doc/c++-gtk-utils/2.2/html/functions_func_x.html
350share/doc/c++-gtk-utils/2.2/html/functions_func_0x7e.html 322share/doc/c++-gtk-utils/2.2/html/functions_func_~.html
 323share/doc/c++-gtk-utils/2.2/html/functions_g.html
 324share/doc/c++-gtk-utils/2.2/html/functions_h.html
 325share/doc/c++-gtk-utils/2.2/html/functions_i.html
 326share/doc/c++-gtk-utils/2.2/html/functions_j.html
 327share/doc/c++-gtk-utils/2.2/html/functions_l.html
 328share/doc/c++-gtk-utils/2.2/html/functions_m.html
 329share/doc/c++-gtk-utils/2.2/html/functions_n.html
 330share/doc/c++-gtk-utils/2.2/html/functions_o.html
 331share/doc/c++-gtk-utils/2.2/html/functions_p.html
 332share/doc/c++-gtk-utils/2.2/html/functions_r.html
351share/doc/c++-gtk-utils/2.2/html/functions_rela.html 333share/doc/c++-gtk-utils/2.2/html/functions_rela.html
 334share/doc/c++-gtk-utils/2.2/html/functions_s.html
 335share/doc/c++-gtk-utils/2.2/html/functions_t.html
352share/doc/c++-gtk-utils/2.2/html/functions_type.html 336share/doc/c++-gtk-utils/2.2/html/functions_type.html
 337share/doc/c++-gtk-utils/2.2/html/functions_u.html
 338share/doc/c++-gtk-utils/2.2/html/functions_v.html
353share/doc/c++-gtk-utils/2.2/html/functions_vars.html 339share/doc/c++-gtk-utils/2.2/html/functions_vars.html
 340share/doc/c++-gtk-utils/2.2/html/functions_w.html
 341share/doc/c++-gtk-utils/2.2/html/functions_x.html
 342share/doc/c++-gtk-utils/2.2/html/functions_~.html
354share/doc/c++-gtk-utils/2.2/html/future_8h.html 343share/doc/c++-gtk-utils/2.2/html/future_8h.html
355share/doc/c++-gtk-utils/2.2/html/future_8h_source.html 344share/doc/c++-gtk-utils/2.2/html/future_8h_source.html
356share/doc/c++-gtk-utils/2.2/html/gerror__handle_8h.html 345share/doc/c++-gtk-utils/2.2/html/gerror__handle_8h.html
357share/doc/c++-gtk-utils/2.2/html/gerror__handle_8h_source.html 346share/doc/c++-gtk-utils/2.2/html/gerror__handle_8h_source.html
358share/doc/c++-gtk-utils/2.2/html/globals.html 347share/doc/c++-gtk-utils/2.2/html/globals.html
359share/doc/c++-gtk-utils/2.2/html/globals_defs.html 348share/doc/c++-gtk-utils/2.2/html/globals_defs.html
360share/doc/c++-gtk-utils/2.2/html/gobj__handle_8h.html 349share/doc/c++-gtk-utils/2.2/html/gobj__handle_8h.html
361share/doc/c++-gtk-utils/2.2/html/gobj__handle_8h_source.html 350share/doc/c++-gtk-utils/2.2/html/gobj__handle_8h_source.html
362share/doc/c++-gtk-utils/2.2/html/group__IntIterHelpers.html 351share/doc/c++-gtk-utils/2.2/html/group__IntIterHelpers.html
363share/doc/c++-gtk-utils/2.2/html/group__fdstreams.html 352share/doc/c++-gtk-utils/2.2/html/group__fdstreams.html
364share/doc/c++-gtk-utils/2.2/html/group__gstreams.html 353share/doc/c++-gtk-utils/2.2/html/group__gstreams.html
365share/doc/c++-gtk-utils/2.2/html/group__handles.html 354share/doc/c++-gtk-utils/2.2/html/group__handles.html
366share/doc/c++-gtk-utils/2.2/html/group__io__watch.html 355share/doc/c++-gtk-utils/2.2/html/group__io__watch.html
@@ -384,70 +373,71 @@ share/doc/c++-gtk-utils/2.2/html/mutex_8 @@ -384,70 +373,71 @@ share/doc/c++-gtk-utils/2.2/html/mutex_8
384share/doc/c++-gtk-utils/2.2/html/mutex_8h_source.html 373share/doc/c++-gtk-utils/2.2/html/mutex_8h_source.html
385share/doc/c++-gtk-utils/2.2/html/namespaceCgu.html 374share/doc/c++-gtk-utils/2.2/html/namespaceCgu.html
386share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Callback.html 375share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Callback.html
387share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1DoIf.html 376share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1DoIf.html
388share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Extension.html 377share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Extension.html
389share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1MemFun.html 378share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1MemFun.html
390share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1SharedHandleAllocFail.html 379share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1SharedHandleAllocFail.html
391share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1SharedPtrAllocFail.html 380share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1SharedPtrAllocFail.html
392share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Thread.html 381share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Thread.html
393share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Thread_1_1FutureHelper.html 382share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Thread_1_1FutureHelper.html
394share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Thread_1_1TaskManagerHelper2.html 383share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Thread_1_1TaskManagerHelper2.html
395share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Utf8.html 384share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Utf8.html
396share/doc/c++-gtk-utils/2.2/html/namespacemembers.html 385share/doc/c++-gtk-utils/2.2/html/namespacemembers.html
397share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x63.html 386share/doc/c++-gtk-utils/2.2/html/namespacemembers_c.html
398share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x64.html 387share/doc/c++-gtk-utils/2.2/html/namespacemembers_d.html
399share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x65.html 388share/doc/c++-gtk-utils/2.2/html/namespacemembers_e.html
400share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x66.html 
401share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x67.html 
402share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x69.html 
403share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x6c.html 
404share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x6d.html 
405share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x6f.html 
406share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x70.html 
407share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x72.html 
408share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x73.html 
409share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x74.html 
410share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x75.html 
411share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x76.html 
412share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x77.html 
413share/doc/c++-gtk-utils/2.2/html/namespacemembers_enum.html 389share/doc/c++-gtk-utils/2.2/html/namespacemembers_enum.html
414share/doc/c++-gtk-utils/2.2/html/namespacemembers_eval.html 390share/doc/c++-gtk-utils/2.2/html/namespacemembers_eval.html
 391share/doc/c++-gtk-utils/2.2/html/namespacemembers_f.html
415share/doc/c++-gtk-utils/2.2/html/namespacemembers_func.html 392share/doc/c++-gtk-utils/2.2/html/namespacemembers_func.html
 393share/doc/c++-gtk-utils/2.2/html/namespacemembers_g.html
 394share/doc/c++-gtk-utils/2.2/html/namespacemembers_i.html
 395share/doc/c++-gtk-utils/2.2/html/namespacemembers_l.html
 396share/doc/c++-gtk-utils/2.2/html/namespacemembers_m.html
 397share/doc/c++-gtk-utils/2.2/html/namespacemembers_o.html
 398share/doc/c++-gtk-utils/2.2/html/namespacemembers_p.html
 399share/doc/c++-gtk-utils/2.2/html/namespacemembers_r.html
 400share/doc/c++-gtk-utils/2.2/html/namespacemembers_s.html
 401share/doc/c++-gtk-utils/2.2/html/namespacemembers_t.html
416share/doc/c++-gtk-utils/2.2/html/namespacemembers_type.html 402share/doc/c++-gtk-utils/2.2/html/namespacemembers_type.html
 403share/doc/c++-gtk-utils/2.2/html/namespacemembers_u.html
 404share/doc/c++-gtk-utils/2.2/html/namespacemembers_v.html
 405share/doc/c++-gtk-utils/2.2/html/namespacemembers_w.html
417share/doc/c++-gtk-utils/2.2/html/namespaces.html 406share/doc/c++-gtk-utils/2.2/html/namespaces.html
418share/doc/c++-gtk-utils/2.2/html/nav_f.png 407share/doc/c++-gtk-utils/2.2/html/nav_f.png
419share/doc/c++-gtk-utils/2.2/html/nav_g.png 408share/doc/c++-gtk-utils/2.2/html/nav_g.png
420share/doc/c++-gtk-utils/2.2/html/nav_h.png 409share/doc/c++-gtk-utils/2.2/html/nav_h.png
421share/doc/c++-gtk-utils/2.2/html/notifier_8h.html 410share/doc/c++-gtk-utils/2.2/html/notifier_8h.html
422share/doc/c++-gtk-utils/2.2/html/notifier_8h_source.html 411share/doc/c++-gtk-utils/2.2/html/notifier_8h_source.html
423share/doc/c++-gtk-utils/2.2/html/open.png 412share/doc/c++-gtk-utils/2.2/html/open.png
424share/doc/c++-gtk-utils/2.2/html/pages.html 413share/doc/c++-gtk-utils/2.2/html/pages.html
425share/doc/c++-gtk-utils/2.2/html/parallel_8h.html 414share/doc/c++-gtk-utils/2.2/html/parallel_8h.html
426share/doc/c++-gtk-utils/2.2/html/parallel_8h_source.html 415share/doc/c++-gtk-utils/2.2/html/parallel_8h_source.html
427share/doc/c++-gtk-utils/2.2/html/param_8h.html 416share/doc/c++-gtk-utils/2.2/html/param_8h.html
428share/doc/c++-gtk-utils/2.2/html/param_8h_source.html 417share/doc/c++-gtk-utils/2.2/html/param_8h_source.html
429share/doc/c++-gtk-utils/2.2/html/pipes_8h.html 418share/doc/c++-gtk-utils/2.2/html/pipes_8h.html
430share/doc/c++-gtk-utils/2.2/html/pipes_8h_source.html 419share/doc/c++-gtk-utils/2.2/html/pipes_8h_source.html
431share/doc/c++-gtk-utils/2.2/html/prog__present_8h.html 420share/doc/c++-gtk-utils/2.2/html/prog__present_8h.html
432share/doc/c++-gtk-utils/2.2/html/prog__present_8h_source.html 421share/doc/c++-gtk-utils/2.2/html/prog__present_8h_source.html
433share/doc/c++-gtk-utils/2.2/html/reassembler_8h.html 422share/doc/c++-gtk-utils/2.2/html/reassembler_8h.html
434share/doc/c++-gtk-utils/2.2/html/reassembler_8h_source.html 423share/doc/c++-gtk-utils/2.2/html/reassembler_8h_source.html
435share/doc/c++-gtk-utils/2.2/html/rw__lock_8h.html 424share/doc/c++-gtk-utils/2.2/html/rw__lock_8h.html
436share/doc/c++-gtk-utils/2.2/html/rw__lock_8h_source.html 425share/doc/c++-gtk-utils/2.2/html/rw__lock_8h_source.html
437share/doc/c++-gtk-utils/2.2/html/shared__handle_8h.html 426share/doc/c++-gtk-utils/2.2/html/shared__handle_8h.html
438share/doc/c++-gtk-utils/2.2/html/shared__handle_8h_source.html 427share/doc/c++-gtk-utils/2.2/html/shared__handle_8h_source.html
439share/doc/c++-gtk-utils/2.2/html/shared__ptr_8h.html 428share/doc/c++-gtk-utils/2.2/html/shared__ptr_8h.html
440share/doc/c++-gtk-utils/2.2/html/shared__ptr_8h_source.html 429share/doc/c++-gtk-utils/2.2/html/shared__ptr_8h_source.html
 430share/doc/c++-gtk-utils/2.2/html/splitbar.png
441share/doc/c++-gtk-utils/2.2/html/structCgu_1_1ApplicationNameError.html 431share/doc/c++-gtk-utils/2.2/html/structCgu_1_1ApplicationNameError.html
442share/doc/c++-gtk-utils/2.2/html/structCgu_1_1ApplicationNameError.png 432share/doc/c++-gtk-utils/2.2/html/structCgu_1_1ApplicationNameError.png
443share/doc/c++-gtk-utils/2.2/html/structCgu_1_1AsyncQueuePopError.html 433share/doc/c++-gtk-utils/2.2/html/structCgu_1_1AsyncQueuePopError.html
444share/doc/c++-gtk-utils/2.2/html/structCgu_1_1AsyncQueuePopError.png 434share/doc/c++-gtk-utils/2.2/html/structCgu_1_1AsyncQueuePopError.png
445share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError-members.html 435share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError-members.html
446share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError.html 436share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError.html
447share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError.png 437share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError.png
448share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param.html 438share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param.html
449share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_5_01_4-members.html 439share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_5_01_4-members.html
450share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_5_01_4.html 440share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_5_01_4.html
451share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_6_01_4-members.html 441share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_6_01_4-members.html
452share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_6_01_4.html 442share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_6_01_4.html
453share/doc/c++-gtk-utils/2.2/html/structCgu_1_1PipeError-members.html 443share/doc/c++-gtk-utils/2.2/html/structCgu_1_1PipeError-members.html