Next: , Previous: gnome corba primitives, Up: Top


3 (gnome corba types)

3.1 Overview

A CORBA wrapper for Guile.

3.2 Usage

— Variable: %corba-sequence-vtable

— Variable: %corba-sequence-vtable-offset-printer

— Variable: %corba-sequence-vtable-offset-user

— Variable: %corba-struct-vtable

— Variable: %corba-struct-vtable-offset-printer

— Variable: %corba-struct-vtable-offset-user

— Primitive: corba-object-class->typecode class

— Primitive: corba-sequence-length corba_sequence

— Primitive: corba-sequence-ref corba_sequence index

— Primitive: corba-sequence-set! corba_sequence index value

— Primitive: corba-sequence-set-length! corba_sequence length

— Primitive: corba-sequence-type corba_sequence

— Primitive: corba-struct-fields typecode

— Primitive: corba-struct-is-a? corba_struct typecode

— Primitive: corba-struct-ref corba_struct index

— Primitive: corba-struct-set! corba_struct index value

— Primitive: corba-struct-type corba_struct

— Primitive: corba-struct? corba_struct

— Primitive: corba-typecode->gtype-class typecode

— Primitive: make-corba-sequence typecode num_tail_elts init_smob

— Primitive: make-corba-struct typecode num_tail_elts init_struct

— Function: gnome-corba-error format-string . args