AdgPair

AdgPair — A wrapper for CpmlPair

Synopsis

typedef             AdgPair;
void                adg_pair_copy                       (AdgPair *pair,
                                                         const AdgPair *src);
AdgPair *           adg_pair_dup                        (const AdgPair *pair);
gboolean            adg_pair_equal                      (const AdgPair *pair1,
                                                         const AdgPair *pair2);

Description

AdgPair is a wrapper in GType syntax of the CpmlPair struct.

Details

AdgPair

typedef CpmlPair AdgPair;

Another name for CpmlPair: check its documentation for the fields description and visibility details.


adg_pair_copy ()

void                adg_pair_copy                       (AdgPair *pair,
                                                         const AdgPair *src);

Copies src in pair. It works in the same way as cpml_pair_copy() but performing argument validation before proceeding.

pair :

the destination AdgPair

src :

the source AdgPair

adg_pair_dup ()

AdgPair *           adg_pair_dup                        (const AdgPair *pair);

Duplicates pair.

pair :

an AdgPair structure

Returns :

the duplicate of pair: must be freed with g_free() when no longer needed.

adg_pair_equal ()

gboolean            adg_pair_equal                      (const AdgPair *pair1,
                                                         const AdgPair *pair2);

Compares pair1 and pair2 and returns TRUE if the pairs are equals.

pair1 :

the first pair to compare

pair2 :

the second pair to compare

Returns :

TRUE if pair1 is equal to pair2, FALSE otherwise
AdgPair was last modified by gtk-doc on Sat 24 Jul 2010 09:35:28 AM CEST
Hosted by Get Automatic Drawing Generation at SourceForge.net. Fast, secure and Free Open Source software downloads
Search on this domain