1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GtkData
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
1999-09-22 21:30:57 +00:00
|
|
|
abstract base class for objects containing data.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
1999-09-22 21:30:57 +00:00
|
|
|
The #GtkData object is a very simple object intended to be used as a base
|
|
|
|
class for objects which contain data (i.e. the 'Model' in the object-oriented
|
|
|
|
Model/View/Controller framework).
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Currently it is not very useful since all it provides is a "disconnect" signal.
|
|
|
|
This signal could be emitted by a #GtkData subclass to notify any 'Views'
|
|
|
|
that they should disconnect from the #GtkData (the 'Model'), possibly just
|
|
|
|
before the #GtkData is destroyed.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GtkData ##### -->
|
|
|
|
<para>
|
1999-09-22 21:30:57 +00:00
|
|
|
The #GtkData-struct struct contains no public fields.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### SIGNAL GtkData::disconnect ##### -->
|
|
|
|
<para>
|
1999-09-22 21:30:57 +00:00
|
|
|
Emitted to notify any views on the #GtkData object to disconnect from it,
|
|
|
|
possibly because the #GtkData object is about to be destroyed.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
@data: the object which received the signal.
|
|
|
|
|