mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
=== Released 2.3.0 ===
Thu Oct 23 12:38:24 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.3.0 === * tests/gobject/Makefile.am (dist-hook): Remove and extra backslash. * tests/gobject/Makefile.am (EXTRA_DIST): Add testmarshal.list. * glib/Makefile.am (libglib_2_0_la_SOURCES): Add missing gunicode-private.h. * tests/testglib.c (main): Fix a warning. * tests/gobject/ifaceinherit.c: Remove check that wasn't supposed to work (adding an interface already added to the derived class to the base class), fix a bug.
This commit is contained in:
@@ -55,7 +55,6 @@ automatically removed when the objects they point to go away.
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
|
@@ -31,14 +31,6 @@ Parameter Specifications
|
||||
|
||||
@Returns:
|
||||
|
||||
<!-- ##### STRUCT GObjectConstructParam ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pspec:
|
||||
@value:
|
||||
|
||||
<!-- ##### STRUCT GParamSpecClosure ##### -->
|
||||
<para>
|
||||
|
||||
|
@@ -346,6 +346,7 @@ for an example of the use of this capability.
|
||||
be redirected, or %NULL if none.
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_param_spec_internal ##### -->
|
||||
<para>
|
||||
Creates a new #GParamSpec instance.
|
||||
|
@@ -58,7 +58,6 @@ The members of the <structname>GTypeModule</structname> structure should not
|
||||
be accessed directly, except for the @name field.
|
||||
</para>
|
||||
|
||||
@name: the name of the #GTypeModule.
|
||||
|
||||
<!-- ##### STRUCT GTypeModuleClass ##### -->
|
||||
<para>
|
||||
@@ -70,6 +69,10 @@ the @load and @unload functions in #GTypeModuleClass must be implemented.
|
||||
@load: loads the module and registers one or more types using
|
||||
g_type_module_register_type().
|
||||
@unload: unloads the module
|
||||
@reserved1:
|
||||
@reserved2:
|
||||
@reserved3:
|
||||
@reserved4:
|
||||
|
||||
<!-- ##### FUNCTION g_type_module_use ##### -->
|
||||
<para>
|
||||
|
@@ -21,6 +21,17 @@ to the #GObject implementation and should never be accessed directly.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GObject::notify ##### -->
|
||||
<para>
|
||||
The notify signal is emitted on an object when one of its properties
|
||||
has been changed. Note that getting this signal doesn't guarantee that the
|
||||
value of the property has actually changed, it may also be emitted when
|
||||
the setter for the property is called to reinstate the previous value.
|
||||
</para>
|
||||
|
||||
@gobject: the object which received the signal.
|
||||
@pspec: the #GParamSpec of the property which changed
|
||||
|
||||
<!-- ##### STRUCT GObjectClass ##### -->
|
||||
<para>
|
||||
|
||||
@@ -832,14 +843,3 @@ properties in set_property() and get_property() implementations.
|
||||
@pspec: the #GParamSpec of the property
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GObject::notify ##### -->
|
||||
<para>
|
||||
The notify signal is emitted on an object when one of its properties
|
||||
has been changed. Note that getting this signal doesn't guarantee that the
|
||||
value of the property has actually changed, it may also be emitted when
|
||||
the setter for the property is called to reinstate the previous value.
|
||||
</para>
|
||||
|
||||
@gobject: the object which received the signal.
|
||||
@pspec: the #GParamSpec of the property which changed
|
||||
|
||||
|
@@ -1648,6 +1648,7 @@ Returns whether the given #GParamSpec is of type %G_TYPE_PARAM_OBJECT.
|
||||
@pspec: a #GParamSpec
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_PARAM_SPEC_OVERRIDE ##### -->
|
||||
<para>
|
||||
Casts a #GParamSpec into a #GParamSpecObject.
|
||||
|
@@ -891,3 +891,4 @@ and no further handling is needed.
|
||||
@Returns: standard #GSignalAccumulator result
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user