This commit is contained in:
Matthias Clasen
2005-12-09 18:05:25 +00:00
parent c2584396e5
commit eff8046fcc
98 changed files with 2982 additions and 3637 deletions

View File

@@ -25,7 +25,6 @@ To create #GObject<!-- -->s with a floating reference, call
g_object_force_floating() from the object's init function.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
#GParamSpecObject, g_param_spec_object()
@@ -409,6 +408,15 @@ Increases the reference count of @object.
@Returns: @object
<!-- ##### FUNCTION g_object_unref ##### -->
<para>
Decreases the reference count if @object.
When its reference count drops to 0, the object is finalized (i.e. its memory is freed).
</para>
@object: a #GObject
<!-- ##### FUNCTION g_object_ref_sink ##### -->
<para>
Increase the reference count of @object, and remove the
@@ -444,16 +452,6 @@ from an object's init function.
@Since: 2.10
<!-- ##### FUNCTION g_object_unref ##### -->
<para>
Decreases the reference count if @object.
When its reference count drops to 0, the object is finalized (i.e. its memory is freed).
</para>
@object: a #GObject
<!-- ##### USER_FUNCTION GWeakNotify ##### -->
<para>
A #GWeakNotify function can be added to an object as a callback that gets