~kklimonda/ubuntu/natty/glibmm2.4/update

« back to all changes in this revision

Viewing changes to docs/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.dot

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-15 13:45:53 UTC
  • mfrom: (1.2.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090715134553-beb700qg38132w31
Tags: 2.21.2-0ubuntu1
* New Upstream release: (LP: #399018):
  - 2.21.2:
    - Add OptionGroup::add_entry(.., double&)
    - Remove stray semicolons
    - Fix build with glib from master
    - wrap a couple added GDrive methods
    - Wrap g_drive_eject_with_operation() and related functions
    - implement GDrive::stop-button signal
    - implement Gio::InetAddress::get_native_size()
    - Implement Gio::Mount::mount/eject_with_operation()
    - implement Gio::Volume::eject_with_operation()
    - fix accidental bug in Gio::Drive::eject() that the compiler warned me about
    - implement Gio::VolumeMonitor::drive-stop-button
  - 2.21.1 (unstable):
    Glib:
     - Date: Constructor: Check for invalid dates.
     - Added Glib::ValueArray, for use in gstreamermm.
     - Added Glib::file_set_contents().
     - gmmproc:
       - Avoid problems with spaces in _DEFS() calls.
       - Improve guessing of the *_get_type() function names from enum names.
    Gio:
     - Cancellable: Added connect() and disconnect().
     - Added FileIOStream.
     - Added InetAddress.
     - Added Initable.
     - Added IOStream.
     - Added NetworkAddress.
     - Added NetworkService.
     - Added Resolver
     - Added Socket.
     - Added SocketAddress.
     - Added SocketConnectable.
     - Added SrvTarget.
     - File::load_contents() Added overload without the etag_out parameter.
* debian/control{.in}:
  - bump build-dep on libglib2.0-dev to >= 2.21.1
* debian/rules
  - bump SHVER-value to 2.21.2
* debian/watch
  - also look for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
digraph G
2
 
{
3
 
  edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
4
 
  node [fontname="FreeSans",fontsize="10",shape=record];
5
 
  rankdir=LR;
6
 
  Node1 [label="Glib::SignalProxyNormal",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
7
 
  Node2 -> Node1 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
8
 
  Node2 [label="Glib::SignalProxyBase",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1SignalProxyBase.html"];
9
 
  Node1 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
10
 
  Node3 [label="Glib::SignalProxy0\< R \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1SignalProxy0.html",tooltip="Proxy for signals with 0 arguments."];
11
 
  Node1 -> Node4 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
12
 
  Node4 [label="Glib::SignalProxy1\< R, P1 \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1SignalProxy1.html",tooltip="Proxy for signals with 1 arguments."];
13
 
  Node1 -> Node5 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
14
 
  Node5 [label="Glib::SignalProxy2\< R, P1, P2 \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1SignalProxy2.html",tooltip="Proxy for signals with 2 arguments."];
15
 
  Node1 -> Node6 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
16
 
  Node6 [label="Glib::SignalProxy3\< R, P1, P2, P3 \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1SignalProxy3.html",tooltip="Proxy for signals with 3 arguments."];
17
 
  Node1 -> Node7 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
18
 
  Node7 [label="Glib::SignalProxy4\< R, P1, P2, P3, P4 \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1SignalProxy4.html",tooltip="Proxy for signals with 4 arguments."];
19
 
  Node1 -> Node8 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
20
 
  Node8 [label="Glib::SignalProxy5\< R, P1, P2, P3, P4, P5 \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1SignalProxy5.html",tooltip="Proxy for signals with 5 arguments."];
21
 
  Node1 -> Node9 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
22
 
  Node9 [label="Glib::SignalProxy6\< R, P1, P2, P3, P4, P5, P6 \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1SignalProxy6.html",tooltip="Proxy for signals with 6 arguments."];
23
 
}