pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/glibmm Update glibmm to 2.20.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad955cfad2a8
branches:  trunk
changeset: 556198:ad955cfad2a8
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Tue Mar 17 22:02:36 2009 +0000

description:
Update glibmm to 2.20.0.

2.20.0 (stable):

* Documentation fixes (Daniel Elstner)

2.19.8 (unstable):
(2.19.4 to 2.19.8 were skipped)

* Added FILE_CREATE_REPLACE_DESTINATION enum value.
* Added Error::TOO_MANY_OPEN_FILES error code.
* Fix some compiler warnings about extra ;s.
  (Murray Cumming)

2.19.3 (unstable):

* New API:
  * BufferedInputStream: buffer_size property
  * BufferedOutputStream: buffer_size, auto_grow properties
  * DataInputStream: byte_order, newline_type properties
  * DataOutputStream: byte_order property
  * FilterInputStream: close_base_stream property, get/set_close_base_stream()
  * FilterOutputStream: close_base_stream property, get/set_close_base_stream()
  * UnixInputStream: fd and close_fd properties, get_fd(), get/set_close_fd()
  * UnixOutputStream: fd and close_fd properties, get_fd(), get/set_close_fd()
* Make licenses consistent with eachother (library gpl vs. lesser gpl, etc)
  (Deng Xiyue)
* Fixed some problems when building with exceptions disabled (Murray Cumming)
* Build fixes (Theppitak Karoonboonyanan)

2.19.2 (unstable):

* File: Added make_directory_with_parents() method overload with no parameter.
  Bug #566003 (Philip Belemezov).
* NoteTree: Do not use a non-ASCII dash character in a comment, to
  avoid the MSVC++ warning C4819 with Visual Studio 2008.
  (Tao Wang) Bug #568072
* spawn_*() functions: Added alternative API for when
  GLIBMM_EXCEPTIONS_ENABLED is not enabled. (Murray Cumming)
  Bug #565487 (Jonathon Jongsma)
* uri_*() functions: Fix memory leak.
  (Jonathan Jongsma) Bug #566845 (Jason Kasper)
* ustring: Add an overload which takes only a format string and no arguments
  to be substituted. (Daniel Elstner) Bug #506394.

2.19.1 (unstable):

 * Fix accidental ABI breakage in 2.19.0 caused by adding default handlers for
   new Gio::Drive signals

2.19.0 (unstable):

 * wrapped new glib 2.19.x API
   * Gio::AppInfo: get_commandline(), can_delete(), do_delete(),
     reset_type_associations(), launch_default_for_uri()
   * Gio::Drive: new signals changed, disconnected, and eject_button
   * Gio::Icon: create(std::string), to_string()(),
   * Gio::Mount: guess_content_type_sync(), is_shadowed(), shadow(), unshadow()
   * Gio::content_type_from_mine_type();
   * Gio::DesktopAppInfo: create_from_keyfile()
   * Gio::Emblem: new class
   * Gio::EmblemedIcon: new class
   * Gio::MemoryOutputStream: new class
 * Bugs Fixed:
   * 555743 - warning in glibmm
   * 562716 - warning fixing cause more warnings.
   * 396963 - Add Glib::signal_idle().connect_once()
 * Thanks to contributions from Przemysław Grzegorczyk, Dave Foster, Hubert
   Figuiere, and Jonathon Jongsma for changes in this release

diffstat:

 devel/glibmm/Makefile |    8 +-
 devel/glibmm/PLIST    |  989 ++++++-------------------------------------------
 devel/glibmm/distinfo |    8 +-
 3 files changed, 140 insertions(+), 865 deletions(-)

diffs (truncated from 1415 to 300 lines):

diff -r 3b872ce36e49 -r ad955cfad2a8 devel/glibmm/Makefile
--- a/devel/glibmm/Makefile     Tue Mar 17 21:50:17 2009 +0000
+++ b/devel/glibmm/Makefile     Tue Mar 17 22:02:36 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2008/10/28 19:05:04 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2009/03/17 22:02:36 jmcneill Exp $
 
-DISTNAME=      glibmm-2.18.1
+DISTNAME=      glibmm-2.20.0
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glibmm/2.18/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glibmm/2.20/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    adam%NetBSD.org@localhost
@@ -18,7 +18,7 @@
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/glib/glibmm-2.4.pc.in
 GNU_CONFIGURE=         yes
 
-BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.18.0
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.20.0
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libsigc++/buildlink3.mk"
diff -r 3b872ce36e49 -r ad955cfad2a8 devel/glibmm/PLIST
--- a/devel/glibmm/PLIST        Tue Mar 17 21:50:17 2009 +0000
+++ b/devel/glibmm/PLIST        Tue Mar 17 22:02:36 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2008/10/13 09:01:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2009/03/17 22:02:36 jmcneill Exp $
 include/giomm-2.4/giomm.h
 include/giomm-2.4/giomm/appinfo.h
 include/giomm-2.4/giomm/asyncresult.h
@@ -10,6 +10,8 @@
 include/giomm-2.4/giomm/dataoutputstream.h
 include/giomm-2.4/giomm/desktopappinfo.h
 include/giomm-2.4/giomm/drive.h
+include/giomm-2.4/giomm/emblem.h
+include/giomm-2.4/giomm/emblemedicon.h
 include/giomm-2.4/giomm/enums.h
 include/giomm-2.4/giomm/error.h
 include/giomm-2.4/giomm/file.h
@@ -29,6 +31,7 @@
 include/giomm-2.4/giomm/inputstream.h
 include/giomm-2.4/giomm/loadableicon.h
 include/giomm-2.4/giomm/memoryinputstream.h
+include/giomm-2.4/giomm/memoryoutputstream.h
 include/giomm-2.4/giomm/mount.h
 include/giomm-2.4/giomm/mountoperation.h
 include/giomm-2.4/giomm/outputstream.h
@@ -41,6 +44,8 @@
 include/giomm-2.4/giomm/private/dataoutputstream_p.h
 include/giomm-2.4/giomm/private/desktopappinfo_p.h
 include/giomm-2.4/giomm/private/drive_p.h
+include/giomm-2.4/giomm/private/emblem_p.h
+include/giomm-2.4/giomm/private/emblemedicon_p.h
 include/giomm-2.4/giomm/private/enums_p.h
 include/giomm-2.4/giomm/private/error_p.h
 include/giomm-2.4/giomm/private/file_p.h
@@ -59,6 +64,7 @@
 include/giomm-2.4/giomm/private/inputstream_p.h
 include/giomm-2.4/giomm/private/loadableicon_p.h
 include/giomm-2.4/giomm/private/memoryinputstream_p.h
+include/giomm-2.4/giomm/private/memoryoutputstream_p.h
 include/giomm-2.4/giomm/private/mount_p.h
 include/giomm-2.4/giomm/private/mountoperation_p.h
 include/giomm-2.4/giomm/private/outputstream_p.h
@@ -223,40 +229,46 @@
 share/doc/glibmm-2.4/docs/reference/html/checksum_8h.html
 share/doc/glibmm-2.4/docs/reference/html/classChecksumType.html
 share/doc/glibmm-2.4/docs/reference/html/classGTimeVal.html
-share/doc/glibmm-2.4/docs/reference/html/classGTimeVal__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGTimeVal__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AppInfo-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AppInfo.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AppInfo__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AppInfo__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AppLaunchContext-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AppLaunchContext.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AppLaunchContext__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AppLaunchContext__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AsyncResult-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AsyncResult.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AsyncResult__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1AsyncResult__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1BufferedInputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1BufferedInputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1BufferedInputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1BufferedInputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1BufferedOutputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1BufferedOutputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1BufferedOutputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1BufferedOutputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Cancellable-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Cancellable.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Cancellable__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Cancellable__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DataInputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DataInputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DataInputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DataInputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DataOutputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DataOutputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DataOutputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DataOutputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DesktopAppInfo-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DesktopAppInfo.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DesktopAppInfo__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1DesktopAppInfo__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Drive-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Drive.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Drive__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Drive__inherit__graph.dot
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Emblem-members.html
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Emblem.html
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Emblem__inherit__graph.dot
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1EmblemedIcon-members.html
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1EmblemedIcon.html
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1EmblemedIcon__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Error-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Error.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Error__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Error__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1File-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1File.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileAttributeInfo-members.html
@@ -267,71 +279,74 @@
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileAttributeMatcher.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileEnumerator-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileEnumerator.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileEnumerator__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileEnumerator__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileIcon-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileIcon.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileIcon__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileIcon__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileInfo-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileInfo.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileInfo__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileInfo__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileInputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileInputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileInputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileInputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileMonitor-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileMonitor.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileMonitor__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileMonitor__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileOutputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileOutputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileOutputStream__inherit__graph.png
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1File__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FileOutputStream__inherit__graph.dot
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1File__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilenameCompleter-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilenameCompleter.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilenameCompleter__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilenameCompleter__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilterInputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilterInputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilterInputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilterInputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilterOutputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilterOutputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilterOutputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1FilterOutputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Icon-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Icon.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Icon__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Icon__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1InputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1InputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1InputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1InputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1LoadableIcon-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1LoadableIcon.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1LoadableIcon__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1LoadableIcon__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1MemoryInputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1MemoryInputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1MemoryInputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1MemoryInputStream__inherit__graph.dot
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1MemoryOutputStream-members.html
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1MemoryOutputStream.html
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1MemoryOutputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Mount-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Mount.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1MountOperation-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1MountOperation.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1MountOperation__inherit__graph.png
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Mount__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1MountOperation__inherit__graph.dot
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Mount__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1OutputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1OutputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1OutputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1OutputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Seekable-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Seekable.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Seekable__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Seekable__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1ThemedIcon-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1ThemedIcon.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1ThemedIcon__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1ThemedIcon__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1UnixInputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1UnixInputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1UnixInputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1UnixInputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1UnixOutputStream-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1UnixOutputStream.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1UnixOutputStream__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1UnixOutputStream__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Volume-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Volume.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1VolumeMonitor-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGio_1_1VolumeMonitor.html
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1VolumeMonitor__inherit__graph.png
-share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Volume__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1VolumeMonitor__inherit__graph.dot
+share/doc/glibmm-2.4/docs/reference/html/classGio_1_1Volume__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1ArrayHandle-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1ArrayHandle.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Checksum-members.html
@@ -343,7 +358,7 @@
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1ConvertError-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1ConvertError.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1ConvertError__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1ConvertError__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Date-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Date.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Dir-members.html
@@ -354,13 +369,13 @@
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Dispatcher.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Error-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Error.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Error__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Error__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Exception-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Exception.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Exception__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Exception__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1FileError-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1FileError.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1FileError__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1FileError__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1HelperList-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1HelperList.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IConv-members.html
@@ -369,22 +384,22 @@
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IOChannel.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IOChannelError-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IOChannelError.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IOChannelError__inherit__graph.png
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IOChannel__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IOChannelError__inherit__graph.dot
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IOChannel__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IOSource-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IOSource.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IOSource__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IOSource__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IdleSource-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IdleSource.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IdleSource__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1IdleSource__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Interface-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Interface.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Interface__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Interface__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1KeyFile-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1KeyFile.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1KeyFileError-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1KeyFileError.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1KeyFileError__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1KeyFileError__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1ListHandle-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1ListHandle.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1MainContext-members.html
@@ -393,15 +408,15 @@
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1MainLoop.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1MarkupError-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1MarkupError.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1MarkupError__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1MarkupError__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Markup_1_1ParseContext-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Markup_1_1ParseContext.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Markup_1_1ParseContext__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Markup_1_1ParseContext__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Markup_1_1Parser-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Markup_1_1Parser.html
-share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Markup_1_1Parser__inherit__graph.png
+share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Markup_1_1Parser__inherit__graph.dot
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Module-members.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Module.html
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Mutex-members.html
@@ -414,15 +429,15 @@
 share/doc/glibmm-2.4/docs/reference/html/classGlib_1_1Object.html


Home | Main Index | Thread Index | Old Index