![]() |
![]() |
![]() |
Libral, the Rubrica Library Reference Manual | ![]() |
---|---|---|---|---|
#define R_REF_TYPE #define R_REF (obj) #define R_REF_CLASS (klass) #define IS_R_REF (obj) #define IS_R_REF_CLASS (kls) #define R_REF_GET_CLASS (kls) RRefPrivate; RRef; GType r_ref_get_type (void); RRef* r_ref_new (glong id); void r_ref_free (RRef *ref); RRef* r_ref_copy (RRef *ref);
"ref-from" glong : Read / Write / Construct "ref-info" gchararray : Read / Write / Construct "ref-to" glong : Read / Write / Construct
RRef* r_ref_new (glong id);
create a RRef
id : |
the id of the referenced card |
Returns : | a new RRef* |
ref-from
" property"ref-from" glong : Read / Write / Construct
the id of the card that reference this one
Default value: 0
ref-info
" property"ref-info" gchararray : Read / Write / Construct
the infos related to the card
Default value: NULL
ref-to
" property"ref-to" glong : Read / Write / Construct
the id of the referenced card by this one
Default value: 0