~ubuntu-branches/ubuntu/trusty/glibmm2.4/trusty

« back to all changes in this revision

Viewing changes to glib/src/glib_docs.xml

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-28 12:28:45 UTC
  • mfrom: (1.2.77)
  • Revision ID: package-import@ubuntu.com-20120928122845-6h032jivploan2aa
Tags: 2.33.13-0ubuntu2
* debian/rules:
  - Bump shlib version

Show diffs side-by-side

added added

removed removed

Lines of Context:
27432
27432
 
27433
27433
<function name="g_ptr_array_ref">
27434
27434
<description>
27435
 
Atomically increments the reference count of @array by one. This
27436
 
function is MT-safe and may be called from any thread.
 
27435
Atomically increments the reference count of @array by one.
 
27436
This function is thread-safe and may be called from any thread.
27437
27437
 
27438
27438
Since: 2.22
27439
27439
 
27440
27440
</description>
27441
27441
<parameters>
27442
27442
<parameter name="array">
27443
 
<parameter_description> A #GArray.
 
27443
<parameter_description> a #GPtrArray
27444
27444
</parameter_description>
27445
27445
</parameter>
27446
27446
</parameters>
27447
 
<return> The passed in #GPtrArray.
 
27447
<return> The passed in #GPtrArray
27448
27448
 
27449
27449
</return>
27450
27450
</function>
41523
41523
</parameter_description>
41524
41524
</parameter>
41525
41525
<parameter name="func">
41526
 
<parameter_description> the function to call for each node visited. If this function
41527
 
returns %TRUE, the traversal is stopped.
 
41526
<parameter_description> the function to call for each node visited.
 
41527
If this function returns %TRUE, the traversal is stopped.
41528
41528
</parameter_description>
41529
41529
</parameter>
41530
41530
<parameter name="user_data">
42728
42728
(such as the various fundamental type implementations or the signal
42729
42729
system).
42730
42730
 
42731
 
This function is idempotent.
 
42731
This function is idempotent: If you call it multiple times, all but
 
42732
the first calls will be silently ignored.
 
42733
 
 
42734
There is no way to undo the effect of g_type_init().
42732
42735
 
42733
42736
Since version 2.24 this also initializes the thread system
42734
42737