Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39460 Details for
Bug 63816
gcc 3.4.1-r2 on ppc crashes while compiling Evolution
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
preprocessed source of the file that crashes gcc
GNOME_Evolution_Importer-stubs.i (text/plain), 597.34 KB, created by
David Eger
on 2004-09-12 12:30:24 UTC
(
hide
)
Description:
preprocessed source of the file that crashes gcc
Filename:
MIME Type:
Creator:
David Eger
Created:
2004-09-12 12:30:24 UTC
Size:
597.34 KB
patch
obsolete
># 1 "GNOME_Evolution_Importer-stubs.c" ># 1 "<built-in>" ># 1 "<command line>" ># 1 "GNOME_Evolution_Importer-stubs.c" > > > > ># 1 "/usr/include/string.h" 1 3 4 ># 26 "/usr/include/string.h" 3 4 ># 1 "/usr/include/features.h" 1 3 4 ># 296 "/usr/include/features.h" 3 4 ># 1 "/usr/include/sys/cdefs.h" 1 3 4 ># 297 "/usr/include/features.h" 2 3 4 ># 319 "/usr/include/features.h" 3 4 ># 1 "/usr/include/gnu/stubs.h" 1 3 4 ># 320 "/usr/include/features.h" 2 3 4 ># 27 "/usr/include/string.h" 2 3 4 > > > > > > ># 1 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/stddef.h" 1 3 4 ># 213 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/stddef.h" 3 4 >typedef unsigned int size_t; ># 34 "/usr/include/string.h" 2 3 4 > > > > >extern void *memcpy (void *__restrict __dest, > __const void *__restrict __src, size_t __n) ; > > >extern void *memmove (void *__dest, __const void *__src, size_t __n) > ; > > > > > > >extern void *memccpy (void *__restrict __dest, __const void *__restrict __src, > int __c, size_t __n) > ; > > > > > >extern void *memset (void *__s, int __c, size_t __n) ; > > >extern int memcmp (__const void *__s1, __const void *__s2, size_t __n) > __attribute__ ((__pure__)); > > >extern void *memchr (__const void *__s, int __c, size_t __n) > __attribute__ ((__pure__)); > ># 80 "/usr/include/string.h" 3 4 > > >extern char *strcpy (char *__restrict __dest, __const char *__restrict __src) > ; > >extern char *strncpy (char *__restrict __dest, > __const char *__restrict __src, size_t __n) ; > > >extern char *strcat (char *__restrict __dest, __const char *__restrict __src) > ; > >extern char *strncat (char *__restrict __dest, __const char *__restrict __src, > size_t __n) ; > > >extern int strcmp (__const char *__s1, __const char *__s2) > __attribute__ ((__pure__)); > >extern int strncmp (__const char *__s1, __const char *__s2, size_t __n) > __attribute__ ((__pure__)); > > >extern int strcoll (__const char *__s1, __const char *__s2) > __attribute__ ((__pure__)); > >extern size_t strxfrm (char *__restrict __dest, > __const char *__restrict __src, size_t __n) ; > ># 126 "/usr/include/string.h" 3 4 >extern char *strdup (__const char *__s) __attribute__ ((__malloc__)); ># 160 "/usr/include/string.h" 3 4 > > >extern char *strchr (__const char *__s, int __c) __attribute__ ((__pure__)); > >extern char *strrchr (__const char *__s, int __c) __attribute__ ((__pure__)); > > > > > > > > > > > >extern size_t strcspn (__const char *__s, __const char *__reject) > __attribute__ ((__pure__)); > > >extern size_t strspn (__const char *__s, __const char *__accept) > __attribute__ ((__pure__)); > >extern char *strpbrk (__const char *__s, __const char *__accept) > __attribute__ ((__pure__)); > >extern char *strstr (__const char *__haystack, __const char *__needle) > __attribute__ ((__pure__)); > > > >extern char *strtok (char *__restrict __s, __const char *__restrict __delim) > ; > > > > >extern char *__strtok_r (char *__restrict __s, > __const char *__restrict __delim, > char **__restrict __save_ptr) ; > >extern char *strtok_r (char *__restrict __s, __const char *__restrict __delim, > char **__restrict __save_ptr) ; ># 228 "/usr/include/string.h" 3 4 > > >extern size_t strlen (__const char *__s) __attribute__ ((__pure__)); > ># 241 "/usr/include/string.h" 3 4 > > >extern char *strerror (int __errnum) ; > ># 268 "/usr/include/string.h" 3 4 >extern char *strerror_r (int __errnum, char *__buf, size_t __buflen) ; > > > > > >extern void __bzero (void *__s, size_t __n) ; > > > >extern void bcopy (__const void *__src, void *__dest, size_t __n) ; > > >extern void bzero (void *__s, size_t __n) ; > > >extern int bcmp (__const void *__s1, __const void *__s2, size_t __n) > __attribute__ ((__pure__)); > > >extern char *index (__const char *__s, int __c) __attribute__ ((__pure__)); > > >extern char *rindex (__const char *__s, int __c) __attribute__ ((__pure__)); > > > >extern int ffs (int __i) __attribute__ ((__const__)); ># 308 "/usr/include/string.h" 3 4 >extern int strcasecmp (__const char *__s1, __const char *__s2) > __attribute__ ((__pure__)); > > >extern int strncasecmp (__const char *__s1, __const char *__s2, size_t __n) > __attribute__ ((__pure__)); ># 330 "/usr/include/string.h" 3 4 >extern char *strsep (char **__restrict __stringp, > __const char *__restrict __delim) ; ># 393 "/usr/include/string.h" 3 4 ># 1 "/usr/include/bits/string.h" 1 3 4 ># 394 "/usr/include/string.h" 2 3 4 > > ># 1 "/usr/include/bits/string2.h" 1 3 4 ># 80 "/usr/include/bits/string2.h" 3 4 >typedef struct { unsigned char __arr[2]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR2; >typedef struct { unsigned char __arr[3]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR3; >typedef struct { unsigned char __arr[4]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR4; >typedef struct { unsigned char __arr[5]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR5; >typedef struct { unsigned char __arr[6]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR6; >typedef struct { unsigned char __arr[7]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR7; >typedef struct { unsigned char __arr[8]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR8; ># 394 "/usr/include/bits/string2.h" 3 4 >extern void *__rawmemchr (const void *__s, int __c); ># 969 "/usr/include/bits/string2.h" 3 4 >extern __inline size_t __strcspn_c1 (__const char *__s, int __reject); >extern __inline size_t >__strcspn_c1 (__const char *__s, int __reject) >{ > register size_t __result = 0; > while (__s[__result] != '\0' && __s[__result] != __reject) > ++__result; > return __result; >} > >extern __inline size_t __strcspn_c2 (__const char *__s, int __reject1, > int __reject2); >extern __inline size_t >__strcspn_c2 (__const char *__s, int __reject1, int __reject2) >{ > register size_t __result = 0; > while (__s[__result] != '\0' && __s[__result] != __reject1 > && __s[__result] != __reject2) > ++__result; > return __result; >} > >extern __inline size_t __strcspn_c3 (__const char *__s, int __reject1, > int __reject2, int __reject3); >extern __inline size_t >__strcspn_c3 (__const char *__s, int __reject1, int __reject2, > int __reject3) >{ > register size_t __result = 0; > while (__s[__result] != '\0' && __s[__result] != __reject1 > && __s[__result] != __reject2 && __s[__result] != __reject3) > ++__result; > return __result; >} ># 1045 "/usr/include/bits/string2.h" 3 4 >extern __inline size_t __strspn_c1 (__const char *__s, int __accept); >extern __inline size_t >__strspn_c1 (__const char *__s, int __accept) >{ > register size_t __result = 0; > > while (__s[__result] == __accept) > ++__result; > return __result; >} > >extern __inline size_t __strspn_c2 (__const char *__s, int __accept1, > int __accept2); >extern __inline size_t >__strspn_c2 (__const char *__s, int __accept1, int __accept2) >{ > register size_t __result = 0; > > while (__s[__result] == __accept1 || __s[__result] == __accept2) > ++__result; > return __result; >} > >extern __inline size_t __strspn_c3 (__const char *__s, int __accept1, > int __accept2, int __accept3); >extern __inline size_t >__strspn_c3 (__const char *__s, int __accept1, int __accept2, int __accept3) >{ > register size_t __result = 0; > > while (__s[__result] == __accept1 || __s[__result] == __accept2 > || __s[__result] == __accept3) > ++__result; > return __result; >} ># 1121 "/usr/include/bits/string2.h" 3 4 >extern __inline char *__strpbrk_c2 (__const char *__s, int __accept1, > int __accept2); >extern __inline char * >__strpbrk_c2 (__const char *__s, int __accept1, int __accept2) >{ > > while (*__s != '\0' && *__s != __accept1 && *__s != __accept2) > ++__s; > return *__s == '\0' ? ((void *)0) : (char *) (size_t) __s; >} > >extern __inline char *__strpbrk_c3 (__const char *__s, int __accept1, > int __accept2, int __accept3); >extern __inline char * >__strpbrk_c3 (__const char *__s, int __accept1, int __accept2, > int __accept3) >{ > > while (*__s != '\0' && *__s != __accept1 && *__s != __accept2 > && *__s != __accept3) > ++__s; > return *__s == '\0' ? ((void *)0) : (char *) (size_t) __s; >} ># 1173 "/usr/include/bits/string2.h" 3 4 >extern __inline char *__strtok_r_1c (char *__s, char __sep, char **__nextp); >extern __inline char * >__strtok_r_1c (char *__s, char __sep, char **__nextp) >{ > char *__result; > if (__s == ((void *)0)) > __s = *__nextp; > while (*__s == __sep) > ++__s; > __result = ((void *)0); > if (*__s != '\0') > { > __result = __s++; > while (*__s != '\0') > if (*__s++ == __sep) > { > __s[-1] = '\0'; > break; > } > *__nextp = __s; > } > return __result; >} ># 1205 "/usr/include/bits/string2.h" 3 4 >extern char *__strsep_g (char **__stringp, __const char *__delim); ># 1223 "/usr/include/bits/string2.h" 3 4 >extern __inline char *__strsep_1c (char **__s, char __reject); >extern __inline char * >__strsep_1c (char **__s, char __reject) >{ > register char *__retval = *__s; > if (__retval != ((void *)0) && (*__s = (__extension__ (__builtin_constant_p (__reject) && !__builtin_constant_p (__retval) && (__reject) == '\0' ? (char *) __rawmemchr (__retval, __reject) : __builtin_strchr (__retval, __reject)))) != ((void *)0)) > *(*__s)++ = '\0'; > return __retval; >} > >extern __inline char *__strsep_2c (char **__s, char __reject1, char __reject2); >extern __inline char * >__strsep_2c (char **__s, char __reject1, char __reject2) >{ > register char *__retval = *__s; > if (__retval != ((void *)0)) > { > register char *__cp = __retval; > while (1) > { > if (*__cp == '\0') > { > __cp = ((void *)0); > break; > } > if (*__cp == __reject1 || *__cp == __reject2) > { > *__cp++ = '\0'; > break; > } > ++__cp; > } > *__s = __cp; > } > return __retval; >} > >extern __inline char *__strsep_3c (char **__s, char __reject1, char __reject2, > char __reject3); >extern __inline char * >__strsep_3c (char **__s, char __reject1, char __reject2, char __reject3) >{ > register char *__retval = *__s; > if (__retval != ((void *)0)) > { > register char *__cp = __retval; > while (1) > { > if (*__cp == '\0') > { > __cp = ((void *)0); > break; > } > if (*__cp == __reject1 || *__cp == __reject2 || *__cp == __reject3) > { > *__cp++ = '\0'; > break; > } > ++__cp; > } > *__s = __cp; > } > return __retval; >} ># 1299 "/usr/include/bits/string2.h" 3 4 ># 1 "/usr/include/stdlib.h" 1 3 4 ># 33 "/usr/include/stdlib.h" 3 4 ># 1 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/stddef.h" 1 3 4 ># 34 "/usr/include/stdlib.h" 2 3 4 > > ># 554 "/usr/include/stdlib.h" 3 4 > > >extern void *malloc (size_t __size) __attribute__ ((__malloc__)); > >extern void *calloc (size_t __nmemb, size_t __size) > __attribute__ ((__malloc__)); > ># 922 "/usr/include/stdlib.h" 3 4 > ># 1300 "/usr/include/bits/string2.h" 2 3 4 > > > > >extern char *__strdup (__const char *__string) __attribute__ ((__malloc__)); ># 1323 "/usr/include/bits/string2.h" 3 4 >extern char *__strndup (__const char *__string, size_t __n) > __attribute__ ((__malloc__)); ># 397 "/usr/include/string.h" 2 3 4 > > > > ># 6 "GNOME_Evolution_Importer-stubs.c" 2 > ># 1 "GNOME_Evolution_Importer.h" 1 > > > > > > ># 1 "/usr/include/glib-2.0/glib.h" 1 ># 30 "/usr/include/glib-2.0/glib.h" ># 1 "/usr/include/glib-2.0/glib/galloca.h" 1 ># 30 "/usr/include/glib-2.0/glib/galloca.h" ># 1 "/usr/include/glib-2.0/glib/gtypes.h" 1 ># 30 "/usr/include/glib-2.0/glib/gtypes.h" ># 1 "/usr/lib/glib-2.0/include/glibconfig.h" 1 ># 9 "/usr/lib/glib-2.0/include/glibconfig.h" ># 1 "/usr/include/glib-2.0/glib/gmacros.h" 1 ># 36 "/usr/include/glib-2.0/glib/gmacros.h" ># 1 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/stddef.h" 1 3 4 ># 151 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/stddef.h" 3 4 >typedef int ptrdiff_t; ># 325 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/stddef.h" 3 4 >typedef long int wchar_t; ># 37 "/usr/include/glib-2.0/glib/gmacros.h" 2 ># 10 "/usr/lib/glib-2.0/include/glibconfig.h" 2 > ># 1 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/limits.h" 1 3 4 ># 11 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/limits.h" 3 4 ># 1 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/syslimits.h" 1 3 4 > > > > > > ># 1 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/limits.h" 1 3 4 ># 122 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/limits.h" 3 4 ># 1 "/usr/include/limits.h" 1 3 4 ># 144 "/usr/include/limits.h" 3 4 ># 1 "/usr/include/bits/posix1_lim.h" 1 3 4 ># 145 "/usr/include/bits/posix1_lim.h" 3 4 ># 1 "/usr/include/bits/local_lim.h" 1 3 4 ># 36 "/usr/include/bits/local_lim.h" 3 4 ># 1 "/usr/include/linux/limits.h" 1 3 4 ># 37 "/usr/include/bits/local_lim.h" 2 3 4 ># 146 "/usr/include/bits/posix1_lim.h" 2 3 4 ># 145 "/usr/include/limits.h" 2 3 4 > > > ># 1 "/usr/include/bits/posix2_lim.h" 1 3 4 ># 149 "/usr/include/limits.h" 2 3 4 ># 123 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/limits.h" 2 3 4 ># 8 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/syslimits.h" 2 3 4 ># 12 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/limits.h" 2 3 4 ># 12 "/usr/lib/glib-2.0/include/glibconfig.h" 2 ># 1 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/float.h" 1 3 4 ># 13 "/usr/lib/glib-2.0/include/glibconfig.h" 2 > > > > ># 32 "/usr/lib/glib-2.0/include/glibconfig.h" >typedef signed char gint8; >typedef unsigned char guint8; >typedef signed short gint16; >typedef unsigned short guint16; > > > >typedef signed int gint32; >typedef unsigned int guint32; > > > > > >__extension__ typedef signed long long gint64; >__extension__ typedef unsigned long long guint64; ># 58 "/usr/lib/glib-2.0/include/glibconfig.h" >typedef signed int gssize; >typedef unsigned int gsize; ># 118 "/usr/lib/glib-2.0/include/glibconfig.h" >typedef struct _GStaticMutex GStaticMutex; >struct _GStaticMutex >{ > struct _GMutex *runtime_mutex; > union { > char pad[24]; > double dummy_double; > void *dummy_pointer; > long dummy_long; > } static_mutex; >}; ># 137 "/usr/lib/glib-2.0/include/glibconfig.h" >typedef union _GSystemThread GSystemThread; >union _GSystemThread >{ > char data[4]; > double dummy_double; > void *dummy_pointer; > long dummy_long; >}; ># 179 "/usr/lib/glib-2.0/include/glibconfig.h" >typedef int GPid; > > ># 31 "/usr/include/glib-2.0/glib/gtypes.h" 2 > > ># 41 "/usr/include/glib-2.0/glib/gtypes.h" >typedef char gchar; >typedef short gshort; >typedef long glong; >typedef int gint; >typedef gint gboolean; > >typedef unsigned char guchar; >typedef unsigned short gushort; >typedef unsigned long gulong; >typedef unsigned int guint; > >typedef float gfloat; >typedef double gdouble; ># 72 "/usr/include/glib-2.0/glib/gtypes.h" >typedef void* gpointer; >typedef const void *gconstpointer; > >typedef gint (*GCompareFunc) (gconstpointer a, > gconstpointer b); >typedef gint (*GCompareDataFunc) (gconstpointer a, > gconstpointer b, > gpointer user_data); >typedef gboolean (*GEqualFunc) (gconstpointer a, > gconstpointer b); >typedef void (*GDestroyNotify) (gpointer data); >typedef void (*GFunc) (gpointer data, > gpointer user_data); >typedef guint (*GHashFunc) (gconstpointer key); >typedef void (*GHFunc) (gpointer key, > gpointer value, > gpointer user_data); >typedef void (*GFreeFunc) (gpointer data); ># 335 "/usr/include/glib-2.0/glib/gtypes.h" >typedef union _GDoubleIEEE754 GDoubleIEEE754; >typedef union _GFloatIEEE754 GFloatIEEE754; ># 362 "/usr/include/glib-2.0/glib/gtypes.h" >union _GFloatIEEE754 >{ > gfloat v_float; > struct { > guint sign : 1; > guint biased_exponent : 8; > guint mantissa : 23; > } mpn; >}; >union _GDoubleIEEE754 >{ > gdouble v_double; > struct { > guint sign : 1; > guint biased_exponent : 11; > guint mantissa_high : 20; > guint mantissa_low : 32; > } mpn; >}; > > > > >typedef struct _GTimeVal GTimeVal; > >struct _GTimeVal >{ > glong tv_sec; > glong tv_usec; >}; > > ># 31 "/usr/include/glib-2.0/glib/galloca.h" 2 ># 31 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/garray.h" 1 ># 32 "/usr/include/glib-2.0/glib/garray.h" > > >typedef struct _GArray GArray; >typedef struct _GByteArray GByteArray; >typedef struct _GPtrArray GPtrArray; > >struct _GArray >{ > gchar *data; > guint len; >}; > >struct _GByteArray >{ > guint8 *data; > guint len; >}; > >struct _GPtrArray >{ > gpointer *pdata; > guint len; >}; ># 66 "/usr/include/glib-2.0/glib/garray.h" >GArray* g_array_new (gboolean zero_terminated, > gboolean clear_, > guint element_size); >GArray* g_array_sized_new (gboolean zero_terminated, > gboolean clear_, > guint element_size, > guint reserved_size); >gchar* g_array_free (GArray *array, > gboolean free_segment); >GArray* g_array_append_vals (GArray *array, > gconstpointer data, > guint len); >GArray* g_array_prepend_vals (GArray *array, > gconstpointer data, > guint len); >GArray* g_array_insert_vals (GArray *array, > guint index_, > gconstpointer data, > guint len); >GArray* g_array_set_size (GArray *array, > guint length); >GArray* g_array_remove_index (GArray *array, > guint index_); >GArray* g_array_remove_index_fast (GArray *array, > guint index_); >GArray* g_array_remove_range (GArray *array, > guint index_, > guint length); >void g_array_sort (GArray *array, > GCompareFunc compare_func); >void g_array_sort_with_data (GArray *array, > GCompareDataFunc compare_func, > gpointer user_data); > > > > > > >GPtrArray* g_ptr_array_new (void); >GPtrArray* g_ptr_array_sized_new (guint reserved_size); >gpointer* g_ptr_array_free (GPtrArray *array, > gboolean free_seg); >void g_ptr_array_set_size (GPtrArray *array, > gint length); >gpointer g_ptr_array_remove_index (GPtrArray *array, > guint index_); >gpointer g_ptr_array_remove_index_fast (GPtrArray *array, > guint index_); >gboolean g_ptr_array_remove (GPtrArray *array, > gpointer data); >gboolean g_ptr_array_remove_fast (GPtrArray *array, > gpointer data); >void g_ptr_array_remove_range (GPtrArray *array, > guint index_, > guint length); >void g_ptr_array_add (GPtrArray *array, > gpointer data); >void g_ptr_array_sort (GPtrArray *array, > GCompareFunc compare_func); >void g_ptr_array_sort_with_data (GPtrArray *array, > GCompareDataFunc compare_func, > gpointer user_data); >void g_ptr_array_foreach (GPtrArray *array, > GFunc func, > gpointer user_data); > > > > > > >GByteArray* g_byte_array_new (void); >GByteArray* g_byte_array_sized_new (guint reserved_size); >guint8* g_byte_array_free (GByteArray *array, > gboolean free_segment); >GByteArray* g_byte_array_append (GByteArray *array, > const guint8 *data, > guint len); >GByteArray* g_byte_array_prepend (GByteArray *array, > const guint8 *data, > guint len); >GByteArray* g_byte_array_set_size (GByteArray *array, > guint length); >GByteArray* g_byte_array_remove_index (GByteArray *array, > guint index_); >GByteArray* g_byte_array_remove_index_fast (GByteArray *array, > guint index_); >GByteArray* g_byte_array_remove_range (GByteArray *array, > guint index_, > guint length); >void g_byte_array_sort (GByteArray *array, > GCompareFunc compare_func); >void g_byte_array_sort_with_data (GByteArray *array, > GCompareDataFunc compare_func, > gpointer user_data); > > > ># 32 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gasyncqueue.h" 1 ># 30 "/usr/include/glib-2.0/glib/gasyncqueue.h" ># 1 "/usr/include/glib-2.0/glib/gthread.h" 1 ># 30 "/usr/include/glib-2.0/glib/gthread.h" ># 1 "/usr/include/glib-2.0/glib/gerror.h" 1 ># 24 "/usr/include/glib-2.0/glib/gerror.h" ># 1 "/usr/include/glib-2.0/glib/gquark.h" 1 ># 32 "/usr/include/glib-2.0/glib/gquark.h" > > >typedef guint32 GQuark; > > > >GQuark g_quark_try_string (const gchar *string); >GQuark g_quark_from_static_string (const gchar *string); >GQuark g_quark_from_string (const gchar *string); >const gchar* g_quark_to_string (GQuark quark) __attribute__((__const__)); > > ># 25 "/usr/include/glib-2.0/glib/gerror.h" 2 > > > >typedef struct _GError GError; > >struct _GError >{ > GQuark domain; > gint code; > gchar *message; >}; > >GError* g_error_new (GQuark domain, > gint code, > const gchar *format, > ...) __attribute__((__format__ (__printf__, 3, 4))); > >GError* g_error_new_literal (GQuark domain, > gint code, > const gchar *message); > >void g_error_free (GError *error); >GError* g_error_copy (const GError *error); > >gboolean g_error_matches (const GError *error, > GQuark domain, > gint code); > > > > >void g_set_error (GError **err, > GQuark domain, > gint code, > const gchar *format, > ...) __attribute__((__format__ (__printf__, 4, 5))); > > > >void g_propagate_error (GError **dest, > GError *src); > > >void g_clear_error (GError **err); > > > ># 31 "/usr/include/glib-2.0/glib/gthread.h" 2 > ># 1 "/usr/include/glib-2.0/glib/gatomic.h" 1 ># 35 "/usr/include/glib-2.0/glib/gatomic.h" > > >gint g_atomic_int_exchange_and_add (gint *atomic, > gint val); >void g_atomic_int_add (gint *atomic, > gint val); >gboolean g_atomic_int_compare_and_exchange (gint *atomic, > gint oldval, > gint newval); >gboolean g_atomic_pointer_compare_and_exchange (gpointer *atomic, > gpointer oldval, > gpointer newval); > > >gint g_atomic_int_get (gint *atomic); >gpointer g_atomic_pointer_get (gpointer *atomic); ># 60 "/usr/include/glib-2.0/glib/gatomic.h" > ># 33 "/usr/include/glib-2.0/glib/gthread.h" 2 > > > > > > >extern GQuark g_thread_error_quark (void); > > >typedef enum >{ > G_THREAD_ERROR_AGAIN >} GThreadError; > >typedef gpointer (*GThreadFunc) (gpointer data); > >typedef enum >{ > G_THREAD_PRIORITY_LOW, > G_THREAD_PRIORITY_NORMAL, > G_THREAD_PRIORITY_HIGH, > G_THREAD_PRIORITY_URGENT >} GThreadPriority; > >typedef struct _GThread GThread; >struct _GThread >{ > > GThreadFunc func; > gpointer data; > gboolean joinable; > GThreadPriority priority; >}; > >typedef struct _GMutex GMutex; >typedef struct _GCond GCond; >typedef struct _GPrivate GPrivate; >typedef struct _GStaticPrivate GStaticPrivate; > >typedef struct _GThreadFunctions GThreadFunctions; >struct _GThreadFunctions >{ > GMutex* (*mutex_new) (void); > void (*mutex_lock) (GMutex *mutex); > gboolean (*mutex_trylock) (GMutex *mutex); > void (*mutex_unlock) (GMutex *mutex); > void (*mutex_free) (GMutex *mutex); > GCond* (*cond_new) (void); > void (*cond_signal) (GCond *cond); > void (*cond_broadcast) (GCond *cond); > void (*cond_wait) (GCond *cond, > GMutex *mutex); > gboolean (*cond_timed_wait) (GCond *cond, > GMutex *mutex, > GTimeVal *end_time); > void (*cond_free) (GCond *cond); > GPrivate* (*private_new) (GDestroyNotify destructor); > gpointer (*private_get) (GPrivate *private_key); > void (*private_set) (GPrivate *private_key, > gpointer data); > void (*thread_create) (GThreadFunc func, > gpointer data, > gulong stack_size, > gboolean joinable, > gboolean bound, > GThreadPriority priority, > gpointer thread, > GError **error); > void (*thread_yield) (void); > void (*thread_join) (gpointer thread); > void (*thread_exit) (void); > void (*thread_set_priority)(gpointer thread, > GThreadPriority priority); > void (*thread_self) (gpointer thread); > gboolean (*thread_equal) (gpointer thread1, > gpointer thread2); >}; > >extern GThreadFunctions g_thread_functions_for_glib_use; >extern gboolean g_thread_use_default_impl; >extern gboolean g_threads_got_initialized; > > > > > >void g_thread_init (GThreadFunctions *vtable); ># 128 "/usr/include/glib-2.0/glib/gthread.h" >void g_thread_init_with_errorcheck_mutexes (GThreadFunctions* vtable); ># 138 "/usr/include/glib-2.0/glib/gthread.h" >GMutex* g_static_mutex_get_mutex_impl (GMutex **mutex); ># 208 "/usr/include/glib-2.0/glib/gthread.h" >GThread* g_thread_create_full (GThreadFunc func, > gpointer data, > gulong stack_size, > gboolean joinable, > gboolean bound, > GThreadPriority priority, > GError **error); >GThread* g_thread_self (void); >void g_thread_exit (gpointer retval); >gpointer g_thread_join (GThread *thread); > >void g_thread_set_priority (GThread *thread, > GThreadPriority priority); ># 233 "/usr/include/glib-2.0/glib/gthread.h" >void g_static_mutex_init (GStaticMutex *mutex); >void g_static_mutex_free (GStaticMutex *mutex); > >struct _GStaticPrivate >{ > > guint index; >}; > >void g_static_private_init (GStaticPrivate *private_key); >gpointer g_static_private_get (GStaticPrivate *private_key); >void g_static_private_set (GStaticPrivate *private_key, > gpointer data, > GDestroyNotify notify); >void g_static_private_free (GStaticPrivate *private_key); > >typedef struct _GStaticRecMutex GStaticRecMutex; >struct _GStaticRecMutex >{ > > GStaticMutex mutex; > guint depth; > GSystemThread owner; >}; > > >void g_static_rec_mutex_init (GStaticRecMutex *mutex); >void g_static_rec_mutex_lock (GStaticRecMutex *mutex); >gboolean g_static_rec_mutex_trylock (GStaticRecMutex *mutex); >void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); >void g_static_rec_mutex_lock_full (GStaticRecMutex *mutex, > guint depth); >guint g_static_rec_mutex_unlock_full (GStaticRecMutex *mutex); >void g_static_rec_mutex_free (GStaticRecMutex *mutex); > >typedef struct _GStaticRWLock GStaticRWLock; >struct _GStaticRWLock >{ > > GStaticMutex mutex; > GCond *read_cond; > GCond *write_cond; > guint read_counter; > gboolean have_writer; > guint want_to_read; > guint want_to_write; >}; > > > >void g_static_rw_lock_init (GStaticRWLock* lock); >void g_static_rw_lock_reader_lock (GStaticRWLock* lock); >gboolean g_static_rw_lock_reader_trylock (GStaticRWLock* lock); >void g_static_rw_lock_reader_unlock (GStaticRWLock* lock); >void g_static_rw_lock_writer_lock (GStaticRWLock* lock); >gboolean g_static_rw_lock_writer_trylock (GStaticRWLock* lock); >void g_static_rw_lock_writer_unlock (GStaticRWLock* lock); >void g_static_rw_lock_free (GStaticRWLock* lock); > >typedef enum >{ > G_ONCE_STATUS_NOTCALLED, > G_ONCE_STATUS_PROGRESS, > G_ONCE_STATUS_READY >} GOnceStatus; > >typedef struct _GOnce GOnce; >struct _GOnce >{ > volatile GOnceStatus status; > volatile gpointer retval; >}; > > > >gpointer g_once_impl (GOnce *once, GThreadFunc func, gpointer arg); ># 328 "/usr/include/glib-2.0/glib/gthread.h" >extern void glib_dummy_decl (void); ># 370 "/usr/include/glib-2.0/glib/gthread.h" > ># 31 "/usr/include/glib-2.0/glib/gasyncqueue.h" 2 > > > >typedef struct _GAsyncQueue GAsyncQueue; > > > > > >GAsyncQueue* g_async_queue_new (void); > > > > > >void g_async_queue_lock (GAsyncQueue *queue); >void g_async_queue_unlock (GAsyncQueue *queue); > > >void g_async_queue_ref (GAsyncQueue *queue); >void g_async_queue_unref (GAsyncQueue *queue); > > >void g_async_queue_ref_unlocked (GAsyncQueue *queue); >void g_async_queue_unref_and_unlock (GAsyncQueue *queue); > > > >void g_async_queue_push (GAsyncQueue *queue, > gpointer data); >void g_async_queue_push_unlocked (GAsyncQueue *queue, > gpointer data); > > > >gpointer g_async_queue_pop (GAsyncQueue *queue); >gpointer g_async_queue_pop_unlocked (GAsyncQueue *queue); > > >gpointer g_async_queue_try_pop (GAsyncQueue *queue); >gpointer g_async_queue_try_pop_unlocked (GAsyncQueue *queue); > > > >gpointer g_async_queue_timed_pop (GAsyncQueue *queue, > GTimeVal *end_time); >gpointer g_async_queue_timed_pop_unlocked (GAsyncQueue *queue, > GTimeVal *end_time); > > > > > > > >gint g_async_queue_length (GAsyncQueue *queue); >gint g_async_queue_length_unlocked (GAsyncQueue *queue); > > ># 33 "/usr/include/glib-2.0/glib.h" 2 > ># 1 "/usr/include/glib-2.0/glib/gbacktrace.h" 1 ># 32 "/usr/include/glib-2.0/glib/gbacktrace.h" > ># 43 "/usr/include/glib-2.0/glib/gbacktrace.h" >void g_on_error_query (const gchar *prg_name); >void g_on_error_stack_trace (const gchar *prg_name); ># 59 "/usr/include/glib-2.0/glib/gbacktrace.h" > ># 35 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gcache.h" 1 ># 30 "/usr/include/glib-2.0/glib/gcache.h" ># 1 "/usr/include/glib-2.0/glib/glist.h" 1 ># 30 "/usr/include/glib-2.0/glib/glist.h" ># 1 "/usr/include/glib-2.0/glib/gmem.h" 1 ># 32 "/usr/include/glib-2.0/glib/gmem.h" > > >typedef struct _GAllocator GAllocator; >typedef struct _GMemChunk GMemChunk; >typedef struct _GMemVTable GMemVTable; ># 48 "/usr/include/glib-2.0/glib/gmem.h" >gpointer g_malloc (gulong n_bytes); >gpointer g_malloc0 (gulong n_bytes); >gpointer g_realloc (gpointer mem, > gulong n_bytes); >void g_free (gpointer mem); >gpointer g_try_malloc (gulong n_bytes); >gpointer g_try_realloc (gpointer mem, > gulong n_bytes); ># 72 "/usr/include/glib-2.0/glib/gmem.h" >struct _GMemVTable >{ > gpointer (*malloc) (gsize n_bytes); > gpointer (*realloc) (gpointer mem, > gsize n_bytes); > void (*free) (gpointer mem); > > gpointer (*calloc) (gsize n_blocks, > gsize n_block_bytes); > gpointer (*try_malloc) (gsize n_bytes); > gpointer (*try_realloc) (gpointer mem, > gsize n_bytes); >}; >void g_mem_set_vtable (GMemVTable *vtable); >gboolean g_mem_is_system_malloc (void); > > > >extern GMemVTable *glib_mem_profiler_table; >void g_mem_profile (void); ># 135 "/usr/include/glib-2.0/glib/gmem.h" >GMemChunk* g_mem_chunk_new (const gchar *name, > gint atom_size, > gulong area_size, > gint type); >void g_mem_chunk_destroy (GMemChunk *mem_chunk); >gpointer g_mem_chunk_alloc (GMemChunk *mem_chunk); >gpointer g_mem_chunk_alloc0 (GMemChunk *mem_chunk); >void g_mem_chunk_free (GMemChunk *mem_chunk, > gpointer mem); >void g_mem_chunk_clean (GMemChunk *mem_chunk); >void g_mem_chunk_reset (GMemChunk *mem_chunk); >void g_mem_chunk_print (GMemChunk *mem_chunk); >void g_mem_chunk_info (void); ># 157 "/usr/include/glib-2.0/glib/gmem.h" >void g_blow_chunks (void); > > > > >GAllocator* g_allocator_new (const gchar *name, > guint n_preallocs); >void g_allocator_free (GAllocator *allocator); > > > > > > > > ># 31 "/usr/include/glib-2.0/glib/glist.h" 2 > > > >typedef struct _GList GList; > >struct _GList >{ > gpointer data; > GList *next; > GList *prev; >}; > > > >void g_list_push_allocator (GAllocator *allocator); >void g_list_pop_allocator (void); >GList* g_list_alloc (void); >void g_list_free (GList *list); >void g_list_free_1 (GList *list); >GList* g_list_append (GList *list, > gpointer data); >GList* g_list_prepend (GList *list, > gpointer data); >GList* g_list_insert (GList *list, > gpointer data, > gint position); >GList* g_list_insert_sorted (GList *list, > gpointer data, > GCompareFunc func); >GList* g_list_insert_before (GList *list, > GList *sibling, > gpointer data); >GList* g_list_concat (GList *list1, > GList *list2); >GList* g_list_remove (GList *list, > gconstpointer data); >GList* g_list_remove_all (GList *list, > gconstpointer data); >GList* g_list_remove_link (GList *list, > GList *llink); >GList* g_list_delete_link (GList *list, > GList *link_); >GList* g_list_reverse (GList *list); >GList* g_list_copy (GList *list); >GList* g_list_nth (GList *list, > guint n); >GList* g_list_nth_prev (GList *list, > guint n); >GList* g_list_find (GList *list, > gconstpointer data); >GList* g_list_find_custom (GList *list, > gconstpointer data, > GCompareFunc func); >gint g_list_position (GList *list, > GList *llink); >gint g_list_index (GList *list, > gconstpointer data); >GList* g_list_last (GList *list); >GList* g_list_first (GList *list); >guint g_list_length (GList *list); >void g_list_foreach (GList *list, > GFunc func, > gpointer user_data); >GList* g_list_sort (GList *list, > GCompareFunc compare_func); >GList* g_list_sort_with_data (GList *list, > GCompareDataFunc compare_func, > gpointer user_data); >gpointer g_list_nth_data (GList *list, > guint n); > > > > > ># 31 "/usr/include/glib-2.0/glib/gcache.h" 2 > > > >typedef struct _GCache GCache; > >typedef gpointer (*GCacheNewFunc) (gpointer key); >typedef gpointer (*GCacheDupFunc) (gpointer value); >typedef void (*GCacheDestroyFunc) (gpointer value); > > > >GCache* g_cache_new (GCacheNewFunc value_new_func, > GCacheDestroyFunc value_destroy_func, > GCacheDupFunc key_dup_func, > GCacheDestroyFunc key_destroy_func, > GHashFunc hash_key_func, > GHashFunc hash_value_func, > GEqualFunc key_equal_func); >void g_cache_destroy (GCache *cache); >gpointer g_cache_insert (GCache *cache, > gpointer key); >void g_cache_remove (GCache *cache, > gconstpointer value); >void g_cache_key_foreach (GCache *cache, > GHFunc func, > gpointer user_data); >void g_cache_value_foreach (GCache *cache, > GHFunc func, > gpointer user_data); > > ># 36 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gcompletion.h" 1 ># 32 "/usr/include/glib-2.0/glib/gcompletion.h" > > >typedef struct _GCompletion GCompletion; > >typedef gchar* (*GCompletionFunc) (gpointer); > > > > >typedef gint (*GCompletionStrncmpFunc) (const gchar *s1, > const gchar *s2, > gsize n); > >struct _GCompletion >{ > GList* items; > GCompletionFunc func; > > gchar* prefix; > GList* cache; > GCompletionStrncmpFunc strncmp_func; >}; > >GCompletion* g_completion_new (GCompletionFunc func); >void g_completion_add_items (GCompletion* cmp, > GList* items); >void g_completion_remove_items (GCompletion* cmp, > GList* items); >void g_completion_clear_items (GCompletion* cmp); >GList* g_completion_complete (GCompletion* cmp, > const gchar* prefix, > gchar** new_prefix); >GList* g_completion_complete_utf8 (GCompletion *cmp, > const gchar* prefix, > gchar** new_prefix); >void g_completion_set_compare (GCompletion *cmp, > GCompletionStrncmpFunc strncmp_func); >void g_completion_free (GCompletion* cmp); > > ># 37 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gconvert.h" 1 ># 30 "/usr/include/glib-2.0/glib/gconvert.h" ># 1 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/stddef.h" 1 3 4 ># 31 "/usr/include/glib-2.0/glib/gconvert.h" 2 > > > > >typedef enum >{ > G_CONVERT_ERROR_NO_CONVERSION, > G_CONVERT_ERROR_ILLEGAL_SEQUENCE, > G_CONVERT_ERROR_FAILED, > G_CONVERT_ERROR_PARTIAL_INPUT, > G_CONVERT_ERROR_BAD_URI, > G_CONVERT_ERROR_NOT_ABSOLUTE_PATH >} GConvertError; > > >GQuark g_convert_error_quark (void); > > > >typedef struct _GIConv *GIConv; > >GIConv g_iconv_open (const gchar *to_codeset, > const gchar *from_codeset); >size_t g_iconv (GIConv converter, > gchar **inbuf, > gsize *inbytes_left, > gchar **outbuf, > gsize *outbytes_left); >gint g_iconv_close (GIConv converter); > > >gchar* g_convert (const gchar *str, > gssize len, > const gchar *to_codeset, > const gchar *from_codeset, > gsize *bytes_read, > gsize *bytes_written, > GError **error); >gchar* g_convert_with_iconv (const gchar *str, > gssize len, > GIConv converter, > gsize *bytes_read, > gsize *bytes_written, > GError **error); >gchar* g_convert_with_fallback (const gchar *str, > gssize len, > const gchar *to_codeset, > const gchar *from_codeset, > gchar *fallback, > gsize *bytes_read, > gsize *bytes_written, > GError **error); > > > > >gchar* g_locale_to_utf8 (const gchar *opsysstring, > gssize len, > gsize *bytes_read, > gsize *bytes_written, > GError **error); >gchar* g_locale_from_utf8 (const gchar *utf8string, > gssize len, > gsize *bytes_read, > gsize *bytes_written, > GError **error); > > > > >gchar* g_filename_to_utf8 (const gchar *opsysstring, > gssize len, > gsize *bytes_read, > gsize *bytes_written, > GError **error); >gchar* g_filename_from_utf8 (const gchar *utf8string, > gssize len, > gsize *bytes_read, > gsize *bytes_written, > GError **error); > >gchar *g_filename_from_uri (const gchar *uri, > gchar **hostname, > GError **error); > >gchar *g_filename_to_uri (const gchar *filename, > const gchar *hostname, > GError **error); > > > ># 38 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gdataset.h" 1 ># 32 "/usr/include/glib-2.0/glib/gdataset.h" > > >typedef struct _GData GData; > >typedef void (*GDataForeachFunc) (GQuark key_id, > gpointer data, > gpointer user_data); > > > >void g_datalist_init (GData **datalist); >void g_datalist_clear (GData **datalist); >gpointer g_datalist_id_get_data (GData **datalist, > GQuark key_id); >void g_datalist_id_set_data_full (GData **datalist, > GQuark key_id, > gpointer data, > GDestroyNotify destroy_func); >gpointer g_datalist_id_remove_no_notify (GData **datalist, > GQuark key_id); >void g_datalist_foreach (GData **datalist, > GDataForeachFunc func, > gpointer user_data); ># 73 "/usr/include/glib-2.0/glib/gdataset.h" >void g_dataset_destroy (gconstpointer dataset_location); >gpointer g_dataset_id_get_data (gconstpointer dataset_location, > GQuark key_id); >void g_dataset_id_set_data_full (gconstpointer dataset_location, > GQuark key_id, > gpointer data, > GDestroyNotify destroy_func); >gpointer g_dataset_id_remove_no_notify (gconstpointer dataset_location, > GQuark key_id); >void g_dataset_foreach (gconstpointer dataset_location, > GDataForeachFunc func, > gpointer user_data); ># 100 "/usr/include/glib-2.0/glib/gdataset.h" > ># 39 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gdate.h" 1 ># 32 "/usr/include/glib-2.0/glib/gdate.h" > ># 43 "/usr/include/glib-2.0/glib/gdate.h" >typedef gint32 GTime; >typedef guint16 GDateYear; >typedef guint8 GDateDay; >typedef struct _GDate GDate; > >struct tm; > > >typedef enum >{ > G_DATE_DAY = 0, > G_DATE_MONTH = 1, > G_DATE_YEAR = 2 >} GDateDMY; > > >typedef enum >{ > G_DATE_BAD_WEEKDAY = 0, > G_DATE_MONDAY = 1, > G_DATE_TUESDAY = 2, > G_DATE_WEDNESDAY = 3, > G_DATE_THURSDAY = 4, > G_DATE_FRIDAY = 5, > G_DATE_SATURDAY = 6, > G_DATE_SUNDAY = 7 >} GDateWeekday; >typedef enum >{ > G_DATE_BAD_MONTH = 0, > G_DATE_JANUARY = 1, > G_DATE_FEBRUARY = 2, > G_DATE_MARCH = 3, > G_DATE_APRIL = 4, > G_DATE_MAY = 5, > G_DATE_JUNE = 6, > G_DATE_JULY = 7, > G_DATE_AUGUST = 8, > G_DATE_SEPTEMBER = 9, > G_DATE_OCTOBER = 10, > G_DATE_NOVEMBER = 11, > G_DATE_DECEMBER = 12 >} GDateMonth; ># 96 "/usr/include/glib-2.0/glib/gdate.h" >struct _GDate >{ > guint julian_days : 32; > > > > > > guint julian : 1; > guint dmy : 1; > > > guint day : 6; > guint month : 4; > guint year : 16; >}; > > > > > >GDate* g_date_new (void); >GDate* g_date_new_dmy (GDateDay day, > GDateMonth month, > GDateYear year); >GDate* g_date_new_julian (guint32 julian_day); >void g_date_free (GDate *date); > > > > > > >gboolean g_date_valid (const GDate *date); >gboolean g_date_valid_day (GDateDay day) __attribute__((__const__)); >gboolean g_date_valid_month (GDateMonth month) __attribute__((__const__)); >gboolean g_date_valid_year (GDateYear year) __attribute__((__const__)); >gboolean g_date_valid_weekday (GDateWeekday weekday) __attribute__((__const__)); >gboolean g_date_valid_julian (guint32 julian_date) __attribute__((__const__)); >gboolean g_date_valid_dmy (GDateDay day, > GDateMonth month, > GDateYear year) __attribute__((__const__)); > >GDateWeekday g_date_get_weekday (const GDate *date); >GDateMonth g_date_get_month (const GDate *date); >GDateYear g_date_get_year (const GDate *date); >GDateDay g_date_get_day (const GDate *date); >guint32 g_date_get_julian (const GDate *date); >guint g_date_get_day_of_year (const GDate *date); > > > > > > >guint g_date_get_monday_week_of_year (const GDate *date); >guint g_date_get_sunday_week_of_year (const GDate *date); > > > > > >void g_date_clear (GDate *date, > guint n_dates); > > > > > >void g_date_set_parse (GDate *date, > const gchar *str); >void g_date_set_time (GDate *date, > GTime time_); >void g_date_set_month (GDate *date, > GDateMonth month); >void g_date_set_day (GDate *date, > GDateDay day); >void g_date_set_year (GDate *date, > GDateYear year); >void g_date_set_dmy (GDate *date, > GDateDay day, > GDateMonth month, > GDateYear y); >void g_date_set_julian (GDate *date, > guint32 julian_date); >gboolean g_date_is_first_of_month (const GDate *date); >gboolean g_date_is_last_of_month (const GDate *date); > > >void g_date_add_days (GDate *date, > guint n_days); >void g_date_subtract_days (GDate *date, > guint n_days); > > >void g_date_add_months (GDate *date, > guint n_months); >void g_date_subtract_months (GDate *date, > guint n_months); > > >void g_date_add_years (GDate *date, > guint n_years); >void g_date_subtract_years (GDate *date, > guint n_years); >gboolean g_date_is_leap_year (GDateYear year) __attribute__((__const__)); >guint8 g_date_get_days_in_month (GDateMonth month, > GDateYear year) __attribute__((__const__)); >guint8 g_date_get_monday_weeks_in_year (GDateYear year) __attribute__((__const__)); >guint8 g_date_get_sunday_weeks_in_year (GDateYear year) __attribute__((__const__)); > > > >gint g_date_days_between (const GDate *date1, > const GDate *date2); > > >gint g_date_compare (const GDate *lhs, > const GDate *rhs); >void g_date_to_struct_tm (const GDate *date, > struct tm *tm); > >void g_date_clamp (GDate *date, > const GDate *min_date, > const GDate *max_date); > > >void g_date_order (GDate *date1, GDate *date2); > > > > >gsize g_date_strftime (gchar *s, > gsize slen, > const gchar *format, > const GDate *date); ># 249 "/usr/include/glib-2.0/glib/gdate.h" > ># 40 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gdir.h" 1 ># 28 "/usr/include/glib-2.0/glib/gdir.h" > > >typedef struct _GDir GDir; > >GDir * g_dir_open (const gchar *path, > guint flags, > GError **error); >const gchar *g_dir_read_name (GDir *dir); >void g_dir_rewind (GDir *dir); >void g_dir_close (GDir *dir); > > ># 41 "/usr/include/glib-2.0/glib.h" 2 > ># 1 "/usr/include/glib-2.0/glib/gfileutils.h" 1 ># 26 "/usr/include/glib-2.0/glib/gfileutils.h" > > > > >typedef enum >{ > G_FILE_ERROR_EXIST, > G_FILE_ERROR_ISDIR, > G_FILE_ERROR_ACCES, > G_FILE_ERROR_NAMETOOLONG, > G_FILE_ERROR_NOENT, > G_FILE_ERROR_NOTDIR, > G_FILE_ERROR_NXIO, > G_FILE_ERROR_NODEV, > G_FILE_ERROR_ROFS, > G_FILE_ERROR_TXTBSY, > G_FILE_ERROR_FAULT, > G_FILE_ERROR_LOOP, > G_FILE_ERROR_NOSPC, > G_FILE_ERROR_NOMEM, > G_FILE_ERROR_MFILE, > G_FILE_ERROR_NFILE, > G_FILE_ERROR_BADF, > G_FILE_ERROR_INVAL, > G_FILE_ERROR_PIPE, > G_FILE_ERROR_AGAIN, > G_FILE_ERROR_INTR, > G_FILE_ERROR_IO, > G_FILE_ERROR_PERM, > G_FILE_ERROR_FAILED >} GFileError; > > > > > >typedef enum >{ > G_FILE_TEST_IS_REGULAR = 1 << 0, > G_FILE_TEST_IS_SYMLINK = 1 << 1, > G_FILE_TEST_IS_DIR = 1 << 2, > G_FILE_TEST_IS_EXECUTABLE = 1 << 3, > G_FILE_TEST_EXISTS = 1 << 4 >} GFileTest; > >GQuark g_file_error_quark (void); > >GFileError g_file_error_from_errno (gint err_no); > >gboolean g_file_test (const gchar *filename, > GFileTest test); >gboolean g_file_get_contents (const gchar *filename, > gchar **contents, > gsize *length, > GError **error); >gchar *g_file_read_link (const gchar *filename, > GError **error); > > >gint g_mkstemp (gchar *tmpl); > > >gint g_file_open_tmp (const gchar *tmpl, > gchar **name_used, > GError **error); > >gchar *g_build_path (const gchar *separator, > const gchar *first_element, > ...); >gchar *g_build_filename (const gchar *first_element, > ...); > > ># 43 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/ghash.h" 1 ># 32 "/usr/include/glib-2.0/glib/ghash.h" > > >typedef struct _GHashTable GHashTable; > >typedef gboolean (*GHRFunc) (gpointer key, > gpointer value, > gpointer user_data); > > > >GHashTable* g_hash_table_new (GHashFunc hash_func, > GEqualFunc key_equal_func); >GHashTable* g_hash_table_new_full (GHashFunc hash_func, > GEqualFunc key_equal_func, > GDestroyNotify key_destroy_func, > GDestroyNotify value_destroy_func); >void g_hash_table_destroy (GHashTable *hash_table); >void g_hash_table_insert (GHashTable *hash_table, > gpointer key, > gpointer value); >void g_hash_table_replace (GHashTable *hash_table, > gpointer key, > gpointer value); >gboolean g_hash_table_remove (GHashTable *hash_table, > gconstpointer key); >gboolean g_hash_table_steal (GHashTable *hash_table, > gconstpointer key); >gpointer g_hash_table_lookup (GHashTable *hash_table, > gconstpointer key); >gboolean g_hash_table_lookup_extended (GHashTable *hash_table, > gconstpointer lookup_key, > gpointer *orig_key, > gpointer *value); >void g_hash_table_foreach (GHashTable *hash_table, > GHFunc func, > gpointer user_data); >gpointer g_hash_table_find (GHashTable *hash_table, > GHRFunc predicate, > gpointer user_data); >guint g_hash_table_foreach_remove (GHashTable *hash_table, > GHRFunc func, > gpointer user_data); >guint g_hash_table_foreach_steal (GHashTable *hash_table, > GHRFunc func, > gpointer user_data); >guint g_hash_table_size (GHashTable *hash_table); ># 90 "/usr/include/glib-2.0/glib/ghash.h" >gboolean g_str_equal (gconstpointer v, > gconstpointer v2); >guint g_str_hash (gconstpointer v); > >gboolean g_int_equal (gconstpointer v, > gconstpointer v2); >guint g_int_hash (gconstpointer v); > > > > > > > >guint g_direct_hash (gconstpointer v) __attribute__((__const__)); >gboolean g_direct_equal (gconstpointer v, > gconstpointer v2) __attribute__((__const__)); > > ># 44 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/ghook.h" 1 ># 32 "/usr/include/glib-2.0/glib/ghook.h" > > > > >typedef struct _GHook GHook; >typedef struct _GHookList GHookList; > >typedef gint (*GHookCompareFunc) (GHook *new_hook, > GHook *sibling); >typedef gboolean (*GHookFindFunc) (GHook *hook, > gpointer data); >typedef void (*GHookMarshaller) (GHook *hook, > gpointer marshal_data); >typedef gboolean (*GHookCheckMarshaller) (GHook *hook, > gpointer marshal_data); >typedef void (*GHookFunc) (gpointer data); >typedef gboolean (*GHookCheckFunc) (gpointer data); >typedef void (*GHookFinalizeFunc) (GHookList *hook_list, > GHook *hook); >typedef enum >{ > G_HOOK_FLAG_ACTIVE = 1 << 0, > G_HOOK_FLAG_IN_CALL = 1 << 1, > G_HOOK_FLAG_MASK = 0x0f >} GHookFlagMask; > > > > >struct _GHookList >{ > gulong seq_id; > guint hook_size : 16; > guint is_setup : 1; > GHook *hooks; > GMemChunk *hook_memchunk; > GHookFinalizeFunc finalize_hook; > gpointer dummy[2]; >}; >struct _GHook >{ > gpointer data; > GHook *next; > GHook *prev; > guint ref_count; > gulong hook_id; > guint flags; > gpointer func; > GDestroyNotify destroy; >}; ># 102 "/usr/include/glib-2.0/glib/ghook.h" >void g_hook_list_init (GHookList *hook_list, > guint hook_size); >void g_hook_list_clear (GHookList *hook_list); >GHook* g_hook_alloc (GHookList *hook_list); >void g_hook_free (GHookList *hook_list, > GHook *hook); >void g_hook_ref (GHookList *hook_list, > GHook *hook); >void g_hook_unref (GHookList *hook_list, > GHook *hook); >gboolean g_hook_destroy (GHookList *hook_list, > gulong hook_id); >void g_hook_destroy_link (GHookList *hook_list, > GHook *hook); >void g_hook_prepend (GHookList *hook_list, > GHook *hook); >void g_hook_insert_before (GHookList *hook_list, > GHook *sibling, > GHook *hook); >void g_hook_insert_sorted (GHookList *hook_list, > GHook *hook, > GHookCompareFunc func); >GHook* g_hook_get (GHookList *hook_list, > gulong hook_id); >GHook* g_hook_find (GHookList *hook_list, > gboolean need_valids, > GHookFindFunc func, > gpointer data); >GHook* g_hook_find_data (GHookList *hook_list, > gboolean need_valids, > gpointer data); >GHook* g_hook_find_func (GHookList *hook_list, > gboolean need_valids, > gpointer func); >GHook* g_hook_find_func_data (GHookList *hook_list, > gboolean need_valids, > gpointer func, > gpointer data); > >GHook* g_hook_first_valid (GHookList *hook_list, > gboolean may_be_in_call); > > > >GHook* g_hook_next_valid (GHookList *hook_list, > GHook *hook, > gboolean may_be_in_call); > >gint g_hook_compare_ids (GHook *new_hook, > GHook *sibling); > > > > > >void g_hook_list_invoke (GHookList *hook_list, > gboolean may_recurse); > > > >void g_hook_list_invoke_check (GHookList *hook_list, > gboolean may_recurse); > > >void g_hook_list_marshal (GHookList *hook_list, > gboolean may_recurse, > GHookMarshaller marshaller, > gpointer marshal_data); >void g_hook_list_marshal_check (GHookList *hook_list, > gboolean may_recurse, > GHookCheckMarshaller marshaller, > gpointer marshal_data); > > ># 45 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/giochannel.h" 1 ># 31 "/usr/include/glib-2.0/glib/giochannel.h" ># 1 "/usr/include/glib-2.0/glib/gmain.h" 1 ># 23 "/usr/include/glib-2.0/glib/gmain.h" ># 1 "/usr/include/glib-2.0/glib/gslist.h" 1 ># 32 "/usr/include/glib-2.0/glib/gslist.h" > > >typedef struct _GSList GSList; > >struct _GSList >{ > gpointer data; > GSList *next; >}; > > > >void g_slist_push_allocator (GAllocator *allocator); >void g_slist_pop_allocator (void); >GSList* g_slist_alloc (void); >void g_slist_free (GSList *list); >void g_slist_free_1 (GSList *list); >GSList* g_slist_append (GSList *list, > gpointer data); >GSList* g_slist_prepend (GSList *list, > gpointer data); >GSList* g_slist_insert (GSList *list, > gpointer data, > gint position); >GSList* g_slist_insert_sorted (GSList *list, > gpointer data, > GCompareFunc func); >GSList* g_slist_insert_before (GSList *slist, > GSList *sibling, > gpointer data); >GSList* g_slist_concat (GSList *list1, > GSList *list2); >GSList* g_slist_remove (GSList *list, > gconstpointer data); >GSList* g_slist_remove_all (GSList *list, > gconstpointer data); >GSList* g_slist_remove_link (GSList *list, > GSList *link_); >GSList* g_slist_delete_link (GSList *list, > GSList *link_); >GSList* g_slist_reverse (GSList *list); >GSList* g_slist_copy (GSList *list); >GSList* g_slist_nth (GSList *list, > guint n); >GSList* g_slist_find (GSList *list, > gconstpointer data); >GSList* g_slist_find_custom (GSList *list, > gconstpointer data, > GCompareFunc func); >gint g_slist_position (GSList *list, > GSList *llink); >gint g_slist_index (GSList *list, > gconstpointer data); >GSList* g_slist_last (GSList *list); >guint g_slist_length (GSList *list); >void g_slist_foreach (GSList *list, > GFunc func, > gpointer user_data); >GSList* g_slist_sort (GSList *list, > GCompareFunc compare_func); >GSList* g_slist_sort_with_data (GSList *list, > GCompareDataFunc compare_func, > gpointer user_data); >gpointer g_slist_nth_data (GSList *list, > guint n); > > > ># 24 "/usr/include/glib-2.0/glib/gmain.h" 2 > > > > >typedef struct _GMainContext GMainContext; >typedef struct _GMainLoop GMainLoop; >typedef struct _GSource GSource; >typedef struct _GSourceCallbackFuncs GSourceCallbackFuncs; >typedef struct _GSourceFuncs GSourceFuncs; > >typedef gboolean (*GSourceFunc) (gpointer data); >typedef void (*GChildWatchFunc) (GPid pid, > gint status, > gpointer data); >struct _GSource >{ > > gpointer callback_data; > GSourceCallbackFuncs *callback_funcs; > > GSourceFuncs *source_funcs; > guint ref_count; > > GMainContext *context; > > gint priority; > guint flags; > guint source_id; > > GSList *poll_fds; > > GSource *prev; > GSource *next; > > gpointer reserved1; > gpointer reserved2; >}; > >struct _GSourceCallbackFuncs >{ > void (*ref) (gpointer cb_data); > void (*unref) (gpointer cb_data); > void (*get) (gpointer cb_data, > GSource *source, > GSourceFunc *func, > gpointer *data); >}; > >typedef void (*GSourceDummyMarshal) (void); > >struct _GSourceFuncs >{ > gboolean (*prepare) (GSource *source, > gint *timeout_); > gboolean (*check) (GSource *source); > gboolean (*dispatch) (GSource *source, > GSourceFunc callback, > gpointer user_data); > void (*finalize) (GSource *source); > > > GSourceFunc closure_callback; > GSourceDummyMarshal closure_marshal; >}; ># 116 "/usr/include/glib-2.0/glib/gmain.h" >typedef struct _GPollFD GPollFD; >typedef gint (*GPollFunc) (GPollFD *ufds, > guint nfsd, > gint timeout_); > >struct _GPollFD >{ > gint fd; > gushort events; > gushort revents; >}; ># 138 "/usr/include/glib-2.0/glib/gmain.h" >GMainContext *g_main_context_new (void); >void g_main_context_ref (GMainContext *context); >void g_main_context_unref (GMainContext *context); >GMainContext *g_main_context_default (void); > >gboolean g_main_context_iteration (GMainContext *context, > gboolean may_block); >gboolean g_main_context_pending (GMainContext *context); > > > >GSource *g_main_context_find_source_by_id (GMainContext *context, > guint source_id); >GSource *g_main_context_find_source_by_user_data (GMainContext *context, > gpointer user_data); >GSource *g_main_context_find_source_by_funcs_user_data (GMainContext *context, > GSourceFuncs *funcs, > gpointer user_data); > > > >void g_main_context_wakeup (GMainContext *context); >gboolean g_main_context_acquire (GMainContext *context); >void g_main_context_release (GMainContext *context); >gboolean g_main_context_wait (GMainContext *context, > GCond *cond, > GMutex *mutex); > >gboolean g_main_context_prepare (GMainContext *context, > gint *priority); >gint g_main_context_query (GMainContext *context, > gint max_priority, > gint *timeout_, > GPollFD *fds, > gint n_fds); >gint g_main_context_check (GMainContext *context, > gint max_priority, > GPollFD *fds, > gint n_fds); >void g_main_context_dispatch (GMainContext *context); > >void g_main_context_set_poll_func (GMainContext *context, > GPollFunc func); >GPollFunc g_main_context_get_poll_func (GMainContext *context); > > > >void g_main_context_add_poll (GMainContext *context, > GPollFD *fd, > gint priority); >void g_main_context_remove_poll (GMainContext *context, > GPollFD *fd); > >int g_main_depth (void); > > > >GMainLoop *g_main_loop_new (GMainContext *context, > gboolean is_running); >void g_main_loop_run (GMainLoop *loop); >void g_main_loop_quit (GMainLoop *loop); >GMainLoop *g_main_loop_ref (GMainLoop *loop); >void g_main_loop_unref (GMainLoop *loop); >gboolean g_main_loop_is_running (GMainLoop *loop); >GMainContext *g_main_loop_get_context (GMainLoop *loop); > > > >GSource *g_source_new (GSourceFuncs *source_funcs, > guint struct_size); >GSource *g_source_ref (GSource *source); >void g_source_unref (GSource *source); > >guint g_source_attach (GSource *source, > GMainContext *context); >void g_source_destroy (GSource *source); > >void g_source_set_priority (GSource *source, > gint priority); >gint g_source_get_priority (GSource *source); >void g_source_set_can_recurse (GSource *source, > gboolean can_recurse); >gboolean g_source_get_can_recurse (GSource *source); >guint g_source_get_id (GSource *source); > >GMainContext *g_source_get_context (GSource *source); > >void g_source_set_callback (GSource *source, > GSourceFunc func, > gpointer data, > GDestroyNotify notify); > > > >void g_source_set_callback_indirect (GSource *source, > gpointer callback_data, > GSourceCallbackFuncs *callback_funcs); > >void g_source_add_poll (GSource *source, > GPollFD *fd); >void g_source_remove_poll (GSource *source, > GPollFD *fd); > >void g_source_get_current_time (GSource *source, > GTimeVal *timeval); > > > > > > > >GSource *g_idle_source_new (void); >GSource *g_child_watch_source_new (GPid pid); >GSource *g_timeout_source_new (guint interval); > > > >void g_get_current_time (GTimeVal *result); ># 281 "/usr/include/glib-2.0/glib/gmain.h" >gboolean g_source_remove (guint tag); >gboolean g_source_remove_by_user_data (gpointer user_data); >gboolean g_source_remove_by_funcs_user_data (GSourceFuncs *funcs, > gpointer user_data); > > >guint g_timeout_add_full (gint priority, > guint interval, > GSourceFunc function, > gpointer data, > GDestroyNotify notify); >guint g_timeout_add (guint interval, > GSourceFunc function, > gpointer data); >guint g_child_watch_add_full (gint priority, > GPid pid, > GChildWatchFunc function, > gpointer data, > GDestroyNotify notify); >guint g_child_watch_add (GPid pid, > GChildWatchFunc function, > gpointer data); >guint g_idle_add (GSourceFunc function, > gpointer data); >guint g_idle_add_full (gint priority, > GSourceFunc function, > gpointer data, > GDestroyNotify notify); >gboolean g_idle_remove_by_data (gpointer data); > > >extern GSourceFuncs g_timeout_funcs; >extern GSourceFuncs g_child_watch_funcs; >extern GSourceFuncs g_idle_funcs; > > ># 32 "/usr/include/glib-2.0/glib/giochannel.h" 2 ># 1 "/usr/include/glib-2.0/glib/gstring.h" 1 ># 31 "/usr/include/glib-2.0/glib/gstring.h" ># 1 "/usr/include/glib-2.0/glib/gunicode.h" 1 ># 28 "/usr/include/glib-2.0/glib/gunicode.h" > > >typedef guint32 gunichar; >typedef guint16 gunichar2; > > > > >typedef enum >{ > G_UNICODE_CONTROL, > G_UNICODE_FORMAT, > G_UNICODE_UNASSIGNED, > G_UNICODE_PRIVATE_USE, > G_UNICODE_SURROGATE, > G_UNICODE_LOWERCASE_LETTER, > G_UNICODE_MODIFIER_LETTER, > G_UNICODE_OTHER_LETTER, > G_UNICODE_TITLECASE_LETTER, > G_UNICODE_UPPERCASE_LETTER, > G_UNICODE_COMBINING_MARK, > G_UNICODE_ENCLOSING_MARK, > G_UNICODE_NON_SPACING_MARK, > G_UNICODE_DECIMAL_NUMBER, > G_UNICODE_LETTER_NUMBER, > G_UNICODE_OTHER_NUMBER, > G_UNICODE_CONNECT_PUNCTUATION, > G_UNICODE_DASH_PUNCTUATION, > G_UNICODE_CLOSE_PUNCTUATION, > G_UNICODE_FINAL_PUNCTUATION, > G_UNICODE_INITIAL_PUNCTUATION, > G_UNICODE_OTHER_PUNCTUATION, > G_UNICODE_OPEN_PUNCTUATION, > G_UNICODE_CURRENCY_SYMBOL, > G_UNICODE_MODIFIER_SYMBOL, > G_UNICODE_MATH_SYMBOL, > G_UNICODE_OTHER_SYMBOL, > G_UNICODE_LINE_SEPARATOR, > G_UNICODE_PARAGRAPH_SEPARATOR, > G_UNICODE_SPACE_SEPARATOR >} GUnicodeType; > > > > >typedef enum >{ > G_UNICODE_BREAK_MANDATORY, > G_UNICODE_BREAK_CARRIAGE_RETURN, > G_UNICODE_BREAK_LINE_FEED, > G_UNICODE_BREAK_COMBINING_MARK, > G_UNICODE_BREAK_SURROGATE, > G_UNICODE_BREAK_ZERO_WIDTH_SPACE, > G_UNICODE_BREAK_INSEPARABLE, > G_UNICODE_BREAK_NON_BREAKING_GLUE, > G_UNICODE_BREAK_CONTINGENT, > G_UNICODE_BREAK_SPACE, > G_UNICODE_BREAK_AFTER, > G_UNICODE_BREAK_BEFORE, > G_UNICODE_BREAK_BEFORE_AND_AFTER, > G_UNICODE_BREAK_HYPHEN, > G_UNICODE_BREAK_NON_STARTER, > G_UNICODE_BREAK_OPEN_PUNCTUATION, > G_UNICODE_BREAK_CLOSE_PUNCTUATION, > G_UNICODE_BREAK_QUOTATION, > G_UNICODE_BREAK_EXCLAMATION, > G_UNICODE_BREAK_IDEOGRAPHIC, > G_UNICODE_BREAK_NUMERIC, > G_UNICODE_BREAK_INFIX_SEPARATOR, > G_UNICODE_BREAK_SYMBOL, > G_UNICODE_BREAK_ALPHABETIC, > G_UNICODE_BREAK_PREFIX, > G_UNICODE_BREAK_POSTFIX, > G_UNICODE_BREAK_COMPLEX_CONTEXT, > G_UNICODE_BREAK_AMBIGUOUS, > G_UNICODE_BREAK_UNKNOWN, > G_UNICODE_BREAK_NEXT_LINE, > G_UNICODE_BREAK_WORD_JOINER >} GUnicodeBreakType; > > > > > > > >gboolean g_get_charset (const char **charset); > > > >gboolean g_unichar_isalnum (gunichar c) __attribute__((__const__)); >gboolean g_unichar_isalpha (gunichar c) __attribute__((__const__)); >gboolean g_unichar_iscntrl (gunichar c) __attribute__((__const__)); >gboolean g_unichar_isdigit (gunichar c) __attribute__((__const__)); >gboolean g_unichar_isgraph (gunichar c) __attribute__((__const__)); >gboolean g_unichar_islower (gunichar c) __attribute__((__const__)); >gboolean g_unichar_isprint (gunichar c) __attribute__((__const__)); >gboolean g_unichar_ispunct (gunichar c) __attribute__((__const__)); >gboolean g_unichar_isspace (gunichar c) __attribute__((__const__)); >gboolean g_unichar_isupper (gunichar c) __attribute__((__const__)); >gboolean g_unichar_isxdigit (gunichar c) __attribute__((__const__)); >gboolean g_unichar_istitle (gunichar c) __attribute__((__const__)); >gboolean g_unichar_isdefined (gunichar c) __attribute__((__const__)); >gboolean g_unichar_iswide (gunichar c) __attribute__((__const__)); > > > >gunichar g_unichar_toupper (gunichar c) __attribute__((__const__)); >gunichar g_unichar_tolower (gunichar c) __attribute__((__const__)); >gunichar g_unichar_totitle (gunichar c) __attribute__((__const__)); > > > >gint g_unichar_digit_value (gunichar c) __attribute__((__const__)); > >gint g_unichar_xdigit_value (gunichar c) __attribute__((__const__)); > > >GUnicodeType g_unichar_type (gunichar c) __attribute__((__const__)); > > >GUnicodeBreakType g_unichar_break_type (gunichar c) __attribute__((__const__)); > > > > > >void g_unicode_canonical_ordering (gunichar *string, > gsize len); > > > > >gunichar *g_unicode_canonical_decomposition (gunichar ch, > gsize *result_len); > > > >extern const gchar * const g_utf8_skip; > > > >gunichar g_utf8_get_char (const gchar *p); >gunichar g_utf8_get_char_validated (const gchar *p, > gssize max_len); > >gchar* g_utf8_offset_to_pointer (const gchar *str, > glong offset); >glong g_utf8_pointer_to_offset (const gchar *str, > const gchar *pos); >gchar* g_utf8_prev_char (const gchar *p); >gchar* g_utf8_find_next_char (const gchar *p, > const gchar *end); >gchar* g_utf8_find_prev_char (const gchar *str, > const gchar *p); > >glong g_utf8_strlen (const gchar *p, > gssize max); > > >gchar* g_utf8_strncpy (gchar *dest, > const gchar *src, > gsize n); > > > >gchar* g_utf8_strchr (const gchar *p, > gssize len, > gunichar c); >gchar* g_utf8_strrchr (const gchar *p, > gssize len, > gunichar c); >gchar* g_utf8_strreverse (const gchar *str, > gssize len); > >gunichar2 *g_utf8_to_utf16 (const gchar *str, > glong len, > glong *items_read, > glong *items_written, > GError **error); >gunichar * g_utf8_to_ucs4 (const gchar *str, > glong len, > glong *items_read, > glong *items_written, > GError **error); >gunichar * g_utf8_to_ucs4_fast (const gchar *str, > glong len, > glong *items_written); >gunichar * g_utf16_to_ucs4 (const gunichar2 *str, > glong len, > glong *items_read, > glong *items_written, > GError **error); >gchar* g_utf16_to_utf8 (const gunichar2 *str, > glong len, > glong *items_read, > glong *items_written, > GError **error); >gunichar2 *g_ucs4_to_utf16 (const gunichar *str, > glong len, > glong *items_read, > glong *items_written, > GError **error); >gchar* g_ucs4_to_utf8 (const gunichar *str, > glong len, > glong *items_read, > glong *items_written, > GError **error); > > > > > >gint g_unichar_to_utf8 (gunichar c, > gchar *outbuf); > > > > > >gboolean g_utf8_validate (const gchar *str, > gssize max_len, > const gchar **end); > > >gboolean g_unichar_validate (gunichar ch); > >gchar *g_utf8_strup (const gchar *str, > gssize len); >gchar *g_utf8_strdown (const gchar *str, > gssize len); >gchar *g_utf8_casefold (const gchar *str, > gssize len); > >typedef enum { > G_NORMALIZE_DEFAULT, > G_NORMALIZE_NFD = G_NORMALIZE_DEFAULT, > G_NORMALIZE_DEFAULT_COMPOSE, > G_NORMALIZE_NFC = G_NORMALIZE_DEFAULT_COMPOSE, > G_NORMALIZE_ALL, > G_NORMALIZE_NFKD = G_NORMALIZE_ALL, > G_NORMALIZE_ALL_COMPOSE, > G_NORMALIZE_NFKC = G_NORMALIZE_ALL_COMPOSE >} GNormalizeMode; > >gchar *g_utf8_normalize (const gchar *str, > gssize len, > GNormalizeMode mode); > >gint g_utf8_collate (const gchar *str1, > const gchar *str2); >gchar *g_utf8_collate_key (const gchar *str, > gssize len); > >gboolean g_unichar_get_mirror_char (gunichar ch, > gunichar *mirrored_ch); > > ># 32 "/usr/include/glib-2.0/glib/gstring.h" 2 ># 1 "/usr/include/glib-2.0/glib/gutils.h" 1 ># 31 "/usr/include/glib-2.0/glib/gutils.h" ># 1 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/stdarg.h" 1 3 4 ># 43 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/stdarg.h" 3 4 >typedef __builtin_va_list __gnuc_va_list; ># 105 "/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/include/stdarg.h" 3 4 >typedef __gnuc_va_list va_list; ># 32 "/usr/include/glib-2.0/glib/gutils.h" 2 > > ># 116 "/usr/include/glib-2.0/glib/gutils.h" >const gchar* g_get_user_name (void); >const gchar* g_get_real_name (void); >const gchar* g_get_home_dir (void); >const gchar* g_get_tmp_dir (void); >gchar* g_get_prgname (void); >void g_set_prgname (const gchar *prgname); >const gchar* g_get_application_name (void); >void g_set_application_name (const gchar *application_name); > > >typedef struct _GDebugKey GDebugKey; >struct _GDebugKey >{ > gchar *key; > guint value; >}; > > > >guint g_parse_debug_string (const gchar *string, > const GDebugKey *keys, > guint nkeys); > >gint g_snprintf (gchar *string, > gulong n, > gchar const *format, > ...) __attribute__((__format__ (__printf__, 3, 4))); >gint g_vsnprintf (gchar *string, > gulong n, > gchar const *format, > va_list args); > > >gboolean g_path_is_absolute (const gchar *file_name); > > >const gchar* g_path_skip_root (const gchar *file_name); > > > > > > > >const gchar* g_basename (const gchar *file_name); > > > > > >gchar* g_get_current_dir (void); >gchar* g_path_get_basename (const gchar *file_name); >gchar* g_path_get_dirname (const gchar *file_name); > > > >void g_nullify_pointer (gpointer *nullify_location); > > > >const gchar* g_getenv (const gchar *variable); >gboolean g_setenv (const gchar *variable, > const gchar *value, > gboolean overwrite); >void g_unsetenv (const gchar *variable); > > > > > > >typedef void (*GVoidFunc) (void); ># 198 "/usr/include/glib-2.0/glib/gutils.h" >void g_atexit (GVoidFunc func); > > >gchar* g_find_program_in_path (const gchar *program); > > > >extern inline gint g_bit_nth_lsf (gulong mask, > gint nth_bit); >extern inline gint g_bit_nth_msf (gulong mask, > gint nth_bit); >extern inline guint g_bit_storage (gulong number); > > > > >typedef struct _GTrashStack GTrashStack; >struct _GTrashStack >{ > GTrashStack *next; >}; > >extern inline void g_trash_stack_push (GTrashStack **stack_p, > gpointer data_p); >extern inline gpointer g_trash_stack_pop (GTrashStack **stack_p); >extern inline gpointer g_trash_stack_peek (GTrashStack **stack_p); >extern inline guint g_trash_stack_height (GTrashStack **stack_p); > > > > >extern inline gint >g_bit_nth_lsf (gulong mask, > gint nth_bit) >{ > do > { > nth_bit++; > if (mask & (1UL << nth_bit)) > return nth_bit; > } > while (nth_bit < ((4 * 8) - 1)); > return -1; >} >extern inline gint >g_bit_nth_msf (gulong mask, > gint nth_bit) >{ > if (nth_bit < 0) > nth_bit = 4 * 8; > do > { > nth_bit--; > if (mask & (1UL << nth_bit)) > return nth_bit; > } > while (nth_bit > 0); > return -1; >} >extern inline guint >g_bit_storage (gulong number) >{ > register guint n_bits = 0; > > do > { > n_bits++; > number >>= 1; > } > while (number); > return n_bits; >} >extern inline void >g_trash_stack_push (GTrashStack **stack_p, > gpointer data_p) >{ > GTrashStack *data = (GTrashStack *) data_p; > > data->next = *stack_p; > *stack_p = data; >} >extern inline gpointer >g_trash_stack_pop (GTrashStack **stack_p) >{ > GTrashStack *data; > > data = *stack_p; > if (data) > { > *stack_p = data->next; > > > > data->next = ((void *)0); > } > > return data; >} >extern inline gpointer >g_trash_stack_peek (GTrashStack **stack_p) >{ > GTrashStack *data; > > data = *stack_p; > > return data; >} >extern inline guint >g_trash_stack_height (GTrashStack **stack_p) >{ > GTrashStack *data; > guint i = 0; > > for (data = *stack_p; data; data = data->next) > i++; > > return i; >} > > > > > > >extern const guint glib_major_version; >extern const guint glib_minor_version; >extern const guint glib_micro_version; >extern const guint glib_interface_age; >extern const guint glib_binary_age; > > > > > > > > ># 33 "/usr/include/glib-2.0/glib/gstring.h" 2 > > > >typedef struct _GString GString; >typedef struct _GStringChunk GStringChunk; > >struct _GString >{ > gchar *str; > gsize len; > gsize allocated_len; >}; > > > >GStringChunk* g_string_chunk_new (gsize size); >void g_string_chunk_free (GStringChunk *chunk); >gchar* g_string_chunk_insert (GStringChunk *chunk, > const gchar *string); >gchar* g_string_chunk_insert_len (GStringChunk *chunk, > const gchar *string, > gssize len); >gchar* g_string_chunk_insert_const (GStringChunk *chunk, > const gchar *string); > > > > >GString* g_string_new (const gchar *init); >GString* g_string_new_len (const gchar *init, > gssize len); >GString* g_string_sized_new (gsize dfl_size); >gchar* g_string_free (GString *string, > gboolean free_segment); >gboolean g_string_equal (const GString *v, > const GString *v2); >guint g_string_hash (const GString *str); >GString* g_string_assign (GString *string, > const gchar *rval); >GString* g_string_truncate (GString *string, > gsize len); >GString* g_string_set_size (GString *string, > gsize len); >GString* g_string_insert_len (GString *string, > gssize pos, > const gchar *val, > gssize len); >GString* g_string_append (GString *string, > const gchar *val); >GString* g_string_append_len (GString *string, > const gchar *val, > gssize len); >GString* g_string_append_c (GString *string, > gchar c); >GString* g_string_append_unichar (GString *string, > gunichar wc); >GString* g_string_prepend (GString *string, > const gchar *val); >GString* g_string_prepend_c (GString *string, > gchar c); >GString* g_string_prepend_unichar (GString *string, > gunichar wc); >GString* g_string_prepend_len (GString *string, > const gchar *val, > gssize len); >GString* g_string_insert (GString *string, > gssize pos, > const gchar *val); >GString* g_string_insert_c (GString *string, > gssize pos, > gchar c); >GString* g_string_insert_unichar (GString *string, > gssize pos, > gunichar wc); >GString* g_string_erase (GString *string, > gssize pos, > gssize len); >GString* g_string_ascii_down (GString *string); >GString* g_string_ascii_up (GString *string); >void g_string_printf (GString *string, > const gchar *format, > ...) __attribute__((__format__ (__printf__, 2, 3))); >void g_string_append_printf (GString *string, > const gchar *format, > ...) __attribute__((__format__ (__printf__, 2, 3))); > > > >static inline GString* >g_string_append_c_inline (GString *gstring, > gchar c) >{ > if (gstring->len < gstring->allocated_len && 0) > { > gstring->str[gstring->len++] = c; > gstring->str[gstring->len] = 0; > } > else > g_string_insert_c (gstring, -1, c); > return gstring; >} ># 145 "/usr/include/glib-2.0/glib/gstring.h" >GString* g_string_down (GString *string); >GString* g_string_up (GString *string); > > > > > > > > ># 33 "/usr/include/glib-2.0/glib/giochannel.h" 2 > > > > > > >typedef struct _GIOChannel GIOChannel; >typedef struct _GIOFuncs GIOFuncs; > >typedef enum >{ > G_IO_ERROR_NONE, > G_IO_ERROR_AGAIN, > G_IO_ERROR_INVAL, > G_IO_ERROR_UNKNOWN >} GIOError; > > > >typedef enum >{ > > G_IO_CHANNEL_ERROR_FBIG, > G_IO_CHANNEL_ERROR_INVAL, > G_IO_CHANNEL_ERROR_IO, > G_IO_CHANNEL_ERROR_ISDIR, > G_IO_CHANNEL_ERROR_NOSPC, > G_IO_CHANNEL_ERROR_NXIO, > G_IO_CHANNEL_ERROR_OVERFLOW, > G_IO_CHANNEL_ERROR_PIPE, > > G_IO_CHANNEL_ERROR_FAILED >} GIOChannelError; > >typedef enum >{ > G_IO_STATUS_ERROR, > G_IO_STATUS_NORMAL, > G_IO_STATUS_EOF, > G_IO_STATUS_AGAIN >} GIOStatus; > >typedef enum >{ > G_SEEK_CUR, > G_SEEK_SET, > G_SEEK_END >} GSeekType; > >typedef enum >{ > G_IO_IN =1, > G_IO_OUT =4, > G_IO_PRI =2, > G_IO_ERR =8, > G_IO_HUP =16, > G_IO_NVAL =32 >} GIOCondition; > >typedef enum >{ > G_IO_FLAG_APPEND = 1 << 0, > G_IO_FLAG_NONBLOCK = 1 << 1, > G_IO_FLAG_IS_READABLE = 1 << 2, > G_IO_FLAG_IS_WRITEABLE = 1 << 3, > G_IO_FLAG_IS_SEEKABLE = 1 << 4, > G_IO_FLAG_MASK = (1 << 5) - 1, > G_IO_FLAG_GET_MASK = G_IO_FLAG_MASK, > G_IO_FLAG_SET_MASK = G_IO_FLAG_APPEND | G_IO_FLAG_NONBLOCK >} GIOFlags; > >struct _GIOChannel >{ > > guint ref_count; > GIOFuncs *funcs; > > gchar *encoding; > GIConv read_cd; > GIConv write_cd; > gchar *line_term; > guint line_term_len; > > gsize buf_size; > GString *read_buf; > GString *encoded_read_buf; > GString *write_buf; > gchar partial_write_buf[6]; > > > > guint use_buffer : 1; > guint do_encode : 1; > guint close_on_unref : 1; > guint is_readable : 1; > guint is_writeable : 1; > guint is_seekable : 1; > > gpointer reserved1; > gpointer reserved2; >}; > >typedef gboolean (*GIOFunc) (GIOChannel *source, > GIOCondition condition, > gpointer data); >struct _GIOFuncs >{ > GIOStatus (*io_read) (GIOChannel *channel, > gchar *buf, > gsize count, > gsize *bytes_read, > GError **err); > GIOStatus (*io_write) (GIOChannel *channel, > const gchar *buf, > gsize count, > gsize *bytes_written, > GError **err); > GIOStatus (*io_seek) (GIOChannel *channel, > gint64 offset, > GSeekType type, > GError **err); > GIOStatus (*io_close) (GIOChannel *channel, > GError **err); > GSource* (*io_create_watch) (GIOChannel *channel, > GIOCondition condition); > void (*io_free) (GIOChannel *channel); > GIOStatus (*io_set_flags) (GIOChannel *channel, > GIOFlags flags, > GError **err); > GIOFlags (*io_get_flags) (GIOChannel *channel); >}; > >void g_io_channel_init (GIOChannel *channel); >void g_io_channel_ref (GIOChannel *channel); >void g_io_channel_unref (GIOChannel *channel); > > >GIOError g_io_channel_read (GIOChannel *channel, > gchar *buf, > gsize count, > gsize *bytes_read); >GIOError g_io_channel_write (GIOChannel *channel, > const gchar *buf, > gsize count, > gsize *bytes_written); >GIOError g_io_channel_seek (GIOChannel *channel, > gint64 offset, > GSeekType type); >void g_io_channel_close (GIOChannel *channel); > > >GIOStatus g_io_channel_shutdown (GIOChannel *channel, > gboolean flush, > GError **err); >guint g_io_add_watch_full (GIOChannel *channel, > gint priority, > GIOCondition condition, > GIOFunc func, > gpointer user_data, > GDestroyNotify notify); >GSource * g_io_create_watch (GIOChannel *channel, > GIOCondition condition); >guint g_io_add_watch (GIOChannel *channel, > GIOCondition condition, > GIOFunc func, > gpointer user_data); > > > > >void g_io_channel_set_buffer_size (GIOChannel *channel, > gsize size); >gsize g_io_channel_get_buffer_size (GIOChannel *channel); >GIOCondition g_io_channel_get_buffer_condition (GIOChannel *channel); >GIOStatus g_io_channel_set_flags (GIOChannel *channel, > GIOFlags flags, > GError **error); >GIOFlags g_io_channel_get_flags (GIOChannel *channel); >void g_io_channel_set_line_term (GIOChannel *channel, > const gchar *line_term, > gint length); >const gchar* g_io_channel_get_line_term (GIOChannel *channel, > gint *length); >void g_io_channel_set_buffered (GIOChannel *channel, > gboolean buffered); >gboolean g_io_channel_get_buffered (GIOChannel *channel); >GIOStatus g_io_channel_set_encoding (GIOChannel *channel, > const gchar *encoding, > GError **error); >const gchar* g_io_channel_get_encoding (GIOChannel *channel); >void g_io_channel_set_close_on_unref (GIOChannel *channel, > gboolean do_close); >gboolean g_io_channel_get_close_on_unref (GIOChannel *channel); > > >GIOStatus g_io_channel_flush (GIOChannel *channel, > GError **error); >GIOStatus g_io_channel_read_line (GIOChannel *channel, > gchar **str_return, > gsize *length, > gsize *terminator_pos, > GError **error); >GIOStatus g_io_channel_read_line_string (GIOChannel *channel, > GString *buffer, > gsize *terminator_pos, > GError **error); >GIOStatus g_io_channel_read_to_end (GIOChannel *channel, > gchar **str_return, > gsize *length, > GError **error); >GIOStatus g_io_channel_read_chars (GIOChannel *channel, > gchar *buf, > gsize count, > gsize *bytes_read, > GError **error); >GIOStatus g_io_channel_read_unichar (GIOChannel *channel, > gunichar *thechar, > GError **error); >GIOStatus g_io_channel_write_chars (GIOChannel *channel, > const gchar *buf, > gssize count, > gsize *bytes_written, > GError **error); >GIOStatus g_io_channel_write_unichar (GIOChannel *channel, > gunichar thechar, > GError **error); >GIOStatus g_io_channel_seek_position (GIOChannel *channel, > gint64 offset, > GSeekType type, > GError **error); >GIOChannel* g_io_channel_new_file (const gchar *filename, > const gchar *mode, > GError **error); > > > >GQuark g_io_channel_error_quark (void); >GIOChannelError g_io_channel_error_from_errno (gint en); ># 290 "/usr/include/glib-2.0/glib/giochannel.h" >GIOChannel* g_io_channel_unix_new (int fd); >gint g_io_channel_unix_get_fd (GIOChannel *channel); > > > >extern GSourceFuncs g_io_watch_funcs; ># 348 "/usr/include/glib-2.0/glib/giochannel.h" > ># 46 "/usr/include/glib-2.0/glib.h" 2 > > > ># 1 "/usr/include/glib-2.0/glib/gmarkup.h" 1 ># 28 "/usr/include/glib-2.0/glib/gmarkup.h" > > >typedef enum >{ > G_MARKUP_ERROR_BAD_UTF8, > G_MARKUP_ERROR_EMPTY, > G_MARKUP_ERROR_PARSE, > > > > G_MARKUP_ERROR_UNKNOWN_ELEMENT, > G_MARKUP_ERROR_UNKNOWN_ATTRIBUTE, > G_MARKUP_ERROR_INVALID_CONTENT >} GMarkupError; > > > >GQuark g_markup_error_quark (void); > >typedef enum >{ > > G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG = 1 << 0 > >} GMarkupParseFlags; > >typedef struct _GMarkupParseContext GMarkupParseContext; >typedef struct _GMarkupParser GMarkupParser; > >struct _GMarkupParser >{ > > void (*start_element) (GMarkupParseContext *context, > const gchar *element_name, > const gchar **attribute_names, > const gchar **attribute_values, > gpointer user_data, > GError **error); > > > void (*end_element) (GMarkupParseContext *context, > const gchar *element_name, > gpointer user_data, > GError **error); > > > > void (*text) (GMarkupParseContext *context, > const gchar *text, > gsize text_len, > gpointer user_data, > GError **error); > > > > > > > void (*passthrough) (GMarkupParseContext *context, > const gchar *passthrough_text, > gsize text_len, > gpointer user_data, > GError **error); > > > > > void (*error) (GMarkupParseContext *context, > GError *error, > gpointer user_data); >}; > >GMarkupParseContext *g_markup_parse_context_new (const GMarkupParser *parser, > GMarkupParseFlags flags, > gpointer user_data, > GDestroyNotify user_data_dnotify); >void g_markup_parse_context_free (GMarkupParseContext *context); >gboolean g_markup_parse_context_parse (GMarkupParseContext *context, > const gchar *text, > gssize text_len, > GError **error); > >gboolean g_markup_parse_context_end_parse (GMarkupParseContext *context, > GError **error); >const gchar *g_markup_parse_context_get_element (GMarkupParseContext *context); > > >void g_markup_parse_context_get_position (GMarkupParseContext *context, > gint *line_number, > gint *char_number); > > >gchar* g_markup_escape_text (const gchar *text, > gssize length); > >gchar *g_markup_printf_escaped (const char *format, > ...) __attribute__((__format__ (__printf__, 1, 2))); >gchar *g_markup_vprintf_escaped (const char *format, > va_list args); > > ># 50 "/usr/include/glib-2.0/glib.h" 2 > ># 1 "/usr/include/glib-2.0/glib/gmessages.h" 1 ># 37 "/usr/include/glib-2.0/glib/gmessages.h" > ># 38 "/usr/include/glib-2.0/glib/gmessages.h" 3 > > > > > > >gsize g_printf_string_upper_bound (const gchar* format, > va_list args); ># 54 "/usr/include/glib-2.0/glib/gmessages.h" 3 >typedef enum >{ > > G_LOG_FLAG_RECURSION = 1 << 0, > G_LOG_FLAG_FATAL = 1 << 1, > > > G_LOG_LEVEL_ERROR = 1 << 2, > G_LOG_LEVEL_CRITICAL = 1 << 3, > G_LOG_LEVEL_WARNING = 1 << 4, > G_LOG_LEVEL_MESSAGE = 1 << 5, > G_LOG_LEVEL_INFO = 1 << 6, > G_LOG_LEVEL_DEBUG = 1 << 7, > > G_LOG_LEVEL_MASK = ~(G_LOG_FLAG_RECURSION | G_LOG_FLAG_FATAL) >} GLogLevelFlags; > > > > >typedef void (*GLogFunc) (const gchar *log_domain, > GLogLevelFlags log_level, > const gchar *message, > gpointer user_data); > > > >guint g_log_set_handler (const gchar *log_domain, > GLogLevelFlags log_levels, > GLogFunc log_func, > gpointer user_data); >void g_log_remove_handler (const gchar *log_domain, > guint handler_id); >void g_log_default_handler (const gchar *log_domain, > GLogLevelFlags log_level, > const gchar *message, > gpointer unused_data); >void g_log (const gchar *log_domain, > GLogLevelFlags log_level, > const gchar *format, > ...) __attribute__((__format__ (__printf__, 3, 4))); >void g_logv (const gchar *log_domain, > GLogLevelFlags log_level, > const gchar *format, > va_list args); >GLogLevelFlags g_log_set_fatal_mask (const gchar *log_domain, > GLogLevelFlags fatal_mask); >GLogLevelFlags g_log_set_always_fatal (GLogLevelFlags fatal_mask); > > >void _g_log_fallback_handler (const gchar *log_domain, > GLogLevelFlags log_level, > const gchar *message, > gpointer unused_data); ># 178 "/usr/include/glib-2.0/glib/gmessages.h" 3 >typedef void (*GPrintFunc) (const gchar *string); >void g_print (const gchar *format, > ...) __attribute__((__format__ (__printf__, 1, 2))); >GPrintFunc g_set_print_handler (GPrintFunc func); >void g_printerr (const gchar *format, > ...) __attribute__((__format__ (__printf__, 1, 2))); >GPrintFunc g_set_printerr_handler (GPrintFunc func); ># 345 "/usr/include/glib-2.0/glib/gmessages.h" 3 > ># 52 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gnode.h" 1 ># 32 "/usr/include/glib-2.0/glib/gnode.h" > > >typedef struct _GNode GNode; > > >typedef enum >{ > G_TRAVERSE_LEAFS = 1 << 0, > G_TRAVERSE_NON_LEAFS = 1 << 1, > G_TRAVERSE_ALL = G_TRAVERSE_LEAFS | G_TRAVERSE_NON_LEAFS, > G_TRAVERSE_MASK = 0x03 >} GTraverseFlags; > > >typedef enum >{ > G_IN_ORDER, > G_PRE_ORDER, > G_POST_ORDER, > G_LEVEL_ORDER >} GTraverseType; > >typedef gboolean (*GNodeTraverseFunc) (GNode *node, > gpointer data); >typedef void (*GNodeForeachFunc) (GNode *node, > gpointer data); >typedef gpointer (*GCopyFunc) (gconstpointer src, > gpointer data); > > > >struct _GNode >{ > gpointer data; > GNode *next; > GNode *prev; > GNode *parent; > GNode *children; >}; > > > > > > >void g_node_push_allocator (GAllocator *allocator); >void g_node_pop_allocator (void); >GNode* g_node_new (gpointer data); >void g_node_destroy (GNode *root); >void g_node_unlink (GNode *node); >GNode* g_node_copy_deep (GNode *node, > GCopyFunc copy_func, > gpointer data); >GNode* g_node_copy (GNode *node); >GNode* g_node_insert (GNode *parent, > gint position, > GNode *node); >GNode* g_node_insert_before (GNode *parent, > GNode *sibling, > GNode *node); >GNode* g_node_insert_after (GNode *parent, > GNode *sibling, > GNode *node); >GNode* g_node_prepend (GNode *parent, > GNode *node); >guint g_node_n_nodes (GNode *root, > GTraverseFlags flags); >GNode* g_node_get_root (GNode *node); >gboolean g_node_is_ancestor (GNode *node, > GNode *descendant); >guint g_node_depth (GNode *node); >GNode* g_node_find (GNode *root, > GTraverseType order, > GTraverseFlags flags, > gpointer data); ># 125 "/usr/include/glib-2.0/glib/gnode.h" >void g_node_traverse (GNode *root, > GTraverseType order, > GTraverseFlags flags, > gint max_depth, > GNodeTraverseFunc func, > gpointer data); > > > > > > >guint g_node_max_height (GNode *root); > >void g_node_children_foreach (GNode *node, > GTraverseFlags flags, > GNodeForeachFunc func, > gpointer data); >void g_node_reverse_children (GNode *node); >guint g_node_n_children (GNode *node); >GNode* g_node_nth_child (GNode *node, > guint n); >GNode* g_node_last_child (GNode *node); >GNode* g_node_find_child (GNode *node, > GTraverseFlags flags, > gpointer data); >gint g_node_child_position (GNode *node, > GNode *child); >gint g_node_child_index (GNode *node, > gpointer data); > >GNode* g_node_first_sibling (GNode *node); >GNode* g_node_last_sibling (GNode *node); ># 166 "/usr/include/glib-2.0/glib/gnode.h" > ># 53 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gpattern.h" 1 ># 24 "/usr/include/glib-2.0/glib/gpattern.h" > > > >typedef struct _GPatternSpec GPatternSpec; > >GPatternSpec* g_pattern_spec_new (const gchar *pattern); >void g_pattern_spec_free (GPatternSpec *pspec); >gboolean g_pattern_spec_equal (GPatternSpec *pspec1, > GPatternSpec *pspec2); >gboolean g_pattern_match (GPatternSpec *pspec, > guint string_length, > const gchar *string, > const gchar *string_reversed); >gboolean g_pattern_match_string (GPatternSpec *pspec, > const gchar *string); >gboolean g_pattern_match_simple (const gchar *pattern, > const gchar *string); > > ># 54 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gprimes.h" 1 ># 32 "/usr/include/glib-2.0/glib/gprimes.h" > ># 43 "/usr/include/glib-2.0/glib/gprimes.h" >guint g_spaced_primes_closest (guint num) __attribute__((__const__)); > > ># 55 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gqsort.h" 1 ># 33 "/usr/include/glib-2.0/glib/gqsort.h" > > >void g_qsort_with_data (gconstpointer pbase, > gint total_elems, > gsize size, > GCompareDataFunc compare_func, > gpointer user_data); > > ># 56 "/usr/include/glib-2.0/glib.h" 2 > ># 1 "/usr/include/glib-2.0/glib/gqueue.h" 1 ># 32 "/usr/include/glib-2.0/glib/gqueue.h" > > >typedef struct _GQueue GQueue; > >struct _GQueue >{ > GList *head; > GList *tail; > guint length; >}; > > > >GQueue* g_queue_new (void); >void g_queue_free (GQueue *queue); >gboolean g_queue_is_empty (GQueue *queue); >guint g_queue_get_length (GQueue *queue); >void g_queue_reverse (GQueue *queue); >GQueue * g_queue_copy (GQueue *queue); >void g_queue_foreach (GQueue *queue, > GFunc func, > gpointer user_data); >GList * g_queue_find (GQueue *queue, > gconstpointer data); >GList * g_queue_find_custom (GQueue *queue, > gconstpointer data, > GCompareFunc func); >void g_queue_sort (GQueue *queue, > GCompareDataFunc compare_func, > gpointer user_data); > >void g_queue_push_head (GQueue *queue, > gpointer data); >void g_queue_push_tail (GQueue *queue, > gpointer data); >void g_queue_push_nth (GQueue *queue, > gpointer data, > gint n); >gpointer g_queue_pop_head (GQueue *queue); >gpointer g_queue_pop_tail (GQueue *queue); >gpointer g_queue_pop_nth (GQueue *queue, > guint n); >gpointer g_queue_peek_head (GQueue *queue); >gpointer g_queue_peek_tail (GQueue *queue); >gpointer g_queue_peek_nth (GQueue *queue, > guint n); >gint g_queue_index (GQueue *queue, > gconstpointer data); >void g_queue_remove (GQueue *queue, > gconstpointer data); >void g_queue_remove_all (GQueue *queue, > gconstpointer data); >void g_queue_insert_before (GQueue *queue, > GList *sibling, > gpointer data); >void g_queue_insert_after (GQueue *queue, > GList *sibling, > gpointer data); >void g_queue_insert_sorted (GQueue *queue, > gpointer data, > GCompareDataFunc func, > gpointer user_data); > >void g_queue_push_head_link (GQueue *queue, > GList *link_); >void g_queue_push_tail_link (GQueue *queue, > GList *link_); >void g_queue_push_nth_link (GQueue *queue, > gint n, > GList *link_); >GList* g_queue_pop_head_link (GQueue *queue); >GList* g_queue_pop_tail_link (GQueue *queue); >GList* g_queue_pop_nth_link (GQueue *queue, > guint n); >GList* g_queue_peek_head_link (GQueue *queue); >GList* g_queue_peek_tail_link (GQueue *queue); >GList* g_queue_peek_nth_link (GQueue *queue, > guint n); >gint g_queue_link_index (GQueue *queue, > GList *link_); >void g_queue_unlink (GQueue *queue, > GList *link_); >void g_queue_delete_link (GQueue *queue, > GList *link_); > > ># 58 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/grand.h" 1 ># 32 "/usr/include/glib-2.0/glib/grand.h" > > >typedef struct _GRand GRand; ># 45 "/usr/include/glib-2.0/glib/grand.h" >GRand* g_rand_new_with_seed (guint32 seed); >GRand* g_rand_new_with_seed_array (const guint32 *seed, > guint seed_length); >GRand* g_rand_new (void); >void g_rand_free (GRand *rand_); >GRand* g_rand_copy (GRand *rand_); >void g_rand_set_seed (GRand *rand_, > guint32 seed); >void g_rand_set_seed_array (GRand *rand_, > const guint32 *seed, > guint seed_length); > > > >guint32 g_rand_int (GRand *rand_); >gint32 g_rand_int_range (GRand *rand_, > gint32 begin, > gint32 end); >gdouble g_rand_double (GRand *rand_); >gdouble g_rand_double_range (GRand *rand_, > gdouble begin, > gdouble end); >void g_random_set_seed (guint32 seed); > > > >guint32 g_random_int (void); >gint32 g_random_int_range (gint32 begin, > gint32 end); >gdouble g_random_double (void); >gdouble g_random_double_range (gdouble begin, > gdouble end); > > > ># 59 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/grel.h" 1 ># 32 "/usr/include/glib-2.0/glib/grel.h" > > >typedef struct _GRelation GRelation; >typedef struct _GTuples GTuples; > >struct _GTuples >{ > guint len; >}; ># 65 "/usr/include/glib-2.0/glib/grel.h" >GRelation* g_relation_new (gint fields); >void g_relation_destroy (GRelation *relation); >void g_relation_index (GRelation *relation, > gint field, > GHashFunc hash_func, > GEqualFunc key_equal_func); >void g_relation_insert (GRelation *relation, > ...); >gint g_relation_delete (GRelation *relation, > gconstpointer key, > gint field); >GTuples* g_relation_select (GRelation *relation, > gconstpointer key, > gint field); >gint g_relation_count (GRelation *relation, > gconstpointer key, > gint field); >gboolean g_relation_exists (GRelation *relation, > ...); >void g_relation_print (GRelation *relation); > >void g_tuples_destroy (GTuples *tuples); >gpointer g_tuples_index (GTuples *tuples, > gint index_, > gint field); > > ># 60 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gscanner.h" 1 ># 32 "/usr/include/glib-2.0/glib/gscanner.h" > > >typedef struct _GScanner GScanner; >typedef struct _GScannerConfig GScannerConfig; >typedef union _GTokenValue GTokenValue; > >typedef void (*GScannerMsgFunc) (GScanner *scanner, > gchar *message, > gboolean error); ># 59 "/usr/include/glib-2.0/glib/gscanner.h" >typedef enum >{ > G_ERR_UNKNOWN, > G_ERR_UNEXP_EOF, > G_ERR_UNEXP_EOF_IN_STRING, > G_ERR_UNEXP_EOF_IN_COMMENT, > G_ERR_NON_DIGIT_IN_CONST, > G_ERR_DIGIT_RADIX, > G_ERR_FLOAT_RADIX, > G_ERR_FLOAT_MALFORMED >} GErrorType; > > >typedef enum >{ > G_TOKEN_EOF = 0, > > G_TOKEN_LEFT_PAREN = '(', > G_TOKEN_RIGHT_PAREN = ')', > G_TOKEN_LEFT_CURLY = '{', > G_TOKEN_RIGHT_CURLY = '}', > G_TOKEN_LEFT_BRACE = '[', > G_TOKEN_RIGHT_BRACE = ']', > G_TOKEN_EQUAL_SIGN = '=', > G_TOKEN_COMMA = ',', > > G_TOKEN_NONE = 256, > > G_TOKEN_ERROR, > > G_TOKEN_CHAR, > G_TOKEN_BINARY, > G_TOKEN_OCTAL, > G_TOKEN_INT, > G_TOKEN_HEX, > G_TOKEN_FLOAT, > G_TOKEN_STRING, > > G_TOKEN_SYMBOL, > G_TOKEN_IDENTIFIER, > G_TOKEN_IDENTIFIER_NULL, > > G_TOKEN_COMMENT_SINGLE, > G_TOKEN_COMMENT_MULTI, > G_TOKEN_LAST >} GTokenType; > >union _GTokenValue >{ > gpointer v_symbol; > gchar *v_identifier; > gulong v_binary; > gulong v_octal; > gulong v_int; > guint64 v_int64; > gdouble v_float; > gulong v_hex; > gchar *v_string; > gchar *v_comment; > guchar v_char; > guint v_error; >}; > >struct _GScannerConfig >{ > > > gchar *cset_skip_characters; > gchar *cset_identifier_first; > gchar *cset_identifier_nth; > gchar *cpair_comment_single; > > > > guint case_sensitive : 1; > > > > > guint skip_comment_multi : 1; > guint skip_comment_single : 1; > guint scan_comment_multi : 1; > guint scan_identifier : 1; > guint scan_identifier_1char : 1; > guint scan_identifier_NULL : 1; > guint scan_symbols : 1; > guint scan_binary : 1; > guint scan_octal : 1; > guint scan_float : 1; > guint scan_hex : 1; > guint scan_hex_dollar : 1; > guint scan_string_sq : 1; > guint scan_string_dq : 1; > guint numbers_2_int : 1; > guint int_2_float : 1; > guint identifier_2_string : 1; > guint char_2_token : 1; > guint symbol_2_token : 1; > guint scope_0_fallback : 1; > guint store_int64 : 1; > guint padding_dummy; >}; > >struct _GScanner >{ > > gpointer user_data; > guint max_parse_errors; > > > guint parse_errors; > > > const gchar *input_name; > > > GData *qdata; > > > GScannerConfig *config; > > > GTokenType token; > GTokenValue value; > guint line; > guint position; > > > GTokenType next_token; > GTokenValue next_value; > guint next_line; > guint next_position; > > > GHashTable *symbol_table; > gint input_fd; > const gchar *text; > const gchar *text_end; > gchar *buffer; > guint scope_id; > > > GScannerMsgFunc msg_handler; >}; > >GScanner* g_scanner_new (const GScannerConfig *config_templ); >void g_scanner_destroy (GScanner *scanner); >void g_scanner_input_file (GScanner *scanner, > gint input_fd); >void g_scanner_sync_file_offset (GScanner *scanner); >void g_scanner_input_text (GScanner *scanner, > const gchar *text, > guint text_len); >GTokenType g_scanner_get_next_token (GScanner *scanner); >GTokenType g_scanner_peek_next_token (GScanner *scanner); >GTokenType g_scanner_cur_token (GScanner *scanner); >GTokenValue g_scanner_cur_value (GScanner *scanner); >guint g_scanner_cur_line (GScanner *scanner); >guint g_scanner_cur_position (GScanner *scanner); >gboolean g_scanner_eof (GScanner *scanner); >guint g_scanner_set_scope (GScanner *scanner, > guint scope_id); >void g_scanner_scope_add_symbol (GScanner *scanner, > guint scope_id, > const gchar *symbol, > gpointer value); >void g_scanner_scope_remove_symbol (GScanner *scanner, > guint scope_id, > const gchar *symbol); >gpointer g_scanner_scope_lookup_symbol (GScanner *scanner, > guint scope_id, > const gchar *symbol); >void g_scanner_scope_foreach_symbol (GScanner *scanner, > guint scope_id, > GHFunc func, > gpointer user_data); >gpointer g_scanner_lookup_symbol (GScanner *scanner, > const gchar *symbol); >void g_scanner_unexp_token (GScanner *scanner, > GTokenType expected_token, > const gchar *identifier_spec, > const gchar *symbol_spec, > const gchar *symbol_name, > const gchar *message, > gint is_error); >void g_scanner_error (GScanner *scanner, > const gchar *format, > ...) __attribute__((__format__ (__printf__, 2, 3))); >void g_scanner_warn (GScanner *scanner, > const gchar *format, > ...) __attribute__((__format__ (__printf__, 2, 3))); ># 271 "/usr/include/glib-2.0/glib/gscanner.h" > ># 61 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gshell.h" 1 ># 26 "/usr/include/glib-2.0/glib/gshell.h" > > > > >typedef enum >{ > > G_SHELL_ERROR_BAD_QUOTING, > > G_SHELL_ERROR_EMPTY_STRING, > G_SHELL_ERROR_FAILED >} GShellError; > >GQuark g_shell_error_quark (void); > >gchar* g_shell_quote (const gchar *unquoted_string); >gchar* g_shell_unquote (const gchar *quoted_string, > GError **error); >gboolean g_shell_parse_argv (const gchar *command_line, > gint *argcp, > gchar ***argvp, > GError **error); > > ># 62 "/usr/include/glib-2.0/glib.h" 2 > ># 1 "/usr/include/glib-2.0/glib/gspawn.h" 1 ># 26 "/usr/include/glib-2.0/glib/gspawn.h" > > > > > >typedef enum >{ > G_SPAWN_ERROR_FORK, > G_SPAWN_ERROR_READ, > G_SPAWN_ERROR_CHDIR, > G_SPAWN_ERROR_ACCES, > G_SPAWN_ERROR_PERM, > G_SPAWN_ERROR_2BIG, > G_SPAWN_ERROR_NOEXEC, > G_SPAWN_ERROR_NAMETOOLONG, > G_SPAWN_ERROR_NOENT, > G_SPAWN_ERROR_NOMEM, > G_SPAWN_ERROR_NOTDIR, > G_SPAWN_ERROR_LOOP, > G_SPAWN_ERROR_TXTBUSY, > G_SPAWN_ERROR_IO, > G_SPAWN_ERROR_NFILE, > G_SPAWN_ERROR_MFILE, > G_SPAWN_ERROR_INVAL, > G_SPAWN_ERROR_ISDIR, > G_SPAWN_ERROR_LIBBAD, > G_SPAWN_ERROR_FAILED > > >} GSpawnError; > >typedef void (* GSpawnChildSetupFunc) (gpointer user_data); > >typedef enum >{ > G_SPAWN_LEAVE_DESCRIPTORS_OPEN = 1 << 0, > G_SPAWN_DO_NOT_REAP_CHILD = 1 << 1, > > G_SPAWN_SEARCH_PATH = 1 << 2, > > G_SPAWN_STDOUT_TO_DEV_NULL = 1 << 3, > G_SPAWN_STDERR_TO_DEV_NULL = 1 << 4, > G_SPAWN_CHILD_INHERITS_STDIN = 1 << 5, > G_SPAWN_FILE_AND_ARGV_ZERO = 1 << 6 >} GSpawnFlags; > >GQuark g_spawn_error_quark (void); > >gboolean g_spawn_async (const gchar *working_directory, > gchar **argv, > gchar **envp, > GSpawnFlags flags, > GSpawnChildSetupFunc child_setup, > gpointer user_data, > GPid *child_pid, > GError **error); > > > > > >gboolean g_spawn_async_with_pipes (const gchar *working_directory, > gchar **argv, > gchar **envp, > GSpawnFlags flags, > GSpawnChildSetupFunc child_setup, > gpointer user_data, > GPid *child_pid, > gint *standard_input, > gint *standard_output, > gint *standard_error, > GError **error); > > > > > > >gboolean g_spawn_sync (const gchar *working_directory, > gchar **argv, > gchar **envp, > GSpawnFlags flags, > GSpawnChildSetupFunc child_setup, > gpointer user_data, > gchar **standard_output, > gchar **standard_error, > gint *exit_status, > GError **error); > >gboolean g_spawn_command_line_sync (const gchar *command_line, > gchar **standard_output, > gchar **standard_error, > gint *exit_status, > GError **error); >gboolean g_spawn_command_line_async (const gchar *command_line, > GError **error); > >void g_spawn_close_pid (GPid pid); > > > ># 64 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gstrfuncs.h" 1 ># 33 "/usr/include/glib-2.0/glib/gstrfuncs.h" > > > >typedef enum { > G_ASCII_ALNUM = 1 << 0, > G_ASCII_ALPHA = 1 << 1, > G_ASCII_CNTRL = 1 << 2, > G_ASCII_DIGIT = 1 << 3, > G_ASCII_GRAPH = 1 << 4, > G_ASCII_LOWER = 1 << 5, > G_ASCII_PRINT = 1 << 6, > G_ASCII_PUNCT = 1 << 7, > G_ASCII_SPACE = 1 << 8, > G_ASCII_UPPER = 1 << 9, > G_ASCII_XDIGIT = 1 << 10 >} GAsciiType; > >extern const guint16 * const g_ascii_table; ># 85 "/usr/include/glib-2.0/glib/gstrfuncs.h" >gchar g_ascii_tolower (gchar c) __attribute__((__const__)); >gchar g_ascii_toupper (gchar c) __attribute__((__const__)); > >gint g_ascii_digit_value (gchar c) __attribute__((__const__)); >gint g_ascii_xdigit_value (gchar c) __attribute__((__const__)); > > > > > >gchar* g_strdelimit (gchar *string, > const gchar *delimiters, > gchar new_delimiter); >gchar* g_strcanon (gchar *string, > const gchar *valid_chars, > gchar substitutor); >const gchar* g_strerror (gint errnum) __attribute__((__const__)); >const gchar* g_strsignal (gint signum) __attribute__((__const__)); >gchar* g_strreverse (gchar *string); >gsize g_strlcpy (gchar *dest, > const gchar *src, > gsize dest_size); >gsize g_strlcat (gchar *dest, > const gchar *src, > gsize dest_size); >gchar * g_strstr_len (const gchar *haystack, > gssize haystack_len, > const gchar *needle); >gchar * g_strrstr (const gchar *haystack, > const gchar *needle); >gchar * g_strrstr_len (const gchar *haystack, > gssize haystack_len, > const gchar *needle); > >gboolean g_str_has_suffix (const gchar *str, > const gchar *suffix); >gboolean g_str_has_prefix (const gchar *str, > const gchar *prefix); > > > >gdouble g_strtod (const gchar *nptr, > gchar **endptr); >gdouble g_ascii_strtod (const gchar *nptr, > gchar **endptr); >guint64 g_ascii_strtoull (const gchar *nptr, > gchar **endptr, > guint base); > > > > >gchar * g_ascii_dtostr (gchar *buffer, > gint buf_len, > gdouble d); >gchar * g_ascii_formatd (gchar *buffer, > gint buf_len, > const gchar *format, > gdouble d); > > >gchar* g_strchug (gchar *string); > >gchar* g_strchomp (gchar *string); > > > >gint g_ascii_strcasecmp (const gchar *s1, > const gchar *s2); >gint g_ascii_strncasecmp (const gchar *s1, > const gchar *s2, > gsize n); >gchar* g_ascii_strdown (const gchar *str, > gssize len); >gchar* g_ascii_strup (const gchar *str, > gssize len); ># 169 "/usr/include/glib-2.0/glib/gstrfuncs.h" >gint g_strcasecmp (const gchar *s1, > const gchar *s2); >gint g_strncasecmp (const gchar *s1, > const gchar *s2, > guint n); >gchar* g_strdown (gchar *string); >gchar* g_strup (gchar *string); > > > > > > >gchar* g_strdup (const gchar *str); >gchar* g_strdup_printf (const gchar *format, > ...) __attribute__((__format__ (__printf__, 1, 2))); >gchar* g_strdup_vprintf (const gchar *format, > va_list args); >gchar* g_strndup (const gchar *str, > gsize n); >gchar* g_strnfill (gsize length, > gchar fill_char); >gchar* g_strconcat (const gchar *string1, > ...); >gchar* g_strjoin (const gchar *separator, > ...); > > > > >gchar* g_strcompress (const gchar *source); ># 209 "/usr/include/glib-2.0/glib/gstrfuncs.h" >gchar* g_strescape (const gchar *source, > const gchar *exceptions); > >gpointer g_memdup (gconstpointer mem, > guint byte_size); ># 223 "/usr/include/glib-2.0/glib/gstrfuncs.h" >gchar** g_strsplit (const gchar *string, > const gchar *delimiter, > gint max_tokens); >gchar ** g_strsplit_set (const gchar *string, > const gchar *delimiters, > gint max_tokens); >gchar* g_strjoinv (const gchar *separator, > gchar **str_array); >void g_strfreev (gchar **str_array); >gchar** g_strdupv (gchar **str_array); > >gchar* g_stpcpy (gchar *dest, > const char *src); > >const gchar *g_strip_context (const gchar *msgid, > const gchar *msgval); > > ># 65 "/usr/include/glib-2.0/glib.h" 2 > > ># 1 "/usr/include/glib-2.0/glib/gthreadpool.h" 1 ># 32 "/usr/include/glib-2.0/glib/gthreadpool.h" > > >typedef struct _GThreadPool GThreadPool; > > > > > > >struct _GThreadPool >{ > GFunc func; > gpointer user_data; > gboolean exclusive; >}; > > > > > > >GThreadPool* g_thread_pool_new (GFunc func, > gpointer user_data, > gint max_threads, > gboolean exclusive, > GError **error); > > > > > >void g_thread_pool_push (GThreadPool *pool, > gpointer data, > GError **error); > > > > >void g_thread_pool_set_max_threads (GThreadPool *pool, > gint max_threads, > GError **error); >gint g_thread_pool_get_max_threads (GThreadPool *pool); > > > >guint g_thread_pool_get_num_threads (GThreadPool *pool); > > >guint g_thread_pool_unprocessed (GThreadPool *pool); > > > > > >void g_thread_pool_free (GThreadPool *pool, > gboolean immediate, > gboolean wait); > > > >void g_thread_pool_set_max_unused_threads (gint max_threads); >gint g_thread_pool_get_max_unused_threads (void); >guint g_thread_pool_get_num_unused_threads (void); > > >void g_thread_pool_stop_unused_threads (void); > > ># 68 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gtimer.h" 1 ># 32 "/usr/include/glib-2.0/glib/gtimer.h" > > > > > > >typedef struct _GTimer GTimer; > > > >GTimer* g_timer_new (void); >void g_timer_destroy (GTimer *timer); >void g_timer_start (GTimer *timer); >void g_timer_stop (GTimer *timer); >void g_timer_reset (GTimer *timer); >void g_timer_continue (GTimer *timer); >gdouble g_timer_elapsed (GTimer *timer, > gulong *microseconds); > >void g_usleep (gulong microseconds); > >void g_time_val_add (GTimeVal *time_, > glong microseconds); > > ># 69 "/usr/include/glib-2.0/glib.h" 2 ># 1 "/usr/include/glib-2.0/glib/gtree.h" 1 ># 32 "/usr/include/glib-2.0/glib/gtree.h" > > >typedef struct _GTree GTree; > >typedef gboolean (*GTraverseFunc) (gpointer key, > gpointer value, > gpointer data); > > > >GTree* g_tree_new (GCompareFunc key_compare_func); >GTree* g_tree_new_with_data (GCompareDataFunc key_compare_func, > gpointer key_compare_data); >GTree* g_tree_new_full (GCompareDataFunc key_compare_func, > gpointer key_compare_data, > GDestroyNotify key_destroy_func, > GDestroyNotify value_destroy_func); >void g_tree_destroy (GTree *tree); >void g_tree_insert (GTree *tree, > gpointer key, > gpointer value); >void g_tree_replace (GTree *tree, > gpointer key, > gpointer value); >void g_tree_remove (GTree *tree, > gconstpointer key); >void g_tree_steal (GTree *tree, > gconstpointer key); >gpointer g_tree_lookup (GTree *tree, > gconstpointer key); >gboolean g_tree_lookup_extended (GTree *tree, > gconstpointer lookup_key, > gpointer *orig_key, > gpointer *value); >void g_tree_foreach (GTree *tree, > GTraverseFunc func, > gpointer user_data); > > >void g_tree_traverse (GTree *tree, > GTraverseFunc traverse_func, > GTraverseType traverse_type, > gpointer user_data); > > >gpointer g_tree_search (GTree *tree, > GCompareFunc search_func, > gconstpointer user_data); >gint g_tree_height (GTree *tree); >gint g_tree_nnodes (GTree *tree); > > > > ># 70 "/usr/include/glib-2.0/glib.h" 2 ># 8 "GNOME_Evolution_Importer.h" 2 > ># 1 "/usr/include/orbit-2.0/orbit/orbit-types.h" 1 > > > ># 1 "/usr/include/orbit-2.0/orbit/util/orbit-util.h" 1 > > > > ># 1 "/usr/include/orbit-2.0/orbit/orbit-config.h" 1 ># 6 "/usr/include/orbit-2.0/orbit/util/orbit-util.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/util/basic_types.h" 1 > > > > > > > > >enum { > CORBA_FALSE = (0), > CORBA_TRUE = (!(0)) >}; > >typedef gint16 CORBA_short; >typedef gint32 CORBA_long; >typedef guint16 CORBA_unsigned_short; >typedef guint32 CORBA_unsigned_long; >typedef gfloat CORBA_float; >typedef gdouble CORBA_double; >typedef char CORBA_char; >typedef gunichar2 CORBA_wchar; >typedef guchar CORBA_boolean; >typedef guchar CORBA_octet; >typedef gdouble CORBA_long_double; > > > > >typedef CORBA_char *CORBA_string; >typedef CORBA_wchar *CORBA_wstring; > > > > >typedef struct CORBA_Object_type *CORBA_Object; ># 45 "/usr/include/orbit-2.0/orbit/util/basic_types.h" >typedef gint64 CORBA_long_long; >typedef guint64 CORBA_unsigned_long_long; ># 55 "/usr/include/orbit-2.0/orbit/util/basic_types.h" > ># 7 "/usr/include/orbit-2.0/orbit/util/orbit-util.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/util/orbit-genrand.h" 1 > > > > > > > ># 29 "/usr/include/orbit-2.0/orbit/util/orbit-genrand.h" > ># 8 "/usr/include/orbit-2.0/orbit/util/orbit-util.h" 2 > > ># 34 "/usr/include/orbit-2.0/orbit/util/orbit-util.h" > ># 5 "/usr/include/orbit-2.0/orbit/orbit-types.h" 2 > > > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orb-core-types.h" 1 > > > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orb-types.h" 1 > > > > > > ># 32 "/usr/include/orbit-2.0/orbit/orb-core/orb-types.h" >typedef CORBA_char *CORBA_ORBid; >typedef struct CORBA_any_struct CORBA_any; > >typedef struct { > CORBA_unsigned_short _digits; > CORBA_short _scale; > signed char _sign; > signed char _value[1]; >} CORBA_fixed_d_s; > >struct CORBA_NVList_type { > CORBA_unsigned_long flags; > GArray *list; >}; ># 61 "/usr/include/orbit-2.0/orbit/orb-core/orb-types.h" > ># 5 "/usr/include/orbit-2.0/orbit/orb-core/orb-core-types.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-typecode-type.h" 1 > > > > > > > > > > >typedef struct CORBA_TypeCode_struct *CORBA_TypeCode; > > > ># 6 "/usr/include/orbit-2.0/orbit/orb-core/orb-core-types.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-any-type.h" 1 > > > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-pobj.h" 1 ># 5 "/usr/include/orbit-2.0/orbit/orb-core/corba-any-type.h" 2 > > > >struct CORBA_any_struct { > CORBA_TypeCode _type; > gpointer _value; > CORBA_boolean _release; >}; > > ># 7 "/usr/include/orbit-2.0/orbit/orb-core/orb-core-types.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-environment-type.h" 1 > > > > > > > > > > > typedef struct CORBA_Environment_type CORBA_Environment; > > >struct CORBA_Environment_type { > CORBA_char *_id; > CORBA_unsigned_long _major; > CORBA_any _any; >}; > > ># 8 "/usr/include/orbit-2.0/orbit/orb-core/orb-core-types.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-orb-type.h" 1 > > > > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orbit-object.h" 1 > > > > > > > >typedef enum { > ORBIT_ROT_NULL, > ORBIT_ROT_OBJREF, > > ORBIT_ROT_ORB, > ORBIT_ROT_ADAPTOR, > ORBIT_ROT_POAMANAGER, > ORBIT_ROT_POLICY, > ORBIT_ROT_TYPECODE, > ORBIT_ROT_REQUEST, > ORBIT_ROT_SERVERREQUEST, > ORBIT_ROT_CONTEXT, > ORBIT_ROT_DYNANY, > ORBIT_ROT_OAOBJECT, > ORBIT_ROT_ORBGROUP, > ORBIT_ROT_POACURRENT, > ORBIT_ROT_CLIENT_POLICY >} ORBit_RootObject_Type; > >typedef struct ORBit_RootObject_struct *ORBit_RootObject; > >typedef void (* ORBit_RootObject_DestroyFunc) (ORBit_RootObject obj); > >typedef struct _ORBit_RootObject_Interface { > ORBit_RootObject_Type type; > ORBit_RootObject_DestroyFunc destroy; >} ORBit_RootObject_Interface; > >struct ORBit_RootObject_struct { > const ORBit_RootObject_Interface *interface; > int refs; >}; > > > >void ORBit_RootObject_init (ORBit_RootObject obj, > const ORBit_RootObject_Interface *interface); ># 64 "/usr/include/orbit-2.0/orbit/orb-core/orbit-object.h" > ># 6 "/usr/include/orbit-2.0/orbit/orb-core/corba-orb-type.h" 2 > > > > > > >typedef struct CORBA_ORB_type *CORBA_ORB; > > > > > typedef CORBA_string CORBA_ORB_ObjectId; ># 31 "/usr/include/orbit-2.0/orbit/orb-core/corba-orb-type.h" > extern const struct CORBA_TypeCode_struct TC_CORBA_ORB_ObjectId_struct; ># 40 "/usr/include/orbit-2.0/orbit/orb-core/corba-orb-type.h" > typedef CORBA_Object CORBA_InterfaceDef; > extern CORBA_unsigned_long CORBA_InterfaceDef__classid; ># 53 "/usr/include/orbit-2.0/orbit/orb-core/corba-orb-type.h" > extern const struct CORBA_TypeCode_struct TC_CORBA_InterfaceDef_struct; ># 84 "/usr/include/orbit-2.0/orbit/orb-core/corba-orb-type.h" > ># 9 "/usr/include/orbit-2.0/orbit/orb-core/orb-core-types.h" 2 > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-context-type.h" 1 > > > > > > ># 17 "/usr/include/orbit-2.0/orbit/orb-core/corba-context-type.h" > ># 11 "/usr/include/orbit-2.0/orbit/orb-core/orb-core-types.h" 2 > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-typecode.h" 1 > > > > > > > > > > > > >struct CORBA_TypeCode_struct { > struct ORBit_RootObject_struct parent; > CORBA_unsigned_long kind; > CORBA_unsigned_long flags; > CORBA_short c_length; > CORBA_short c_align; > CORBA_unsigned_long length; > CORBA_unsigned_long sub_parts; > CORBA_TypeCode *subtypes; > CORBA_TypeCode discriminator; > char *name; > char *repo_id; > char **subnames; > CORBA_long *sublabels; > CORBA_long default_index; > CORBA_unsigned_long recurse_depth; > CORBA_unsigned_short digits; > CORBA_short scale; >}; > >extern const ORBit_RootObject_Interface ORBit_TypeCode_epv; ># 57 "/usr/include/orbit-2.0/orbit/orb-core/corba-typecode.h" >extern const struct CORBA_TypeCode_struct TC_null_struct; >extern const struct CORBA_TypeCode_struct TC_void_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_char_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_wchar_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_string_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_wstring_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_long_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_unsigned_long_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_short_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_unsigned_short_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_octet_struct; > >extern const struct CORBA_TypeCode_struct TC_CORBA_Object_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_any_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_TypeCode_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_boolean_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_float_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_double_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_long_double_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_long_long_struct; >extern const struct CORBA_TypeCode_struct TC_CORBA_unsigned_long_long_struct; ># 92 "/usr/include/orbit-2.0/orbit/orb-core/corba-typecode.h" > ># 13 "/usr/include/orbit-2.0/orbit/orb-core/orb-core-types.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/allocators.h" 1 > > > > > > > > > > >void CORBA_free (gpointer mem); >gpointer ORBit_alloc_tcval (CORBA_TypeCode tc, > guint nelements); >gpointer ORBit_realloc_tcval (gpointer old, > CORBA_TypeCode tc, > guint old_num_elements, > guint num_elements); ># 81 "/usr/include/orbit-2.0/orbit/orb-core/allocators.h" > ># 14 "/usr/include/orbit-2.0/orbit/orb-core/orb-core-types.h" 2 > > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" 1 ># 9 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" ># 1 "/usr/include/orbit-2.0/orbit/orbit-types.h" 1 ># 10 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" 2 ># 25 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_Object CORBA_ConstructionPolicy; > extern CORBA_unsigned_long CORBA_ConstructionPolicy__classid; ># 41 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ConstructionPolicy_struct; > > > > > > > > typedef CORBA_Object CORBA_Current; > extern CORBA_unsigned_long CORBA_Current__classid; ># 67 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_Current_struct; > > > > > > > > typedef CORBA_Object CORBA_DomainManager; > extern CORBA_unsigned_long CORBA_DomainManager__classid; ># 93 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_DomainManager_struct; > > > > > > > > typedef CORBA_Object CORBA_Policy; > extern CORBA_unsigned_long CORBA_Policy__classid; ># 119 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_Policy_struct; > > > > > > > > typedef CORBA_Object CORBA_AliasDef; > extern CORBA_unsigned_long CORBA_AliasDef__classid; ># 145 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_AliasDef_struct; > > > > > > > > typedef CORBA_Object CORBA_ArrayDef; > extern CORBA_unsigned_long CORBA_ArrayDef__classid; ># 171 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ArrayDef_struct; > > > > > > > > typedef CORBA_Object CORBA_AttributeDef; > extern CORBA_unsigned_long CORBA_AttributeDef__classid; ># 197 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_AttributeDef_struct; > > > > > > > > typedef CORBA_Object CORBA_ConstantDef; > extern CORBA_unsigned_long CORBA_ConstantDef__classid; ># 223 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ConstantDef_struct; > > > > > > > > typedef CORBA_Object CORBA_Contained; > extern CORBA_unsigned_long CORBA_Contained__classid; ># 249 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_Contained_struct; > > > > > > > > typedef CORBA_Object CORBA_Container; > extern CORBA_unsigned_long CORBA_Container__classid; ># 275 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_Container_struct; > > > > > > > > typedef CORBA_Object CORBA_EnumDef; > extern CORBA_unsigned_long CORBA_EnumDef__classid; ># 301 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_EnumDef_struct; > > > > > > > > typedef CORBA_Object CORBA_ExceptionDef; > extern CORBA_unsigned_long CORBA_ExceptionDef__classid; ># 327 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ExceptionDef_struct; > > > > > > > > typedef CORBA_Object CORBA_FixedDef; > extern CORBA_unsigned_long CORBA_FixedDef__classid; ># 353 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_FixedDef_struct; > > > > > > > > typedef CORBA_Object CORBA_IDLType; > extern CORBA_unsigned_long CORBA_IDLType__classid; ># 379 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_IDLType_struct; ># 415 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_Object CORBA_IRObject; > extern CORBA_unsigned_long CORBA_IRObject__classid; ># 431 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_IRObject_struct; > > > > > > > > typedef CORBA_Object CORBA_ModuleDef; > extern CORBA_unsigned_long CORBA_ModuleDef__classid; ># 457 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ModuleDef_struct; > > > > > > > > typedef CORBA_Object CORBA_NativeDef; > extern CORBA_unsigned_long CORBA_NativeDef__classid; ># 483 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_NativeDef_struct; > > > > > > > > typedef CORBA_Object CORBA_OperationDef; > extern CORBA_unsigned_long CORBA_OperationDef__classid; ># 509 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_OperationDef_struct; > > > > > > > > typedef CORBA_Object CORBA_PrimitiveDef; > extern CORBA_unsigned_long CORBA_PrimitiveDef__classid; ># 535 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_PrimitiveDef_struct; > > > > > > > > typedef CORBA_Object CORBA_Repository; > extern CORBA_unsigned_long CORBA_Repository__classid; ># 561 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_Repository_struct; > > > > > > > > typedef CORBA_Object CORBA_SequenceDef; > extern CORBA_unsigned_long CORBA_SequenceDef__classid; ># 587 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_SequenceDef_struct; > > > > > > > > typedef CORBA_Object CORBA_StringDef; > extern CORBA_unsigned_long CORBA_StringDef__classid; ># 613 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_StringDef_struct; > > > > > > > > typedef CORBA_Object CORBA_StructDef; > extern CORBA_unsigned_long CORBA_StructDef__classid; ># 639 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_StructDef_struct; ># 657 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_Object CORBA_TypedefDef; > extern CORBA_unsigned_long CORBA_TypedefDef__classid; ># 673 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_TypedefDef_struct; > > > > > > > > typedef CORBA_Object CORBA_UnionDef; > extern CORBA_unsigned_long CORBA_UnionDef__classid; ># 699 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_UnionDef_struct; > > > > > > > > typedef CORBA_Object CORBA_ValueDef; > extern CORBA_unsigned_long CORBA_ValueDef__classid; ># 725 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ValueDef_struct; > > > > > > > > typedef CORBA_Object CORBA_ValueBoxDef; > extern CORBA_unsigned_long CORBA_ValueBoxDef__classid; ># 751 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ValueBoxDef_struct; > > > > > > > > typedef CORBA_Object CORBA_ValueMemberDef; > extern CORBA_unsigned_long CORBA_ValueMemberDef__classid; ># 777 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ValueMemberDef_struct; > > > > > > > > typedef CORBA_Object CORBA_WstringDef; > extern CORBA_unsigned_long CORBA_WstringDef__classid; ># 803 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_WstringDef_struct; > > > > > > typedef CORBA_string CORBA_Identifier; ># 828 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_Identifier_struct; ># 842 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef enum > { > CORBA_COMPLETED_YES, > CORBA_COMPLETED_NO, > CORBA_COMPLETED_MAYBE > } > CORBA_completion_status; ># 863 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_completion_status_struct; > > > > > > typedef enum > { > CORBA_NO_EXCEPTION, > CORBA_USER_EXCEPTION, > CORBA_SYSTEM_EXCEPTION > } > CORBA_exception_type; ># 892 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_exception_type_struct; > > > > > > > > typedef struct CORBA_UNKNOWN_type CORBA_UNKNOWN; > struct CORBA_UNKNOWN_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 923 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_UNKNOWN_struct; ># 935 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_BAD_PARAM_type CORBA_BAD_PARAM; > struct CORBA_BAD_PARAM_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 956 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_BAD_PARAM_struct; ># 968 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_NO_MEMORY_type CORBA_NO_MEMORY; > struct CORBA_NO_MEMORY_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 989 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_NO_MEMORY_struct; ># 1001 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_IMP_LIMIT_type CORBA_IMP_LIMIT; > struct CORBA_IMP_LIMIT_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1022 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_IMP_LIMIT_struct; ># 1034 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_COMM_FAILURE_type CORBA_COMM_FAILURE; > struct CORBA_COMM_FAILURE_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1055 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_COMM_FAILURE_struct; ># 1067 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_INV_OBJREF_type CORBA_INV_OBJREF; > struct CORBA_INV_OBJREF_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1088 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_INV_OBJREF_struct; ># 1100 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_NO_PERMISSION_type CORBA_NO_PERMISSION; > struct CORBA_NO_PERMISSION_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1121 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_NO_PERMISSION_struct; ># 1133 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_INTERNAL_type CORBA_INTERNAL; > struct CORBA_INTERNAL_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1154 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_INTERNAL_struct; ># 1166 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_MARSHAL_type CORBA_MARSHAL; > struct CORBA_MARSHAL_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1187 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_MARSHAL_struct; ># 1199 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_INITIALIZE_type CORBA_INITIALIZE; > struct CORBA_INITIALIZE_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1220 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_INITIALIZE_struct; ># 1232 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_NO_IMPLEMENT_type CORBA_NO_IMPLEMENT; > struct CORBA_NO_IMPLEMENT_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1253 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_NO_IMPLEMENT_struct; ># 1265 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_BAD_TYPECODE_type CORBA_BAD_TYPECODE; > struct CORBA_BAD_TYPECODE_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1286 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_BAD_TYPECODE_struct; ># 1298 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_BAD_OPERATION_type CORBA_BAD_OPERATION; > struct CORBA_BAD_OPERATION_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1319 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_BAD_OPERATION_struct; ># 1331 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_NO_RESOURCES_type CORBA_NO_RESOURCES; > struct CORBA_NO_RESOURCES_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1352 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_NO_RESOURCES_struct; ># 1364 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_NO_RESPONSE_type CORBA_NO_RESPONSE; > struct CORBA_NO_RESPONSE_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1385 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_NO_RESPONSE_struct; ># 1397 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_PERSIST_STORE_type CORBA_PERSIST_STORE; > struct CORBA_PERSIST_STORE_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1418 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_PERSIST_STORE_struct; ># 1430 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_BAD_INV_ORDER_type CORBA_BAD_INV_ORDER; > struct CORBA_BAD_INV_ORDER_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1451 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_BAD_INV_ORDER_struct; ># 1463 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_TRANSIENT_type CORBA_TRANSIENT; > struct CORBA_TRANSIENT_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1484 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_TRANSIENT_struct; ># 1496 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_FREE_MEM_type CORBA_FREE_MEM; > struct CORBA_FREE_MEM_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1517 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_FREE_MEM_struct; ># 1529 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_INV_IDENT_type CORBA_INV_IDENT; > struct CORBA_INV_IDENT_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1550 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_INV_IDENT_struct; ># 1562 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_INV_FLAG_type CORBA_INV_FLAG; > struct CORBA_INV_FLAG_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1583 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_INV_FLAG_struct; ># 1595 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_INTF_REPOS_type CORBA_INTF_REPOS; > struct CORBA_INTF_REPOS_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1616 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_INTF_REPOS_struct; ># 1628 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_BAD_CONTEXT_type CORBA_BAD_CONTEXT; > struct CORBA_BAD_CONTEXT_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1649 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_BAD_CONTEXT_struct; ># 1661 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_OBJ_ADAPTER_type CORBA_OBJ_ADAPTER; > struct CORBA_OBJ_ADAPTER_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1682 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_OBJ_ADAPTER_struct; ># 1694 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_DATA_CONVERSION_type CORBA_DATA_CONVERSION; > struct CORBA_DATA_CONVERSION_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1715 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_DATA_CONVERSION_struct; ># 1727 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_OBJECT_NOT_EXIST_type CORBA_OBJECT_NOT_EXIST; > struct CORBA_OBJECT_NOT_EXIST_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1748 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_OBJECT_NOT_EXIST_struct; ># 1760 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_TRANSACTION_REQUIRED_type CORBA_TRANSACTION_REQUIRED; > struct CORBA_TRANSACTION_REQUIRED_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1781 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_TRANSACTION_REQUIRED_struct; ># 1793 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_TRANSACTION_ROLLEDBACK_type > CORBA_TRANSACTION_ROLLEDBACK; > struct CORBA_TRANSACTION_ROLLEDBACK_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1815 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_TRANSACTION_ROLLEDBACK_struct; ># 1827 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_INVALID_TRANSACTION_type CORBA_INVALID_TRANSACTION; > struct CORBA_INVALID_TRANSACTION_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1848 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_INVALID_TRANSACTION_struct; ># 1860 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_INV_POLICY_type CORBA_INV_POLICY; > struct CORBA_INV_POLICY_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1881 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_INV_POLICY_struct; ># 1893 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_CODESET_INCOMPATIBLE_type CORBA_CODESET_INCOMPATIBLE; > struct CORBA_CODESET_INCOMPATIBLE_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 1914 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_CODESET_INCOMPATIBLE_struct; ># 1950 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_unsigned_long CORBA_PolicyType; ># 1967 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_PolicyType_struct; ># 2015 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_Object *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_Object; ># 2038 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_Object_struct; ># 2062 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Object CORBA_sequence_CORBA_Policy; ># 2078 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_Policy_struct; ># 2091 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Policy CORBA_PolicyList; ># 2108 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_PolicyList_struct; ># 2119 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_short CORBA_PolicyErrorCode; ># 2136 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_PolicyErrorCode_struct; ># 2148 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_PolicyError_type CORBA_PolicyError; > struct CORBA_PolicyError_type > { > CORBA_PolicyErrorCode reason; > }; ># 2168 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_PolicyError_struct; ># 2313 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Object CORBA_sequence_CORBA_DomainManager; ># 2329 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_DomainManager_struct; ># 2343 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_DomainManager CORBA_DomainManagersList; ># 2360 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_DomainManagersList_struct; ># 2943 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_string CORBA_ScopedName; ># 2960 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ScopedName_struct; > > > > > > > > typedef CORBA_string CORBA_RepositoryId; ># 2987 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_RepositoryId_struct; > > > > > > > > typedef enum > { > CORBA_dk_none, > CORBA_dk_all, > CORBA_dk_Attribute, > CORBA_dk_Constant, > CORBA_dk_Exception, > CORBA_dk_Interface, > CORBA_dk_Module, > CORBA_dk_Operation, > CORBA_dk_Typedef, > CORBA_dk_Alias, > CORBA_dk_Struct, > CORBA_dk_Union, > CORBA_dk_Enum, > CORBA_dk_Primitive, > CORBA_dk_String, > CORBA_dk_Sequence, > CORBA_dk_Array, > CORBA_dk_Repository, > CORBA_dk_Wstring, > CORBA_dk_Fixed, > CORBA_dk_Value, > CORBA_dk_ValueBox, > CORBA_dk_ValueMember, > CORBA_dk_Native > } > CORBA_DefinitionKind; ># 3039 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_DefinitionKind_struct; ># 3073 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_string CORBA_VersionSpec; ># 3090 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_VersionSpec_struct; ># 3126 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_Contained_Description_type > CORBA_Contained_Description; > struct CORBA_Contained_Description_type > { > CORBA_DefinitionKind kind; > CORBA_any value; > }; ># 3148 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_Contained_Description_struct; ># 3217 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Object CORBA_sequence_CORBA_InterfaceDef; ># 3233 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_InterfaceDef_struct; ># 3247 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_InterfaceDef CORBA_InterfaceDefSeq; ># 3264 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_InterfaceDefSeq_struct; ># 3334 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Object CORBA_sequence_CORBA_ValueDef; ># 3350 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_ValueDef_struct; ># 3363 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_ValueDef CORBA_ValueDefSeq; ># 3380 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ValueDefSeq_struct; ># 3450 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Object CORBA_sequence_CORBA_Contained; ># 3466 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_Contained_struct; ># 3480 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Contained CORBA_ContainedSeq; ># 3497 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ContainedSeq_struct; ># 3508 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_StructMember_type CORBA_StructMember; > struct CORBA_StructMember_type > { > CORBA_Identifier name; > CORBA_TypeCode type; > CORBA_IDLType type_def; > }; ># 3530 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_StructMember_struct; ># 3552 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_StructMember *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_StructMember; ># 3575 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_StructMember_struct; ># 3588 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_StructMember CORBA_StructMemberSeq; ># 3605 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_StructMemberSeq_struct; ># 3616 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_Initializer_type CORBA_Initializer; > struct CORBA_Initializer_type > { > CORBA_StructMemberSeq members; > CORBA_Identifier name; > }; ># 3637 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_Initializer_struct; ># 3659 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_Initializer *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_Initializer; ># 3682 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_Initializer_struct; ># 3695 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Initializer CORBA_InitializerSeq; ># 3712 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_InitializerSeq_struct; ># 3723 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_UnionMember_type CORBA_UnionMember; > struct CORBA_UnionMember_type > { > CORBA_Identifier name; > CORBA_any label; > CORBA_TypeCode type; > CORBA_IDLType type_def; > }; ># 3746 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_UnionMember_struct; ># 3768 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_UnionMember *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_UnionMember; ># 3791 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_UnionMember_struct; ># 3804 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_UnionMember CORBA_UnionMemberSeq; ># 3821 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_UnionMemberSeq_struct; ># 3844 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_string *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_string; ># 3867 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_string_struct; ># 3891 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_string CORBA_sequence_CORBA_Identifier; ># 3907 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_Identifier_struct; ># 3921 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Identifier CORBA_EnumMemberSeq; ># 3938 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_EnumMemberSeq_struct; ># 3975 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_Container_Description_type > CORBA_Container_Description; > struct CORBA_Container_Description_type > { > CORBA_Contained contained_object; > CORBA_DefinitionKind kind; > CORBA_any value; > }; ># 3998 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_Container_Description_struct; ># 4020 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_Container_Description *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_Container_Description; ># 4043 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_Container_Description_struct; ># 4056 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Container_Description > CORBA_Container_DescriptionSeq; ># 4074 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_Container_DescriptionSeq_struct; ># 4112 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef enum > { > CORBA_pk_null, > CORBA_pk_void, > CORBA_pk_short, > CORBA_pk_long, > CORBA_pk_ushort, > CORBA_pk_ulong, > CORBA_pk_float, > CORBA_pk_double, > CORBA_pk_boolean, > CORBA_pk_char, > CORBA_pk_octet, > CORBA_pk_any, > CORBA_pk_TypeCode, > CORBA_pk_Principal, > CORBA_pk_string, > CORBA_pk_objref, > CORBA_pk_longlong, > CORBA_pk_ulonglong, > CORBA_pk_longdouble, > CORBA_pk_wchar, > CORBA_pk_wstring, > CORBA_pk_value_base > } > CORBA_PrimitiveKind; ># 4152 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_PrimitiveKind_struct; ># 4212 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_ModuleDescription_type CORBA_ModuleDescription; > struct CORBA_ModuleDescription_type > { > CORBA_Identifier name; > CORBA_RepositoryId id; > CORBA_RepositoryId defined_in; > CORBA_VersionSpec version; > }; ># 4235 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ModuleDescription_struct; ># 4271 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_ConstantDescription_type CORBA_ConstantDescription; > struct CORBA_ConstantDescription_type > { > CORBA_Identifier name; > CORBA_RepositoryId id; > CORBA_RepositoryId defined_in; > CORBA_VersionSpec version; > CORBA_TypeCode type; > CORBA_any value; > }; ># 4296 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ConstantDescription_struct; ># 4332 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_TypeDescription_type CORBA_TypeDescription; > struct CORBA_TypeDescription_type > { > CORBA_Identifier name; > CORBA_RepositoryId id; > CORBA_RepositoryId defined_in; > CORBA_VersionSpec version; > CORBA_TypeCode type; > }; ># 4356 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_TypeDescription_struct; ># 4678 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_ExceptionDescription_type CORBA_ExceptionDescription; > struct CORBA_ExceptionDescription_type > { > CORBA_Identifier name; > CORBA_RepositoryId id; > CORBA_RepositoryId defined_in; > CORBA_VersionSpec version; > CORBA_TypeCode type; > }; ># 4702 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ExceptionDescription_struct; > > > > > > > > typedef enum > { > CORBA_ATTR_NORMAL, > CORBA_ATTR_READONLY > } > CORBA_AttributeMode; ># 4732 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_AttributeMode_struct; ># 4766 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_AttributeDescription_type CORBA_AttributeDescription; > struct CORBA_AttributeDescription_type > { > CORBA_Identifier name; > CORBA_RepositoryId id; > CORBA_RepositoryId defined_in; > CORBA_VersionSpec version; > CORBA_TypeCode type; > CORBA_AttributeMode mode; > }; ># 4791 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_AttributeDescription_struct; > > > > > > > > typedef enum > { > CORBA_OP_NORMAL, > CORBA_OP_ONEWAY > } > CORBA_OperationMode; ># 4821 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_OperationMode_struct; > > > > > > typedef enum > { > CORBA_PARAM_IN, > CORBA_PARAM_OUT, > CORBA_PARAM_INOUT > } > CORBA_ParameterMode; ># 4850 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ParameterMode_struct; > > > > > > typedef struct CORBA_ParameterDescription_type CORBA_ParameterDescription; > struct CORBA_ParameterDescription_type > { > CORBA_Identifier name; > CORBA_TypeCode type; > CORBA_IDLType type_def; > CORBA_ParameterMode mode; > }; ># 4881 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ParameterDescription_struct; ># 4903 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_ParameterDescription *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_ParameterDescription; ># 4926 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_ParameterDescription_struct; ># 4939 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_ParameterDescription CORBA_ParDescriptionSeq; ># 4956 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ParDescriptionSeq_struct; ># 4967 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_Identifier CORBA_ContextIdentifier; ># 4984 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ContextIdentifier_struct; ># 5053 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_string CORBA_sequence_CORBA_ContextIdentifier; ># 5069 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_ContextIdentifier_struct; ># 5083 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_ContextIdentifier CORBA_ContextIdSeq; ># 5100 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ContextIdSeq_struct; ># 5170 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Object CORBA_sequence_CORBA_ExceptionDef; ># 5186 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_ExceptionDef_struct; ># 5200 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_ExceptionDef CORBA_ExceptionDefSeq; ># 5217 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ExceptionDefSeq_struct; ># 5240 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_ExceptionDescription *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_ExceptionDescription; ># 5263 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_ExceptionDescription_struct; ># 5276 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_ExceptionDescription CORBA_ExcDescriptionSeq; ># 5293 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ExcDescriptionSeq_struct; ># 5330 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_OperationDescription_type CORBA_OperationDescription; > struct CORBA_OperationDescription_type > { > CORBA_Identifier name; > CORBA_RepositoryId id; > CORBA_RepositoryId defined_in; > CORBA_VersionSpec version; > CORBA_TypeCode result; > CORBA_OperationMode mode; > CORBA_ContextIdSeq contexts; > CORBA_ParDescriptionSeq parameters; > CORBA_ExcDescriptionSeq exceptions; > }; ># 5358 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_OperationDescription_struct; ># 5428 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_string CORBA_sequence_CORBA_RepositoryId; ># 5444 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_RepositoryId_struct; ># 5458 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_RepositoryId CORBA_RepositoryIdSeq; ># 5475 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_RepositoryIdSeq_struct; ># 5498 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_OperationDescription *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_OperationDescription; ># 5521 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_OperationDescription_struct; ># 5534 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_OperationDescription CORBA_OpDescriptionSeq; ># 5551 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_OpDescriptionSeq_struct; ># 5574 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_AttributeDescription *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_AttributeDescription; ># 5597 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_AttributeDescription_struct; ># 5610 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_AttributeDescription CORBA_AttrDescriptionSeq; ># 5627 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_AttrDescriptionSeq_struct; ># 5664 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_InterfaceDef_FullInterfaceDescription_type > CORBA_InterfaceDef_FullInterfaceDescription; > struct CORBA_InterfaceDef_FullInterfaceDescription_type > { > CORBA_Identifier name; > CORBA_RepositoryId id; > CORBA_RepositoryId defined_in; > CORBA_VersionSpec version; > CORBA_OpDescriptionSeq operations; > CORBA_AttrDescriptionSeq attributes; > CORBA_RepositoryIdSeq base_interfaces; > CORBA_TypeCode type; > CORBA_boolean is_abstract; > }; ># 5693 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_InterfaceDef_FullInterfaceDescription_struct; > > > > > > > > typedef struct CORBA_InterfaceDescription_type CORBA_InterfaceDescription; > struct CORBA_InterfaceDescription_type > { > CORBA_Identifier name; > CORBA_RepositoryId id; > CORBA_RepositoryId defined_in; > CORBA_VersionSpec version; > CORBA_RepositoryIdSeq base_interfaces; > CORBA_boolean is_abstract; > }; ># 5729 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_InterfaceDescription_struct; > > > > > > > > typedef CORBA_short CORBA_Visibility; ># 5756 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_Visibility_struct; ># 5774 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_ValueMember_type CORBA_ValueMember; > struct CORBA_ValueMember_type > { > CORBA_Identifier name; > CORBA_RepositoryId id; > CORBA_RepositoryId defined_in; > CORBA_VersionSpec version; > CORBA_TypeCode type; > CORBA_IDLType type_def; > CORBA_Visibility access; > }; ># 5800 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ValueMember_struct; ># 5822 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_ValueMember *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_ValueMember; ># 5845 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_ValueMember_struct; ># 5858 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_ValueMember CORBA_ValueMemberSeq; ># 5875 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ValueMemberSeq_struct; ># 5938 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_ValueDef_FullValueDescription_type > CORBA_ValueDef_FullValueDescription; > struct CORBA_ValueDef_FullValueDescription_type > { > CORBA_Identifier name; > CORBA_RepositoryId id; > CORBA_boolean is_abstract; > CORBA_boolean is_custom; > CORBA_RepositoryId defined_in; > CORBA_VersionSpec version; > CORBA_OpDescriptionSeq operations; > CORBA_AttrDescriptionSeq attributes; > CORBA_ValueMemberSeq members; > CORBA_InitializerSeq initializers; > CORBA_RepositoryIdSeq supported_interfaces; > CORBA_RepositoryIdSeq abstract_base_values; > CORBA_boolean is_truncatable; > CORBA_RepositoryId base_value; > CORBA_TypeCode type; > }; ># 5973 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_ValueDef_FullValueDescription_struct; > > > > > > > > typedef struct CORBA_ValueDescription_type CORBA_ValueDescription; > struct CORBA_ValueDescription_type > { > CORBA_Identifier name; > CORBA_RepositoryId id; > CORBA_boolean is_abstract; > CORBA_boolean is_custom; > CORBA_RepositoryId defined_in; > CORBA_VersionSpec version; > CORBA_RepositoryIdSeq supported_interfaces; > CORBA_RepositoryIdSeq abstract_base_values; > CORBA_boolean is_truncatable; > CORBA_RepositoryId base_value; > }; ># 6013 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ValueDescription_struct; ># 6049 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef enum > { > CORBA_tk_null, > CORBA_tk_void, > CORBA_tk_short, > CORBA_tk_long, > CORBA_tk_ushort, > CORBA_tk_ulong, > CORBA_tk_float, > CORBA_tk_double, > CORBA_tk_boolean, > CORBA_tk_char, > CORBA_tk_octet, > CORBA_tk_any, > CORBA_tk_TypeCode, > CORBA_tk_Principal, > CORBA_tk_objref, > CORBA_tk_struct, > CORBA_tk_union, > CORBA_tk_enum, > CORBA_tk_string, > CORBA_tk_sequence, > CORBA_tk_array, > CORBA_tk_alias, > CORBA_tk_except, > CORBA_tk_longlong, > CORBA_tk_ulonglong, > CORBA_tk_longdouble, > CORBA_tk_wchar, > CORBA_tk_wstring, > CORBA_tk_fixed, > CORBA_tk_value, > CORBA_tk_value_box, > CORBA_tk_native, > CORBA_tk_abstract_interface > } > CORBA_TCKind; ># 6100 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_TCKind_struct; > > > > > > typedef CORBA_short CORBA_ValueModifier; ># 6125 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ValueModifier_struct; ># 6161 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_TypeCode_Bounds_type CORBA_TypeCode_Bounds; > struct CORBA_TypeCode_Bounds_type > { > int dummy; > }; ># 6181 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_TypeCode_Bounds_struct; ># 6193 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_TypeCode_BadKind_type CORBA_TypeCode_BadKind; > struct CORBA_TypeCode_BadKind_type > { > int dummy; > }; ># 6213 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_TypeCode_BadKind_struct; ># 6235 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_any *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_any; ># 6258 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_any_struct; ># 6270 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_any CORBA_AnySeq; ># 6287 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_AnySeq_struct; ># 6310 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_boolean *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_boolean; ># 6333 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_boolean_struct; ># 6345 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_boolean CORBA_BooleanSeq; ># 6362 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_BooleanSeq_struct; ># 6385 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_char *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_char; ># 6408 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_char_struct; ># 6420 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_char CORBA_CharSeq; ># 6437 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_CharSeq_struct; ># 6460 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_wchar *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_wchar; ># 6483 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_wchar_struct; ># 6495 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_wchar CORBA_WCharSeq; ># 6512 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_WCharSeq_struct; ># 6535 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_octet *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_octet; ># 6558 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_octet_struct; ># 6570 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_octet CORBA_OctetSeq; ># 6587 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_OctetSeq_struct; ># 6610 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_short *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_short; ># 6633 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_short_struct; ># 6645 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_short CORBA_ShortSeq; ># 6662 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ShortSeq_struct; ># 6685 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_unsigned_short *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_unsigned_short; ># 6708 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_unsigned_short_struct; ># 6721 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_unsigned_short CORBA_UShortSeq; ># 6738 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_UShortSeq_struct; ># 6761 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_long *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_long; ># 6784 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_long_struct; ># 6796 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_long CORBA_LongSeq; ># 6813 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_LongSeq_struct; ># 6836 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_unsigned_long *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_unsigned_long; ># 6859 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_unsigned_long_struct; ># 6872 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_unsigned_long CORBA_ULongSeq; ># 6889 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ULongSeq_struct; ># 6912 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_long_long *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_long_long; ># 6935 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_long_long_struct; ># 6948 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_long_long CORBA_LongLongSeq; ># 6965 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_LongLongSeq_struct; ># 6988 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_unsigned_long_long *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_unsigned_long_long; ># 7011 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_unsigned_long_long_struct; ># 7024 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_unsigned_long_long CORBA_ULongLongSeq; ># 7041 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ULongLongSeq_struct; ># 7064 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_float *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_float; ># 7087 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_float_struct; ># 7099 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_float CORBA_FloatSeq; ># 7116 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_FloatSeq_struct; ># 7139 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_double *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_double; ># 7162 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_double_struct; ># 7174 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_double CORBA_DoubleSeq; ># 7191 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_DoubleSeq_struct; ># 7218 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_SystemException_type CORBA_SystemException; > struct CORBA_SystemException_type > { > CORBA_unsigned_long minor; > CORBA_completion_status completed; > }; ># 7239 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_SystemException_struct; ># 7250 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_Context_type *CORBA_Context; > > > > > > > > typedef struct CORBA_Interceptor_type *CORBA_Interceptor; > > > > > > > > typedef struct CORBA_MessageInterceptor_type *CORBA_MessageInterceptor; > > > > > > > > typedef struct CORBA_NVList_type *CORBA_NVList; ># 7298 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_Request_type *CORBA_Request; > > > > > > > > typedef struct CORBA_RequestInterceptor_type *CORBA_RequestInterceptor; > > > > > > > > typedef struct CORBA_ServerRequest_type *CORBA_ServerRequest; > > > > > > > typedef CORBA_unsigned_long CORBA_Flags; ># 7338 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_Flags_struct; > > > > > > > > typedef struct CORBA_NamedValue_type CORBA_NamedValue; > struct CORBA_NamedValue_type > { > CORBA_Identifier name; > CORBA_any argument; > CORBA_long len; > CORBA_Flags arg_modes; > }; ># 7371 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_NamedValue_struct; > > > > > > > > typedef enum > { > CORBA_SET_OVERRIDE, > CORBA_ADD_OVERRIDE > } > CORBA_SetOverrideType; ># 7401 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_SetOverrideType_struct; ># 7476 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Object CORBA_sequence_CORBA_Request; ># 7492 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_Request_struct; ># 7505 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_Request CORBA_RequestSeq; ># 7522 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_RequestSeq_struct; ># 7533 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_AbstractBase_type *CORBA_AbstractBase; > > > > typedef CORBA_unsigned_short CORBA_ServiceType; ># 7554 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ServiceType_struct; > > > > > > > > typedef CORBA_unsigned_long CORBA_ServiceOption; ># 7581 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ServiceOption_struct; > > > > > > > > typedef CORBA_unsigned_long CORBA_ServiceDetailType; ># 7608 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ServiceDetailType_struct; ># 7622 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_ServiceDetail_type CORBA_ServiceDetail; ># 7670 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > struct CORBA_ServiceDetail_type > { > CORBA_ServiceDetailType service_detail_type; > CORBA_sequence_CORBA_octet service_detail; > }; ># 7690 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ServiceDetail_struct; > > > > > > > > typedef struct CORBA_ServiceInformation_type CORBA_ServiceInformation; ># 7763 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_unsigned_long > CORBA_sequence_CORBA_ServiceOption; ># 7780 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_ServiceOption_struct; ># 7806 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_ServiceDetail *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_ServiceDetail; ># 7829 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_ServiceDetail_struct; > > > > > > > > struct CORBA_ServiceInformation_type > { > CORBA_sequence_CORBA_ServiceOption service_options; > CORBA_sequence_CORBA_ServiceDetail service_details; > }; ># 7860 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ServiceInformation_struct; > > > > > > > > typedef struct CORBA_ValueFactory_type *CORBA_ValueFactory; ># 7968 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_string CORBA_sequence_CORBA_ORB_ObjectId; ># 7984 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CORBA_ORB_ObjectId_struct; ># 7998 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef CORBA_sequence_CORBA_ORB_ObjectId CORBA_ORB_ObjectIdList; ># 8015 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ORB_ObjectIdList_struct; ># 8028 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_ORB_InvalidName_type CORBA_ORB_InvalidName; > struct CORBA_ORB_InvalidName_type > { > int dummy; > }; ># 8048 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_ORB_InvalidName_struct; > > > > > > > > typedef struct CORBA_OpaqueValue_type *CORBA_OpaqueValue; ># 8118 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > typedef struct CORBA_MessageInterceptor_Message_type > *CORBA_MessageInterceptor_Message; > > > > CORBA_PolicyType CORBA_Policy__get_policy_type(CORBA_Policy _obj, > CORBA_Environment * ev); > CORBA_Policy CORBA_Policy_copy(CORBA_Policy _obj, CORBA_Environment * ev); > void CORBA_Policy_destroy(CORBA_Policy _obj, CORBA_Environment * ev); > CORBA_Policy CORBA_DomainManager_get_domain_policy(CORBA_DomainManager > _obj, > const CORBA_PolicyType > policy_type, > CORBA_Environment * ev); > > > > void CORBA_ConstructionPolicy_make_domain_manager(CORBA_ConstructionPolicy > _obj, > const CORBA_InterfaceDef > object_type, > const CORBA_boolean > constr_policy, > CORBA_Environment * ev); > CORBA_DefinitionKind CORBA_IRObject__get_def_kind(CORBA_IRObject _obj, > CORBA_Environment * ev); > void CORBA_IRObject_destroy(CORBA_IRObject _obj, CORBA_Environment * ev); > > > CORBA_RepositoryId CORBA_Contained__get_id(CORBA_Contained _obj, > CORBA_Environment * ev); > void CORBA_Contained__set_id(CORBA_Contained _obj, > const CORBA_char * value, > CORBA_Environment * ev); > CORBA_Identifier CORBA_Contained__get_name(CORBA_Contained _obj, > CORBA_Environment * ev); > void CORBA_Contained__set_name(CORBA_Contained _obj, > const CORBA_char * value, > CORBA_Environment * ev); > CORBA_VersionSpec CORBA_Contained__get_version(CORBA_Contained _obj, > CORBA_Environment * ev); > void CORBA_Contained__set_version(CORBA_Contained _obj, > const CORBA_char * value, > CORBA_Environment * ev); > CORBA_Container CORBA_Contained__get_defined_in(CORBA_Contained _obj, > CORBA_Environment * ev); > CORBA_ScopedName CORBA_Contained__get_absolute_name(CORBA_Contained _obj, > CORBA_Environment * > ev); > CORBA_Repository CORBA_Contained__get_containing_repository(CORBA_Contained > _obj, > CORBA_Environment > * ev); > CORBA_Contained_Description *CORBA_Contained_describe(CORBA_Contained _obj, > CORBA_Environment * > ev); > void CORBA_Contained_move(CORBA_Contained _obj, > const CORBA_Container new_container, > const CORBA_char * new_name, > const CORBA_char * new_version, > CORBA_Environment * ev); > > > CORBA_Contained CORBA_Container_lookup(CORBA_Container _obj, > const CORBA_char * search_name, > CORBA_Environment * ev); > CORBA_ContainedSeq *CORBA_Container_contents(CORBA_Container _obj, > const CORBA_DefinitionKind > limit_type, > const CORBA_boolean > exclude_inherited, > CORBA_Environment * ev); > CORBA_ContainedSeq *CORBA_Container_lookup_name(CORBA_Container _obj, > const CORBA_char * > search_name, > const CORBA_long > levels_to_search, > const CORBA_DefinitionKind > limit_type, > const CORBA_boolean > exclude_inherited, > CORBA_Environment * ev); > CORBA_Container_DescriptionSeq > *CORBA_Container_describe_contents(CORBA_Container _obj, > const CORBA_DefinitionKind > limit_type, > const CORBA_boolean > exclude_inherited, > const CORBA_long max_returned_objs, > CORBA_Environment * ev); > CORBA_ModuleDef CORBA_Container_create_module(CORBA_Container _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_char * version, > CORBA_Environment * ev); > CORBA_ConstantDef CORBA_Container_create_constant(CORBA_Container _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_char * > version, > const CORBA_IDLType type, > const CORBA_any * value, > CORBA_Environment * ev); > CORBA_StructDef CORBA_Container_create_struct(CORBA_Container _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_char * version, > const CORBA_StructMemberSeq * > members, > CORBA_Environment * ev); > CORBA_UnionDef CORBA_Container_create_union(CORBA_Container _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_char * version, > const CORBA_IDLType > discriminator_type, > const CORBA_UnionMemberSeq * > members, > CORBA_Environment * ev); > CORBA_EnumDef CORBA_Container_create_enum(CORBA_Container _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_char * version, > const CORBA_EnumMemberSeq * > members, CORBA_Environment * ev); > CORBA_AliasDef CORBA_Container_create_alias(CORBA_Container _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_char * version, > const CORBA_IDLType > original_type, > CORBA_Environment * ev); > CORBA_InterfaceDef CORBA_Container_create_interface(CORBA_Container _obj, > const CORBA_char * id, > const CORBA_char * > name, > const CORBA_char * > version, > const > CORBA_InterfaceDefSeq * > base_interfaces, > const CORBA_boolean > is_abstract, > CORBA_Environment * > ev); > CORBA_ValueDef CORBA_Container_create_value(CORBA_Container _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_char * version, > const CORBA_boolean is_custom, > const CORBA_boolean > is_abstract, > const CORBA_ValueDef > base_value, > const CORBA_boolean > is_truncatable, > const CORBA_ValueDefSeq * > abstract_base_values, > const CORBA_InterfaceDefSeq * > supported_interfaces, > const CORBA_InitializerSeq * > initializers, > CORBA_Environment * ev); > CORBA_ValueBoxDef CORBA_Container_create_value_box(CORBA_Container _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_char * > version, > const CORBA_IDLType > original_type_def, > CORBA_Environment * ev); > CORBA_ExceptionDef CORBA_Container_create_exception(CORBA_Container _obj, > const CORBA_char * id, > const CORBA_char * > name, > const CORBA_char * > version, > const > CORBA_StructMemberSeq * > members, > CORBA_Environment * > ev); > CORBA_NativeDef CORBA_Container_create_native(CORBA_Container _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_char * version, > CORBA_Environment * ev); > > > CORBA_TypeCode CORBA_IDLType__get_type(CORBA_IDLType _obj, > CORBA_Environment * ev); ># 8326 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_Contained CORBA_Repository_lookup_id(CORBA_Repository _obj, > const CORBA_char * search_id, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_Repository_get_canonical_typecode(CORBA_Repository > _obj, > const > CORBA_TypeCode tc, > CORBA_Environment * > ev); > CORBA_PrimitiveDef CORBA_Repository_get_primitive(CORBA_Repository _obj, > const CORBA_PrimitiveKind > kind, > CORBA_Environment * ev); > CORBA_StringDef CORBA_Repository_create_string(CORBA_Repository _obj, > const CORBA_unsigned_long > bound, > CORBA_Environment * ev); > CORBA_WstringDef CORBA_Repository_create_wstring(CORBA_Repository _obj, > const CORBA_unsigned_long > bound, > CORBA_Environment * ev); > CORBA_SequenceDef CORBA_Repository_create_sequence(CORBA_Repository _obj, > const > CORBA_unsigned_long > bound, > const CORBA_IDLType > element_type, > CORBA_Environment * ev); > CORBA_ArrayDef CORBA_Repository_create_array(CORBA_Repository _obj, > const CORBA_unsigned_long > length, > const CORBA_IDLType > element_type, > CORBA_Environment * ev); > CORBA_FixedDef CORBA_Repository_create_fixed(CORBA_Repository _obj, > const CORBA_unsigned_short > digits, > const CORBA_short scale, > CORBA_Environment * ev); ># 8406 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_TypeCode CORBA_ConstantDef__get_type(CORBA_ConstantDef _obj, > CORBA_Environment * ev); > CORBA_IDLType CORBA_ConstantDef__get_type_def(CORBA_ConstantDef _obj, > CORBA_Environment * ev); > void CORBA_ConstantDef__set_type_def(CORBA_ConstantDef _obj, > const CORBA_IDLType value, > CORBA_Environment * ev); > CORBA_any *CORBA_ConstantDef__get_value(CORBA_ConstantDef _obj, > CORBA_Environment * ev); > void CORBA_ConstantDef__set_value(CORBA_ConstantDef _obj, > const CORBA_any * value, > CORBA_Environment * ev); ># 8461 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_StructMemberSeq *CORBA_StructDef__get_members(CORBA_StructDef _obj, > CORBA_Environment * > ev); > void CORBA_StructDef__set_members(CORBA_StructDef _obj, > const CORBA_StructMemberSeq * value, > CORBA_Environment * ev); ># 8496 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_TypeCode CORBA_UnionDef__get_discriminator_type(CORBA_UnionDef _obj, > CORBA_Environment * > ev); > CORBA_IDLType CORBA_UnionDef__get_discriminator_type_def(CORBA_UnionDef > _obj, > CORBA_Environment > * ev); > void CORBA_UnionDef__set_discriminator_type_def(CORBA_UnionDef _obj, > const CORBA_IDLType value, > CORBA_Environment * ev); > CORBA_UnionMemberSeq *CORBA_UnionDef__get_members(CORBA_UnionDef _obj, > CORBA_Environment * ev); > void CORBA_UnionDef__set_members(CORBA_UnionDef _obj, > const CORBA_UnionMemberSeq * value, > CORBA_Environment * ev); ># 8525 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_EnumMemberSeq *CORBA_EnumDef__get_members(CORBA_EnumDef _obj, > CORBA_Environment * ev); > void CORBA_EnumDef__set_members(CORBA_EnumDef _obj, > const CORBA_EnumMemberSeq * value, > CORBA_Environment * ev); ># 8544 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_IDLType CORBA_AliasDef__get_original_type_def(CORBA_AliasDef _obj, > CORBA_Environment * > ev); > void CORBA_AliasDef__set_original_type_def(CORBA_AliasDef _obj, > const CORBA_IDLType value, > CORBA_Environment * ev); ># 8567 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_PrimitiveKind CORBA_PrimitiveDef__get_kind(CORBA_PrimitiveDef _obj, > CORBA_Environment * ev); > > > > CORBA_unsigned_long CORBA_StringDef__get_bound(CORBA_StringDef _obj, > CORBA_Environment * ev); > void CORBA_StringDef__set_bound(CORBA_StringDef _obj, > const CORBA_unsigned_long value, > CORBA_Environment * ev); > > > > CORBA_unsigned_long CORBA_WstringDef__get_bound(CORBA_WstringDef _obj, > CORBA_Environment * ev); > void CORBA_WstringDef__set_bound(CORBA_WstringDef _obj, > const CORBA_unsigned_long value, > CORBA_Environment * ev); > > > > CORBA_unsigned_short CORBA_FixedDef__get_digits(CORBA_FixedDef _obj, > CORBA_Environment * ev); > void CORBA_FixedDef__set_digits(CORBA_FixedDef _obj, > const CORBA_unsigned_short value, > CORBA_Environment * ev); > CORBA_short CORBA_FixedDef__get_scale(CORBA_FixedDef _obj, > CORBA_Environment * ev); > void CORBA_FixedDef__set_scale(CORBA_FixedDef _obj, > const CORBA_short value, > CORBA_Environment * ev); > > > > CORBA_unsigned_long CORBA_SequenceDef__get_bound(CORBA_SequenceDef _obj, > CORBA_Environment * ev); > void CORBA_SequenceDef__set_bound(CORBA_SequenceDef _obj, > const CORBA_unsigned_long value, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_SequenceDef__get_element_type(CORBA_SequenceDef _obj, > CORBA_Environment * > ev); > CORBA_IDLType CORBA_SequenceDef__get_element_type_def(CORBA_SequenceDef > _obj, > CORBA_Environment * > ev); > void CORBA_SequenceDef__set_element_type_def(CORBA_SequenceDef _obj, > const CORBA_IDLType value, > CORBA_Environment * ev); > > > > CORBA_unsigned_long CORBA_ArrayDef__get_length(CORBA_ArrayDef _obj, > CORBA_Environment * ev); > void CORBA_ArrayDef__set_length(CORBA_ArrayDef _obj, > const CORBA_unsigned_long value, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ArrayDef__get_element_type(CORBA_ArrayDef _obj, > CORBA_Environment * ev); > CORBA_IDLType CORBA_ArrayDef__get_element_type_def(CORBA_ArrayDef _obj, > CORBA_Environment * ev); > void CORBA_ArrayDef__set_element_type_def(CORBA_ArrayDef _obj, > const CORBA_IDLType value, > CORBA_Environment * ev); ># 8659 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_TypeCode CORBA_ExceptionDef__get_type(CORBA_ExceptionDef _obj, > CORBA_Environment * ev); > CORBA_StructMemberSeq *CORBA_ExceptionDef__get_members(CORBA_ExceptionDef > _obj, > CORBA_Environment * > ev); > void CORBA_ExceptionDef__set_members(CORBA_ExceptionDef _obj, > const CORBA_StructMemberSeq * value, > CORBA_Environment * ev); ># 8681 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_TypeCode CORBA_AttributeDef__get_type(CORBA_AttributeDef _obj, > CORBA_Environment * ev); > CORBA_IDLType CORBA_AttributeDef__get_type_def(CORBA_AttributeDef _obj, > CORBA_Environment * ev); > void CORBA_AttributeDef__set_type_def(CORBA_AttributeDef _obj, > const CORBA_IDLType value, > CORBA_Environment * ev); > CORBA_AttributeMode CORBA_AttributeDef__get_mode(CORBA_AttributeDef _obj, > CORBA_Environment * ev); > void CORBA_AttributeDef__set_mode(CORBA_AttributeDef _obj, > const CORBA_AttributeMode value, > CORBA_Environment * ev); ># 8706 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_TypeCode CORBA_OperationDef__get_result(CORBA_OperationDef _obj, > CORBA_Environment * ev); > CORBA_IDLType CORBA_OperationDef__get_result_def(CORBA_OperationDef _obj, > CORBA_Environment * ev); > void CORBA_OperationDef__set_result_def(CORBA_OperationDef _obj, > const CORBA_IDLType value, > CORBA_Environment * ev); > CORBA_ParDescriptionSeq *CORBA_OperationDef__get_params(CORBA_OperationDef > _obj, > CORBA_Environment * > ev); > void CORBA_OperationDef__set_params(CORBA_OperationDef _obj, > const CORBA_ParDescriptionSeq * value, > CORBA_Environment * ev); > CORBA_OperationMode CORBA_OperationDef__get_mode(CORBA_OperationDef _obj, > CORBA_Environment * ev); > void CORBA_OperationDef__set_mode(CORBA_OperationDef _obj, > const CORBA_OperationMode value, > CORBA_Environment * ev); > CORBA_ContextIdSeq *CORBA_OperationDef__get_contexts(CORBA_OperationDef > _obj, > CORBA_Environment * > ev); > void CORBA_OperationDef__set_contexts(CORBA_OperationDef _obj, > const CORBA_ContextIdSeq * value, > CORBA_Environment * ev); > CORBA_ExceptionDefSeq > *CORBA_OperationDef__get_exceptions(CORBA_OperationDef _obj, > CORBA_Environment * ev); > void CORBA_OperationDef__set_exceptions(CORBA_OperationDef _obj, > const CORBA_ExceptionDefSeq * > value, CORBA_Environment * ev); ># 8767 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_InterfaceDefSeq > *CORBA_InterfaceDef__get_base_interfaces(CORBA_InterfaceDef _obj, > CORBA_Environment * ev); > void CORBA_InterfaceDef__set_base_interfaces(CORBA_InterfaceDef _obj, > const CORBA_InterfaceDefSeq * > value, > CORBA_Environment * ev); > CORBA_boolean CORBA_InterfaceDef__get_is_abstract(CORBA_InterfaceDef _obj, > CORBA_Environment * ev); > void CORBA_InterfaceDef__set_is_abstract(CORBA_InterfaceDef _obj, > const CORBA_boolean value, > CORBA_Environment * ev); > CORBA_boolean CORBA_InterfaceDef_is_a(CORBA_InterfaceDef _obj, > const CORBA_char * interface_id, > CORBA_Environment * ev); > CORBA_InterfaceDef_FullInterfaceDescription > *CORBA_InterfaceDef_describe_interface(CORBA_InterfaceDef _obj, > CORBA_Environment * ev); > CORBA_AttributeDef CORBA_InterfaceDef_create_attribute(CORBA_InterfaceDef > _obj, > const CORBA_char * > id, > const CORBA_char * > name, > const CORBA_char * > version, > const CORBA_IDLType > type, > const > CORBA_AttributeMode > mode, > CORBA_Environment * > ev); > CORBA_OperationDef CORBA_InterfaceDef_create_operation(CORBA_InterfaceDef > _obj, > const CORBA_char * > id, > const CORBA_char * > name, > const CORBA_char * > version, > const CORBA_IDLType > result, > const > CORBA_OperationMode > mode, > const > CORBA_ParDescriptionSeq > * params, > const > CORBA_ExceptionDefSeq > * exceptions, > const > CORBA_ContextIdSeq * > contexts, > CORBA_Environment * > ev); ># 8837 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_TypeCode CORBA_ValueMemberDef__get_type(CORBA_ValueMemberDef _obj, > CORBA_Environment * ev); > CORBA_IDLType CORBA_ValueMemberDef__get_type_def(CORBA_ValueMemberDef _obj, > CORBA_Environment * ev); > void CORBA_ValueMemberDef__set_type_def(CORBA_ValueMemberDef _obj, > const CORBA_IDLType value, > CORBA_Environment * ev); > CORBA_Visibility CORBA_ValueMemberDef__get_access(CORBA_ValueMemberDef > _obj, > CORBA_Environment * ev); > void CORBA_ValueMemberDef__set_access(CORBA_ValueMemberDef _obj, > const CORBA_Visibility value, > CORBA_Environment * ev); ># 8879 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_InterfaceDefSeq > *CORBA_ValueDef__get_supported_interfaces(CORBA_ValueDef _obj, > CORBA_Environment * ev); > void CORBA_ValueDef__set_supported_interfaces(CORBA_ValueDef _obj, > const CORBA_InterfaceDefSeq * > value, > CORBA_Environment * ev); > CORBA_InitializerSeq *CORBA_ValueDef__get_initializers(CORBA_ValueDef _obj, > CORBA_Environment * > ev); > void CORBA_ValueDef__set_initializers(CORBA_ValueDef _obj, > const CORBA_InitializerSeq * value, > CORBA_Environment * ev); > CORBA_ValueDef CORBA_ValueDef__get_base_value(CORBA_ValueDef _obj, > CORBA_Environment * ev); > void CORBA_ValueDef__set_base_value(CORBA_ValueDef _obj, > const CORBA_ValueDef value, > CORBA_Environment * ev); > CORBA_ValueDefSeq *CORBA_ValueDef__get_abstract_base_values(CORBA_ValueDef > _obj, > CORBA_Environment > * ev); > void CORBA_ValueDef__set_abstract_base_values(CORBA_ValueDef _obj, > const CORBA_ValueDefSeq * > value, > CORBA_Environment * ev); > CORBA_boolean CORBA_ValueDef__get_is_abstract(CORBA_ValueDef _obj, > CORBA_Environment * ev); > void CORBA_ValueDef__set_is_abstract(CORBA_ValueDef _obj, > const CORBA_boolean value, > CORBA_Environment * ev); > CORBA_boolean CORBA_ValueDef__get_is_custom(CORBA_ValueDef _obj, > CORBA_Environment * ev); > void CORBA_ValueDef__set_is_custom(CORBA_ValueDef _obj, > const CORBA_boolean value, > CORBA_Environment * ev); > CORBA_boolean CORBA_ValueDef__get_is_truncatable(CORBA_ValueDef _obj, > CORBA_Environment * ev); > void CORBA_ValueDef__set_is_truncatable(CORBA_ValueDef _obj, > const CORBA_boolean value, > CORBA_Environment * ev); > CORBA_boolean CORBA_ValueDef_is_a(CORBA_ValueDef _obj, > const CORBA_char * id, > CORBA_Environment * ev); > CORBA_ValueDef_FullValueDescription > *CORBA_ValueDef_describe_value(CORBA_ValueDef _obj, > CORBA_Environment * ev); > CORBA_ValueMemberDef CORBA_ValueDef_create_value_member(CORBA_ValueDef > _obj, > const CORBA_char * > id, > const CORBA_char * > name, > const CORBA_char * > version, > const CORBA_IDLType > type, > const > CORBA_Visibility > access, > CORBA_Environment * > ev); > CORBA_AttributeDef CORBA_ValueDef_create_attribute(CORBA_ValueDef _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_char * > version, > const CORBA_IDLType > type, > const > CORBA_AttributeMode > mode, > CORBA_Environment * ev); > CORBA_OperationDef CORBA_ValueDef_create_operation(CORBA_ValueDef _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_char * > version, > const CORBA_IDLType > result, > const > CORBA_OperationMode > mode, > const > CORBA_ParDescriptionSeq > * params, > const > CORBA_ExceptionDefSeq * > exceptions, > const CORBA_ContextIdSeq > * contexts, > CORBA_Environment * ev); ># 8985 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" > CORBA_IDLType CORBA_ValueBoxDef__get_original_type_def(CORBA_ValueBoxDef > _obj, > CORBA_Environment * > ev); > void CORBA_ValueBoxDef__set_original_type_def(CORBA_ValueBoxDef _obj, > const CORBA_IDLType value, > CORBA_Environment * ev); > CORBA_boolean CORBA_TypeCode_equal(CORBA_TypeCode _obj, > const CORBA_TypeCode tc, > CORBA_Environment * ev); > CORBA_boolean CORBA_TypeCode_equivalent(CORBA_TypeCode _obj, > const CORBA_TypeCode tc, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_TypeCode_get_compact_typecode(CORBA_TypeCode _obj, > CORBA_Environment * > ev); > CORBA_TCKind CORBA_TypeCode_kind(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_RepositoryId CORBA_TypeCode_id(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_Identifier CORBA_TypeCode_name(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_unsigned_long CORBA_TypeCode_member_count(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_Identifier CORBA_TypeCode_member_name(CORBA_TypeCode _obj, > const CORBA_unsigned_long > index, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_TypeCode_member_type(CORBA_TypeCode _obj, > const CORBA_unsigned_long > index, CORBA_Environment * ev); > CORBA_any *CORBA_TypeCode_member_label(CORBA_TypeCode _obj, > const CORBA_unsigned_long index, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_TypeCode_discriminator_type(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_long CORBA_TypeCode_default_index(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_unsigned_long CORBA_TypeCode_length(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_TypeCode_content_type(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_unsigned_short CORBA_TypeCode_fixed_digits(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_short CORBA_TypeCode_fixed_scale(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_Visibility CORBA_TypeCode_member_visibility(CORBA_TypeCode _obj, > const > CORBA_unsigned_long > index, > CORBA_Environment * ev); > CORBA_ValueModifier CORBA_TypeCode_type_modifier(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_TypeCode_concrete_base_type(CORBA_TypeCode _obj, > CORBA_Environment * ev); > CORBA_InterfaceDef CORBA_Object_get_interface(CORBA_Object _obj, > CORBA_Environment * ev); > CORBA_boolean CORBA_Object_is_nil(CORBA_Object _obj, > CORBA_Environment * ev); > CORBA_Object CORBA_Object_duplicate(CORBA_Object _obj, > CORBA_Environment * ev); > void CORBA_Object_release(CORBA_Object _obj, CORBA_Environment * ev); > CORBA_boolean CORBA_Object_is_a(CORBA_Object _obj, > const CORBA_char * logical_type_id, > CORBA_Environment * ev); > CORBA_boolean CORBA_Object_non_existent(CORBA_Object _obj, > CORBA_Environment * ev); > CORBA_boolean CORBA_Object_is_equivalent(CORBA_Object _obj, > const CORBA_Object other_object, > CORBA_Environment * ev); > CORBA_unsigned_long CORBA_Object_hash(CORBA_Object _obj, > const CORBA_unsigned_long maximum, > CORBA_Environment * ev); > void CORBA_Object_create_request(CORBA_Object _obj, > const CORBA_Context ctx, > const CORBA_char * operation, > const CORBA_NVList arg_list, > CORBA_NamedValue * result, > CORBA_Request * request, > const CORBA_Flags req_flag, > CORBA_Environment * ev); > CORBA_Policy CORBA_Object_get_policy(CORBA_Object _obj, > const CORBA_PolicyType policy_type, > CORBA_Environment * ev); > CORBA_DomainManagersList *CORBA_Object_get_domain_managers(CORBA_Object > _obj, > CORBA_Environment > * ev); > CORBA_Object CORBA_Object_set_policy_overrides(CORBA_Object _obj, > const CORBA_PolicyList * > policies, > const > CORBA_SetOverrideType > set_add, > CORBA_Environment * ev); > CORBA_string CORBA_ORB_object_to_string(CORBA_ORB _obj, > const CORBA_Object obj, > CORBA_Environment * ev); > CORBA_Object CORBA_ORB_string_to_object(CORBA_ORB _obj, > const CORBA_char * str, > CORBA_Environment * ev); > void CORBA_ORB_create_list(CORBA_ORB _obj, const CORBA_long count, > CORBA_NVList * new_list, > CORBA_Environment * ev); > void CORBA_ORB_create_operation_list(CORBA_ORB _obj, > const CORBA_OperationDef oper, > CORBA_NVList * new_list, > CORBA_Environment * ev); > void CORBA_ORB_get_default_context(CORBA_ORB _obj, CORBA_Context * ctx, > CORBA_Environment * ev); > void CORBA_ORB_send_multiple_requests_oneway(CORBA_ORB _obj, > const CORBA_RequestSeq * req, > CORBA_Environment * ev); > void CORBA_ORB_send_multiple_requests_deferred(CORBA_ORB _obj, > const CORBA_RequestSeq * > req, > CORBA_Environment * ev); > CORBA_boolean CORBA_ORB_poll_next_response(CORBA_ORB _obj, > CORBA_Environment * ev); > void CORBA_ORB_get_next_response(CORBA_ORB _obj, CORBA_Request * req, > CORBA_Environment * ev); > CORBA_boolean CORBA_ORB_get_service_information(CORBA_ORB _obj, > const CORBA_ServiceType > service_type, > CORBA_ServiceInformation ** > service_information, > CORBA_Environment * ev); > CORBA_ORB_ObjectIdList *CORBA_ORB_list_initial_services(CORBA_ORB _obj, > CORBA_Environment * > ev); > CORBA_Object CORBA_ORB_resolve_initial_references(CORBA_ORB _obj, > const CORBA_char * > identifier, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_struct_tc(CORBA_ORB _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_StructMemberSeq * > members, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_union_tc(CORBA_ORB _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_TypeCode > discriminator_type, > const CORBA_UnionMemberSeq * > members, CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_enum_tc(CORBA_ORB _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_EnumMemberSeq * > members, CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_alias_tc(CORBA_ORB _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_TypeCode > original_type, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_exception_tc(CORBA_ORB _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_StructMemberSeq * > members, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_interface_tc(CORBA_ORB _obj, > const CORBA_char * id, > const CORBA_char * name, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_string_tc(CORBA_ORB _obj, > const CORBA_unsigned_long bound, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_wstring_tc(CORBA_ORB _obj, > const CORBA_unsigned_long > bound, CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_fixed_tc(CORBA_ORB _obj, > const CORBA_unsigned_short > digits, const CORBA_short scale, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_sequence_tc(CORBA_ORB _obj, > const CORBA_unsigned_long > bound, > const CORBA_TypeCode > element_type, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_recursive_sequence_tc(CORBA_ORB _obj, > const > CORBA_unsigned_long > bound, > const > CORBA_unsigned_long > offset, > CORBA_Environment * > ev); > CORBA_TypeCode CORBA_ORB_create_array_tc(CORBA_ORB _obj, > const CORBA_unsigned_long length, > const CORBA_TypeCode > element_type, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_value_tc(CORBA_ORB _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_ValueModifier > type_modifier, > const CORBA_TypeCode > concrete_base, > const CORBA_ValueMemberSeq * > members, CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_value_box_tc(CORBA_ORB _obj, > const CORBA_char * id, > const CORBA_char * name, > const CORBA_TypeCode > boxed_type, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_native_tc(CORBA_ORB _obj, > const CORBA_char * id, > const CORBA_char * name, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_recursive_tc(CORBA_ORB _obj, > const CORBA_char * id, > CORBA_Environment * ev); > CORBA_TypeCode CORBA_ORB_create_abstract_interface_tc(CORBA_ORB _obj, > const CORBA_char * > id, > const CORBA_char * > name, > CORBA_Environment * > ev); > CORBA_boolean CORBA_ORB_work_pending(CORBA_ORB _obj, > CORBA_Environment * ev); > void CORBA_ORB_perform_work(CORBA_ORB _obj, CORBA_Environment * ev); > void CORBA_ORB_run(CORBA_ORB _obj, CORBA_Environment * ev); > void CORBA_ORB_shutdown(CORBA_ORB _obj, > const CORBA_boolean wait_for_completion, > CORBA_Environment * ev); > void CORBA_ORB_destroy(CORBA_ORB _obj, CORBA_Environment * ev); > CORBA_Policy CORBA_ORB_create_policy(CORBA_ORB _obj, > const CORBA_PolicyType type, > const CORBA_any * val, > CORBA_Environment * ev); > CORBA_ValueFactory CORBA_ORB_register_value_factory(CORBA_ORB _obj, > const CORBA_char * id, > const > CORBA_ValueFactory > factory, > CORBA_Environment * > ev); > void CORBA_ORB_unregister_value_factory(CORBA_ORB _obj, > const CORBA_char * id, > CORBA_Environment * ev); > CORBA_ValueFactory CORBA_ORB_lookup_value_factory(CORBA_ORB _obj, > const CORBA_char * id, > CORBA_Environment * ev); > void CORBA_Request_add_arg(CORBA_Request _obj, const CORBA_char * name, > const CORBA_TypeCode arg_type, > const CORBA_OpaqueValue value, > const CORBA_long len, > const CORBA_Flags arg_flags, > CORBA_Environment * ev); > void CORBA_Request_invoke(CORBA_Request _obj, > const CORBA_Flags invoke_flags, > CORBA_Environment * ev); > void CORBA_Request_delete(CORBA_Request _obj, CORBA_Environment * ev); > void CORBA_Request_send(CORBA_Request _obj, const CORBA_Flags invoke_flags, > CORBA_Environment * ev); > void CORBA_Request_get_response(CORBA_Request _obj, > CORBA_Environment * ev); > CORBA_boolean CORBA_Request_poll_response(CORBA_Request _obj, > CORBA_Environment * ev); > void CORBA_Context_set_one_value(CORBA_Context _obj, > const CORBA_char * prop_name, > const CORBA_char * value, > CORBA_Environment * ev); > void CORBA_Context_set_values(CORBA_Context _obj, > const CORBA_NVList values, > CORBA_Environment * ev); > void CORBA_Context_get_values(CORBA_Context _obj, > const CORBA_char * start_scope, > const CORBA_Flags op_flags, > const CORBA_char * prop_name, > CORBA_NVList * values, > CORBA_Environment * ev); > void CORBA_Context_delete_values(CORBA_Context _obj, > const CORBA_char * prop_name, > CORBA_Environment * ev); > void CORBA_Context_create_child(CORBA_Context _obj, > const CORBA_char * ctx_name, > CORBA_Context * child_ctx, > CORBA_Environment * ev); > void CORBA_Context_delete(CORBA_Context _obj, const CORBA_Flags del_flags, > CORBA_Environment * ev); > void CORBA_NVList_add_item(CORBA_NVList _obj, const CORBA_char * item_name, > const CORBA_TypeCode item_type, > const CORBA_OpaqueValue value, > const CORBA_long value_len, > const CORBA_Flags item_flags, > CORBA_Environment * ev); > void CORBA_NVList_free(CORBA_NVList _obj, CORBA_Environment * ev); > void CORBA_NVList_free_memory(CORBA_NVList _obj, CORBA_Environment * ev); > void CORBA_NVList_get_count(CORBA_NVList _obj, CORBA_long * count, > CORBA_Environment * ev); > CORBA_Identifier CORBA_ServerRequest__get_operation(CORBA_ServerRequest > _obj, > CORBA_Environment * > ev); > void CORBA_ServerRequest_arguments(CORBA_ServerRequest _obj, > CORBA_NVList * nv, > CORBA_Environment * ev); > CORBA_Context CORBA_ServerRequest_ctx(CORBA_ServerRequest _obj, > CORBA_Environment * ev); > void CORBA_ServerRequest_set_result(CORBA_ServerRequest _obj, > const CORBA_any * val, > CORBA_Environment * ev); > void CORBA_ServerRequest_set_exception(CORBA_ServerRequest _obj, > const CORBA_any * val, > CORBA_Environment * ev); > void CORBA_RequestInterceptor_client_invoke(CORBA_RequestInterceptor _obj, > CORBA_Request * request, > CORBA_Environment * ev); > void CORBA_RequestInterceptor_target_invoke(CORBA_RequestInterceptor _obj, > CORBA_Request * request, > CORBA_Environment * ev); > void CORBA_MessageInterceptor_send_message(CORBA_MessageInterceptor _obj, > const CORBA_Object target, > const > CORBA_MessageInterceptor_Message > msg, CORBA_Environment * ev); > void CORBA_MessageInterceptor_receive_message(CORBA_MessageInterceptor > _obj, > const CORBA_Object target, > const > CORBA_MessageInterceptor_Message > msg, CORBA_Environment * ev); ># 17 "/usr/include/orbit-2.0/orbit/orb-core/orb-core-types.h" 2 ># 9 "/usr/include/orbit-2.0/orbit/orbit-types.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/poa/poa-basics.h" 1 > > > > > > > > > > typedef gpointer PortableServer_Servant; > > > > > > > > typedef struct PortableServer_POA_type *PortableServer_POA; > > >typedef struct { > void *_private; > void (*finalize) (PortableServer_Servant, > CORBA_Environment *); > PortableServer_POA (*default_POA) (PortableServer_Servant, > CORBA_Environment *); > void (*add_ref) (PortableServer_Servant, > CORBA_Environment *); > void (*remove_ref) (PortableServer_Servant, > CORBA_Environment *); > CORBA_InterfaceDef (*get_interface) (PortableServer_Servant, > CORBA_Environment *); > CORBA_boolean (*is_a) (PortableServer_Servant, > const char *, > CORBA_Environment *); > CORBA_boolean (*non_existent) (PortableServer_Servant, > CORBA_Environment *); >} PortableServer_ServantBase__epv; > >typedef PortableServer_ServantBase__epv *PortableServer_ServantBase__vepv; > >typedef struct { > void *_private; > PortableServer_ServantBase__vepv *vepv; >} PortableServer_ServantBase; > >typedef PortableServer_ServantBase__epv PortableServer_RefCountServantBase__epv; >typedef PortableServer_ServantBase__epv *PortableServer_RefCountServantBase__vepv; >typedef PortableServer_ServantBase PortableServer_RefCountServantBase; > > > >typedef struct ORBit_POAObject_type *ORBit_POAObject; >typedef struct ORBit_OAObject_type *ORBit_OAObject; > >typedef gshort ORBit_VepvIdx; > >typedef void (*ORBitSmallSkeleton) (PortableServer_ServantBase *servant, > gpointer ret, > gpointer *args, > gpointer ctx, > CORBA_Environment *ev, > gpointer implementation); > >typedef ORBitSmallSkeleton (*ORBit_impl_finder) > (PortableServer_ServantBase *servant, > const char *method, > gpointer *m_data, > gpointer *implementation); > >typedef ORBit_impl_finder ORBit_small_impl_finder; > > > > ># 10 "/usr/include/orbit-2.0/orbit/orbit-types.h" 2 ># 10 "GNOME_Evolution_Importer.h" 2 > > > > > > > ># 1 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" 1 ># 17 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" ># 1 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h" 1 ># 21 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h" > typedef CORBA_Object Bonobo_Unknown; > extern CORBA_unsigned_long Bonobo_Unknown__classid; ># 41 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Unknown_struct; > > > > > > > > typedef struct > { > void *_private; > void (*ref) (PortableServer_Servant _servant, CORBA_Environment * ev); > void (*unref) (PortableServer_Servant _servant, CORBA_Environment * ev); > Bonobo_Unknown(*queryInterface) (PortableServer_Servant _servant, > const CORBA_char * repoid, > CORBA_Environment * ev); > } > POA_Bonobo_Unknown__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > } > POA_Bonobo_Unknown__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Unknown__vepv *vepv; > } > POA_Bonobo_Unknown; > extern void POA_Bonobo_Unknown__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Unknown__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > void _ORBIT_skel_small_Bonobo_Unknown_ref(POA_Bonobo_Unknown * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_ref) > (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Unknown_unref(POA_Bonobo_Unknown * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_unref) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Unknown_queryInterface(POA_Bonobo_Unknown * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > Bonobo_Unknown > (*_impl_queryInterface) > (PortableServer_Servant > _servant, > const CORBA_char * > repoid, > CORBA_Environment * > ev)); > > > void Bonobo_Unknown_ref(Bonobo_Unknown _obj, CORBA_Environment * ev); > void Bonobo_Unknown_unref(Bonobo_Unknown _obj, CORBA_Environment * ev); > Bonobo_Unknown Bonobo_Unknown_queryInterface(Bonobo_Unknown _obj, > const CORBA_char * repoid, > CORBA_Environment * ev); ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" 1 ># 19 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef CORBA_long ORBit_IArgFlag; ># 41 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_ORBit_IArgFlag_struct; ># 67 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef struct ORBit_IArg_type ORBit_IArg; > struct ORBit_IArg_type > { > CORBA_TypeCode tc; > ORBit_IArgFlag flags; > CORBA_string name; > }; ># 94 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_ORBit_IArg_struct; ># 121 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > ORBit_IArg *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_ORBit_IArg; ># 149 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_ORBit_IArg_struct; ># 161 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef CORBA_sequence_ORBit_IArg ORBit_IArgs; ># 183 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_ORBit_IArgs_struct; ># 211 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > CORBA_TypeCode *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_CORBA_TypeCode; ># 239 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_CORBA_TypeCode_struct; ># 251 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef CORBA_sequence_CORBA_TypeCode ORBit_ITypes; ># 273 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_ORBit_ITypes_struct; ># 341 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef CORBA_sequence_CORBA_string ORBit_IContexts; ># 363 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_ORBit_IContexts_struct; ># 374 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef CORBA_long ORBit_IMethodFlag; ># 396 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_ORBit_IMethodFlag_struct; ># 422 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef struct ORBit_IMethod_type ORBit_IMethod; > struct ORBit_IMethod_type > { > ORBit_IArgs arguments; > ORBit_IContexts contexts; > ORBit_ITypes exceptions; > CORBA_TypeCode ret; > CORBA_string name; > CORBA_long name_len; > ORBit_IMethodFlag flags; > }; ># 453 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_ORBit_IMethod_struct; ># 480 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > ORBit_IMethod *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_ORBit_IMethod; ># 508 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_ORBit_IMethod_struct; ># 520 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef CORBA_sequence_ORBit_IMethod ORBit_IMethods; ># 542 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_ORBit_IMethods_struct; ># 553 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef struct ORBit_IInterface_type ORBit_IInterface; ># 611 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > struct ORBit_IInterface_type > { > CORBA_TypeCode tc; > ORBit_IMethods methods; > CORBA_sequence_CORBA_string base_interfaces; > }; ># 637 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_ORBit_IInterface_struct; ># 664 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > ORBit_IInterface *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_ORBit_IInterface; ># 692 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_ORBit_IInterface_struct; ># 705 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef CORBA_sequence_ORBit_IInterface ORBit_IInterfaces; ># 727 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_ORBit_IInterfaces_struct; ># 740 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > typedef struct ORBit_NoIInterface_type ORBit_NoIInterface; > struct ORBit_NoIInterface_type > { > int dummy; > }; ># 765 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" > extern > > const struct CORBA_TypeCode_struct TC_ORBit_NoIInterface_struct; ># 780 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" ># 1 "/usr/include/orbit-2.0/orbit/orbit.h" 1 ># 17 "/usr/include/orbit-2.0/orbit/orbit.h" ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 1 > > > > > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-defs.h" 1 ># 7 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" 1 ># 19 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef struct IOP_EndpointIdPositionComponent_type > IOP_EndpointIdPositionComponent; > struct IOP_EndpointIdPositionComponent_type > { > CORBA_unsigned_short begin; > CORBA_unsigned_short end; > }; ># 39 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_IOP_EndpointIdPositionComponent_struct; > > > > > > > > typedef CORBA_unsigned_long IOP_ProfileId; ># 65 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_ProfileId_struct; ># 83 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef struct IOP_TaggedProfile_type IOP_TaggedProfile; ># 127 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct IOP_TaggedProfile_type > { > IOP_ProfileId tag; > CORBA_sequence_CORBA_octet profile_data; > }; ># 145 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_TaggedProfile_struct; > > > > > > > > typedef struct IOP_IOR_type IOP_IOR; ># 168 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > IOP_TaggedProfile *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_IOP_TaggedProfile; ># 189 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_IOP_TaggedProfile_struct; > > > > > > > > struct IOP_IOR_type > { > CORBA_string type_id; > CORBA_sequence_IOP_TaggedProfile profiles; > }; ># 218 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_IOR_struct; > > > > > > > > typedef CORBA_unsigned_long IOP_ComponentId; ># 243 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_ComponentId_struct; > > > > > > > > typedef struct IOP_TaggedComponent_type IOP_TaggedComponent; ># 297 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct IOP_TaggedComponent_type > { > IOP_ComponentId tag; > CORBA_sequence_CORBA_octet component_data; > }; ># 315 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_TaggedComponent_struct; ># 335 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > IOP_TaggedComponent *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_IOP_TaggedComponent; ># 356 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_IOP_TaggedComponent_struct; ># 369 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef CORBA_sequence_IOP_TaggedComponent IOP_MultipleComponentProfile; ># 384 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_MultipleComponentProfile_struct; ># 483 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef CORBA_unsigned_long IOP_ServiceId; ># 498 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_ServiceId_struct; > > > > > > > > typedef struct IOP_ServiceContext_type IOP_ServiceContext; ># 552 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct IOP_ServiceContext_type > { > IOP_ServiceId context_id; > CORBA_sequence_CORBA_octet context_data; > }; ># 570 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_ServiceContext_struct; ># 590 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > IOP_ServiceContext *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_IOP_ServiceContext; ># 611 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_IOP_ServiceContext_struct; ># 624 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef CORBA_sequence_IOP_ServiceContext IOP_ServiceContextList; ># 639 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_ServiceContextList_struct; ># 690 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef struct IIOP_Version_type IIOP_Version; > struct IIOP_Version_type > { > CORBA_octet major; > CORBA_octet minor; > }; ># 709 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IIOP_Version_struct; > > > > > > > > typedef struct IIOP_ProfileBody_1_0_type IIOP_ProfileBody_1_0; ># 763 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct IIOP_ProfileBody_1_0_type > { > IIOP_Version iiop_version; > CORBA_string host; > CORBA_unsigned_short port; > CORBA_sequence_CORBA_octet object_key; > }; ># 783 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IIOP_ProfileBody_1_0_struct; > > > > > > > > typedef struct IIOP_ProfileBody_1_1_type IIOP_ProfileBody_1_1; ># 881 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct IIOP_ProfileBody_1_1_type > { > IIOP_Version iiop_version; > CORBA_string host; > CORBA_unsigned_short port; > CORBA_sequence_CORBA_octet object_key; > CORBA_sequence_IOP_TaggedComponent components; > }; ># 902 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IIOP_ProfileBody_1_1_struct; > > > > > > > > typedef struct IIOP_ListenPoint_type IIOP_ListenPoint; > struct IIOP_ListenPoint_type > { > CORBA_string host; > CORBA_unsigned_short port; > }; ># 931 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IIOP_ListenPoint_struct; ># 951 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > IIOP_ListenPoint *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_IIOP_ListenPoint; ># 972 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_IIOP_ListenPoint_struct; ># 985 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef CORBA_sequence_IIOP_ListenPoint IIOP_ListenPointList; ># 1000 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IIOP_ListenPointList_struct; ># 1011 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef struct IIOP_BiDirIIOPServiceContext_type > IIOP_BiDirIIOPServiceContext; > struct IIOP_BiDirIIOPServiceContext_type > { > IIOP_ListenPointList listen_points; > }; ># 1030 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IIOP_BiDirIIOPServiceContext_struct; > > > > > > > > typedef struct GIOP_Version_type GIOP_Version; > struct GIOP_Version_type > { > CORBA_octet major; > CORBA_octet minor; > }; ># 1059 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_Version_struct; ># 1112 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef CORBA_sequence_CORBA_octet GIOP_Principal; ># 1127 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_Principal_struct; ># 1138 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef enum > { > GIOP_Request, > GIOP_Reply, > GIOP_CancelRequest, > GIOP_LocateRequest, > GIOP_LocateReply, > GIOP_CloseConnection, > GIOP_MessageError > } > GIOP_MsgType_1_0; ># 1161 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_MsgType_1_0_struct; > > > > > > typedef struct GIOP_MessageHeader_1_0_type GIOP_MessageHeader_1_0; > struct GIOP_MessageHeader_1_0_type > { > CORBA_char magic[4]; > GIOP_Version GIOP_version; > CORBA_boolean byte_order; > CORBA_octet message_type; > CORBA_unsigned_long message_size; > }; ># 1191 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_MessageHeader_1_0_struct; > > > > > > > > typedef struct GIOP_MessageHeader_1_1_type GIOP_MessageHeader_1_1; > struct GIOP_MessageHeader_1_1_type > { > CORBA_char magic[4]; > GIOP_Version GIOP_version; > CORBA_octet flags; > CORBA_octet message_type; > CORBA_unsigned_long message_size; > }; ># 1223 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_MessageHeader_1_1_struct; > > > > > > > > typedef GIOP_MessageHeader_1_1 GIOP_MessageHeader_1_2; ># 1248 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_MessageHeader_1_2_struct; > > > > > > > > typedef struct GIOP_RequestHeader_1_0_type GIOP_RequestHeader_1_0; ># 1302 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct GIOP_RequestHeader_1_0_type > { > IOP_ServiceContextList service_context; > CORBA_unsigned_long request_id; > CORBA_boolean response_expected; > CORBA_sequence_CORBA_octet object_key; > CORBA_string operation; > GIOP_Principal requesting_principal; > }; ># 1324 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_RequestHeader_1_0_struct; > > > > > > > > typedef struct GIOP_RequestHeader_1_1_type GIOP_RequestHeader_1_1; ># 1378 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct GIOP_RequestHeader_1_1_type > { > IOP_ServiceContextList service_context; > CORBA_unsigned_long request_id; > CORBA_boolean response_expected; > CORBA_octet reserved[3]; > CORBA_sequence_CORBA_octet object_key; > CORBA_string operation; > GIOP_Principal requesting_principal; > }; ># 1401 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_RequestHeader_1_1_struct; > > > > > > > > typedef CORBA_short GIOP_AddressingDisposition; ># 1426 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_AddressingDisposition_struct; ># 1448 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef struct GIOP_IORAddressingInfo_type GIOP_IORAddressingInfo; > struct GIOP_IORAddressingInfo_type > { > CORBA_unsigned_long selected_profile_index; > IOP_IOR ior; > }; ># 1467 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_IORAddressingInfo_struct; > > > > > > > > typedef struct GIOP_TargetAddress_type GIOP_TargetAddress; ># 1521 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct GIOP_TargetAddress_type > { > GIOP_AddressingDisposition _d; > union > { > CORBA_sequence_CORBA_octet object_key; > IOP_TaggedProfile profile; > GIOP_IORAddressingInfo ior; > } > _u; > }; ># 1544 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_TargetAddress_struct; > > > > > > > > typedef struct GIOP_RequestHeader_1_2_type GIOP_RequestHeader_1_2; > struct GIOP_RequestHeader_1_2_type > { > CORBA_unsigned_long request_id; > CORBA_octet response_flags; > CORBA_octet reserved[3]; > GIOP_TargetAddress target; > CORBA_string operation; > IOP_ServiceContextList service_context; > }; ># 1577 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_RequestHeader_1_2_struct; > > > > > > > > typedef enum > { > GIOP_NO_EXCEPTION, > GIOP_USER_EXCEPTION, > GIOP_SYSTEM_EXCEPTION, > GIOP_LOCATION_FORWARD > } > GIOP_ReplyStatusType_1_0; ># 1607 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_ReplyStatusType_1_0_struct; > > > > > > typedef struct GIOP_ReplyHeader_1_0_type GIOP_ReplyHeader_1_0; > struct GIOP_ReplyHeader_1_0_type > { > IOP_ServiceContextList service_context; > CORBA_unsigned_long request_id; > GIOP_ReplyStatusType_1_0 reply_status; > }; ># 1635 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_ReplyHeader_1_0_struct; > > > > > > > > typedef GIOP_ReplyHeader_1_0 GIOP_ReplyHeader_1_1; ># 1660 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_ReplyHeader_1_1_struct; > > > > > > > > typedef struct GIOP_SystemExceptionReplyBody_type > GIOP_SystemExceptionReplyBody; > struct GIOP_SystemExceptionReplyBody_type > { > CORBA_string exception_id; > CORBA_unsigned_long minor_code_value; > CORBA_unsigned_long completion_status; > }; ># 1691 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_SystemExceptionReplyBody_struct; > > > > > > > > typedef struct GIOP_CancelRequestHeader_type GIOP_CancelRequestHeader; > struct GIOP_CancelRequestHeader_type > { > CORBA_unsigned_long request_id; > }; ># 1719 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_CancelRequestHeader_struct; > > > > > > > > typedef struct GIOP_LocateRequestHeader_1_0_type > GIOP_LocateRequestHeader_1_0; ># 1774 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct GIOP_LocateRequestHeader_1_0_type > { > CORBA_unsigned_long request_id; > CORBA_sequence_CORBA_octet object_key; > }; ># 1792 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_LocateRequestHeader_1_0_struct; > > > > > > > > typedef GIOP_LocateRequestHeader_1_0 GIOP_LocateRequestHeader_1_1; ># 1817 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_LocateRequestHeader_1_1_struct; > > > > > > > > typedef struct GIOP_LocateRequestHeader_1_2_type > GIOP_LocateRequestHeader_1_2; > struct GIOP_LocateRequestHeader_1_2_type > { > CORBA_unsigned_long request_id; > GIOP_TargetAddress target; > }; ># 1847 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_LocateRequestHeader_1_2_struct; > > > > > > > > typedef enum > { > GIOP_UNKNOWN_OBJECT, > GIOP_OBJECT_HERE, > GIOP_OBJECT_FORWARD > } > GIOP_LocateStatusType_1_0; ># 1876 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_LocateStatusType_1_0_struct; > > > > > > typedef struct GIOP_LocateReplyHeader_1_0_type GIOP_LocateReplyHeader_1_0; > struct GIOP_LocateReplyHeader_1_0_type > { > CORBA_unsigned_long request_id; > GIOP_LocateStatusType_1_0 locate_status; > }; ># 1903 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_LocateReplyHeader_1_0_struct; > > > > > > > > typedef GIOP_LocateReplyHeader_1_0 GIOP_LocateReplyHeader_1_1; ># 1928 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_LocateReplyHeader_1_1_struct; > > > > > > > > typedef struct GIOP_FragmentHeader_1_2_type GIOP_FragmentHeader_1_2; > struct GIOP_FragmentHeader_1_2_type > { > CORBA_unsigned_long request_id; > }; ># 1956 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_GIOP_FragmentHeader_1_2_struct; > > > > > > > > typedef CORBA_unsigned_short BiDirPolicy_BidirectionalPolicyValue; ># 1981 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_BiDirPolicy_BidirectionalPolicyValue_struct; ># 2006 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef CORBA_Object BiDirPolicy_BidirectionalPolicy; > extern CORBA_unsigned_long BiDirPolicy_BidirectionalPolicy__classid; ># 2020 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_BiDirPolicy_BidirectionalPolicy_struct; > > > > > > typedef CORBA_unsigned_long CONV_FRAME_CodeSetId; ># 2044 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CONV_FRAME_CodeSetId_struct; > > > > > > > > typedef struct CONV_FRAME_CodeSetComponent_type > CONV_FRAME_CodeSetComponent; ># 2112 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef CORBA_sequence_CORBA_unsigned_long > CORBA_sequence_CONV_FRAME_CodeSetId; ># 2127 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_CONV_FRAME_CodeSetId_struct; ># 2139 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct CONV_FRAME_CodeSetComponent_type > { > CONV_FRAME_CodeSetId native_code_set; > CORBA_sequence_CONV_FRAME_CodeSetId conversion_code_sets; > }; ># 2157 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CONV_FRAME_CodeSetComponent_struct; > > > > > > > > typedef struct CONV_FRAME_CodeSetComponentInfo_type > CONV_FRAME_CodeSetComponentInfo; > struct CONV_FRAME_CodeSetComponentInfo_type > { > CONV_FRAME_CodeSetComponent ForCharData; > CONV_FRAME_CodeSetComponent ForWcharData; > }; ># 2187 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CONV_FRAME_CodeSetComponentInfo_struct; > > > > > > > > typedef struct CONV_FRAME_CodeSetContext_type CONV_FRAME_CodeSetContext; > struct CONV_FRAME_CodeSetContext_type > { > CONV_FRAME_CodeSetId char_data; > CONV_FRAME_CodeSetId wchar_data; > }; ># 2217 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_CONV_FRAME_CodeSetContext_struct; ># 2239 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > typedef struct IOP_ORBitSpecificProfileBody_type > IOP_ORBitSpecificProfileBody; ># 2284 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct IOP_ORBitSpecificProfileBody_type > { > CORBA_string unix_sock_path; > CORBA_unsigned_short ipv6_port; > CORBA_sequence_CORBA_octet object_key; > }; ># 2303 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_ORBitSpecificProfileBody_struct; > > > > > > > > typedef struct IOP_GenericIOPProfileBody_type IOP_GenericIOPProfileBody; ># 2358 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > struct IOP_GenericIOPProfileBody_type > { > IIOP_Version iiop_version; > CORBA_string protocol; > CORBA_string host; > CORBA_string service; > CORBA_sequence_IOP_TaggedComponent components; > }; ># 2379 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_GenericIOPProfileBody_struct; > > > > > > > > typedef struct IOP_SSLGenericComponent_type IOP_SSLGenericComponent; > struct IOP_SSLGenericComponent_type > { > CORBA_string service; > }; ># 2407 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_IOP_SSLGenericComponent_struct; ># 2420 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" > BiDirPolicy_BidirectionalPolicyValue > BiDirPolicy_BidirectionalPolicy__get_value > (BiDirPolicy_BidirectionalPolicy _obj, CORBA_Environment * ev); > > > > > ># 1 "/usr/include/orbit-2.0/orbit/orbit.h" 1 ># 2429 "/usr/include/orbit-2.0/orbit/orb-core/iop-defs.h" 2 ># 8 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 2 > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-orb.h" 1 > > > > > > > > > >CORBA_ORB CORBA_ORB_init (int *argc, > char **argv, > CORBA_ORBid orb_identifier, > CORBA_Environment *ev); ># 28 "/usr/include/orbit-2.0/orbit/orb-core/corba-orb.h" > ># 10 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-string.h" 1 > > > > > > > >CORBA_char *CORBA_string_alloc (CORBA_unsigned_long len); >CORBA_wchar *CORBA_wstring_alloc (CORBA_unsigned_long len); > > > > >CORBA_char *CORBA_string_dup (const CORBA_char *str); > >CORBA_unsigned_long CORBA_wstring_len (CORBA_wchar *ws); ># 28 "/usr/include/orbit-2.0/orbit/orb-core/corba-string.h" > ># 11 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 2 > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-environment.h" 1 > > > > > > > >CORBA_Environment *CORBA_exception__alloc (void); >CORBA_Environment *CORBA_exception__copy (const CORBA_Environment *ev); > >void CORBA_exception_set (CORBA_Environment *ev, > CORBA_exception_type major, > const CORBA_char *except_repos_id, > void *param); > >CORBA_char *CORBA_exception_id (CORBA_Environment *ev); >void *CORBA_exception_value (CORBA_Environment *ev); >void CORBA_exception_init (CORBA_Environment *ev); >void CORBA_exception_free (CORBA_Environment *ev); >CORBA_any *CORBA_exception_as_any (CORBA_Environment *ev); > >void CORBA_exception_set_system (CORBA_Environment *ev, > const CORBA_char *except_repos_id, > CORBA_completion_status completed); ># 63 "/usr/include/orbit-2.0/orbit/orb-core/corba-environment.h" > ># 13 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-any.h" 1 > > > > > > > >void CORBA_any__copy (CORBA_any *out, > const CORBA_any *in); >CORBA_any *CORBA_any__alloc (void); > > > >gpointer CORBA_any__freekids (gpointer mem, > gpointer data); > > > > >gpointer ORBit_copy_value (gconstpointer value, > CORBA_TypeCode tc); > >CORBA_boolean > ORBit_any_equivalent (CORBA_any *obj, > CORBA_any *any, > CORBA_Environment *ev); ># 64 "/usr/include/orbit-2.0/orbit/orb-core/corba-any.h" > ># 14 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-object-type.h" 1 > > > > > > ># 30 "/usr/include/orbit-2.0/orbit/orb-core/corba-object-type.h" > ># 15 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-object.h" 1 > > > ># 1 "/usr/include/glib-2.0/glib-object.h" 1 ># 25 "/usr/include/glib-2.0/glib-object.h" ># 1 "/usr/include/glib-2.0/gobject/gboxed.h" 1 ># 26 "/usr/include/glib-2.0/gobject/gboxed.h" ># 1 "/usr/include/glib-2.0/gobject/gtype.h" 1 ># 28 "/usr/include/glib-2.0/gobject/gtype.h" > ># 92 "/usr/include/glib-2.0/gobject/gtype.h" >typedef gulong GType; > > > >typedef struct _GValue GValue; >typedef union _GTypeCValue GTypeCValue; >typedef struct _GTypePlugin GTypePlugin; >typedef struct _GTypeClass GTypeClass; >typedef struct _GTypeInterface GTypeInterface; >typedef struct _GTypeInstance GTypeInstance; >typedef struct _GTypeInfo GTypeInfo; >typedef struct _GTypeFundamentalInfo GTypeFundamentalInfo; >typedef struct _GInterfaceInfo GInterfaceInfo; >typedef struct _GTypeValueTable GTypeValueTable; >typedef struct _GTypeQuery GTypeQuery; > > > > >struct _GTypeClass >{ > > GType g_type; >}; >struct _GTypeInstance >{ > > GTypeClass *g_class; >}; >struct _GTypeInterface >{ > > GType g_type; > GType g_instance_type; >}; >struct _GTypeQuery >{ > GType type; > const gchar *type_name; > guint class_size; > guint instance_size; >}; ># 157 "/usr/include/glib-2.0/gobject/gtype.h" >typedef enum >{ > G_TYPE_DEBUG_NONE = 0, > G_TYPE_DEBUG_OBJECTS = 1 << 0, > G_TYPE_DEBUG_SIGNALS = 1 << 1, > G_TYPE_DEBUG_MASK = 0x03 >} GTypeDebugFlags; > > > >void g_type_init (void); >void g_type_init_with_debug_flags (GTypeDebugFlags debug_flags); >const gchar* g_type_name (GType type); >GQuark g_type_qname (GType type); >GType g_type_from_name (const gchar *name); >GType g_type_parent (GType type); >guint g_type_depth (GType type); >GType g_type_next_base (GType leaf_type, > GType root_type); >gboolean g_type_is_a (GType type, > GType is_a_type); >gpointer g_type_class_ref (GType type); >gpointer g_type_class_peek (GType type); >gpointer g_type_class_peek_static (GType type); >void g_type_class_unref (gpointer g_class); >gpointer g_type_class_peek_parent (gpointer g_class); >gpointer g_type_interface_peek (gpointer instance_class, > GType iface_type); >gpointer g_type_interface_peek_parent (gpointer g_iface); > >gpointer g_type_default_interface_ref (GType g_type); >gpointer g_type_default_interface_peek (GType g_type); >void g_type_default_interface_unref (gpointer g_iface); > > >GType* g_type_children (GType type, > guint *n_children); >GType* g_type_interfaces (GType type, > guint *n_interfaces); > > >void g_type_set_qdata (GType type, > GQuark quark, > gpointer data); >gpointer g_type_get_qdata (GType type, > GQuark quark); >void g_type_query (GType type, > GTypeQuery *query); > > > >typedef void (*GBaseInitFunc) (gpointer g_class); >typedef void (*GBaseFinalizeFunc) (gpointer g_class); >typedef void (*GClassInitFunc) (gpointer g_class, > gpointer class_data); >typedef void (*GClassFinalizeFunc) (gpointer g_class, > gpointer class_data); >typedef void (*GInstanceInitFunc) (GTypeInstance *instance, > gpointer g_class); >typedef void (*GInterfaceInitFunc) (gpointer g_iface, > gpointer iface_data); >typedef void (*GInterfaceFinalizeFunc) (gpointer g_iface, > gpointer iface_data); >typedef gboolean (*GTypeClassCacheFunc) (gpointer cache_data, > GTypeClass *g_class); >typedef void (*GTypeInterfaceCheckFunc) (gpointer func_data, > gpointer g_iface); >typedef enum >{ > G_TYPE_FLAG_CLASSED = (1 << 0), > G_TYPE_FLAG_INSTANTIATABLE = (1 << 1), > G_TYPE_FLAG_DERIVABLE = (1 << 2), > G_TYPE_FLAG_DEEP_DERIVABLE = (1 << 3) >} GTypeFundamentalFlags; >typedef enum >{ > G_TYPE_FLAG_ABSTRACT = (1 << 4), > G_TYPE_FLAG_VALUE_ABSTRACT = (1 << 5) >} GTypeFlags; >struct _GTypeInfo >{ > > guint16 class_size; > > GBaseInitFunc base_init; > GBaseFinalizeFunc base_finalize; > > > GClassInitFunc class_init; > GClassFinalizeFunc class_finalize; > gconstpointer class_data; > > > guint16 instance_size; > guint16 n_preallocs; > GInstanceInitFunc instance_init; > > > const GTypeValueTable *value_table; >}; >struct _GTypeFundamentalInfo >{ > GTypeFundamentalFlags type_flags; >}; >struct _GInterfaceInfo >{ > GInterfaceInitFunc interface_init; > GInterfaceFinalizeFunc interface_finalize; > gpointer interface_data; >}; >struct _GTypeValueTable >{ > void (*value_init) (GValue *value); > void (*value_free) (GValue *value); > void (*value_copy) (const GValue *src_value, > GValue *dest_value); > > gpointer (*value_peek_pointer) (const GValue *value); > gchar *collect_format; > gchar* (*collect_value) (GValue *value, > guint n_collect_values, > GTypeCValue *collect_values, > guint collect_flags); > gchar *lcopy_format; > gchar* (*lcopy_value) (const GValue *value, > guint n_collect_values, > GTypeCValue *collect_values, > guint collect_flags); >}; >GType g_type_register_static (GType parent_type, > const gchar *type_name, > const GTypeInfo *info, > GTypeFlags flags); >GType g_type_register_dynamic (GType parent_type, > const gchar *type_name, > GTypePlugin *plugin, > GTypeFlags flags); >GType g_type_register_fundamental (GType type_id, > const gchar *type_name, > const GTypeInfo *info, > const GTypeFundamentalInfo *finfo, > GTypeFlags flags); >void g_type_add_interface_static (GType instance_type, > GType interface_type, > const GInterfaceInfo *info); >void g_type_add_interface_dynamic (GType instance_type, > GType interface_type, > GTypePlugin *plugin); >void g_type_interface_add_prerequisite (GType interface_type, > GType prerequisite_type); >GType*g_type_interface_prerequisites (GType interface_type, > guint *n_prerequisites); >void g_type_class_add_private (gpointer g_class, > gsize private_size); >gpointer g_type_instance_get_private (GTypeInstance *instance, > GType private_type); ># 384 "/usr/include/glib-2.0/gobject/gtype.h" >GTypePlugin* g_type_get_plugin (GType type); >GTypePlugin* g_type_interface_get_plugin (GType instance_type, > GType interface_type); >GType g_type_fundamental_next (void); >GType g_type_fundamental (GType type_id); >GTypeInstance* g_type_create_instance (GType type); >void g_type_free_instance (GTypeInstance *instance); > >void g_type_add_class_cache_func (gpointer cache_data, > GTypeClassCacheFunc cache_func); >void g_type_remove_class_cache_func (gpointer cache_data, > GTypeClassCacheFunc cache_func); >void g_type_class_unref_uncached (gpointer g_class); > >void g_type_add_interface_check (gpointer check_data, > GTypeInterfaceCheckFunc check_func); >void g_type_remove_interface_check (gpointer check_data, > GTypeInterfaceCheckFunc chec_func); > >GTypeValueTable* g_type_value_table_peek (GType type); > > > >gboolean g_type_check_instance (GTypeInstance *instance); >GTypeInstance* g_type_check_instance_cast (GTypeInstance *instance, > GType iface_type); >gboolean g_type_check_instance_is_a (GTypeInstance *instance, > GType iface_type); >GTypeClass* g_type_check_class_cast (GTypeClass *g_class, > GType is_a_type); >gboolean g_type_check_class_is_a (GTypeClass *g_class, > GType is_a_type); >gboolean g_type_check_is_value_type (GType type); >gboolean g_type_check_value (GValue *value); >gboolean g_type_check_value_holds (GValue *value, > GType type); >gboolean g_type_test_flags (GType type, > guint flags); > > > >const gchar* g_type_name_from_instance (GTypeInstance *instance); >const gchar* g_type_name_from_class (GTypeClass *g_class); ># 474 "/usr/include/glib-2.0/gobject/gtype.h" >extern GTypeDebugFlags _g_type_debug_flags; > > ># 27 "/usr/include/glib-2.0/gobject/gboxed.h" 2 > > > > > > > > > >typedef gpointer (*GBoxedCopyFunc) (gpointer boxed); >typedef void (*GBoxedFreeFunc) (gpointer boxed); > > > >gpointer g_boxed_copy (GType boxed_type, > gconstpointer src_boxed); >void g_boxed_free (GType boxed_type, > gpointer boxed); >void g_value_set_boxed (GValue *value, > gconstpointer v_boxed); >void g_value_set_static_boxed (GValue *value, > gconstpointer v_boxed); >gpointer g_value_get_boxed (const GValue *value); >gpointer g_value_dup_boxed (const GValue *value); > > > >GType g_boxed_type_register_static (const gchar *name, > GBoxedCopyFunc boxed_copy, > GBoxedFreeFunc boxed_free); ># 67 "/usr/include/glib-2.0/gobject/gboxed.h" >void g_value_take_boxed (GValue *value, > gconstpointer v_boxed); > >void g_value_set_boxed_take_ownership (GValue *value, > gconstpointer v_boxed); > >GType g_closure_get_type (void) __attribute__((__const__)); >GType g_value_get_type (void) __attribute__((__const__)); >GType g_value_array_get_type (void) __attribute__((__const__)); >GType g_strv_get_type (void) __attribute__((__const__)); >GType g_gstring_get_type (void) __attribute__((__const__)); > >typedef gchar** GStrv; > > ># 26 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/genums.h" 1 ># 26 "/usr/include/glib-2.0/gobject/genums.h" ># 1 "/usr/include/glib-2.0/gobject/gtype.h" 1 ># 27 "/usr/include/glib-2.0/gobject/genums.h" 2 > > ># 46 "/usr/include/glib-2.0/gobject/genums.h" >typedef struct _GEnumClass GEnumClass; >typedef struct _GFlagsClass GFlagsClass; >typedef struct _GEnumValue GEnumValue; >typedef struct _GFlagsValue GFlagsValue; >struct _GEnumClass >{ > GTypeClass g_type_class; > > > gint minimum; > gint maximum; > guint n_values; > GEnumValue *values; >}; >struct _GFlagsClass >{ > GTypeClass g_type_class; > > > guint mask; > guint n_values; > GFlagsValue *values; >}; >struct _GEnumValue >{ > gint value; > gchar *value_name; > gchar *value_nick; >}; >struct _GFlagsValue >{ > guint value; > gchar *value_name; > gchar *value_nick; >}; > > > >GEnumValue* g_enum_get_value (GEnumClass *enum_class, > gint value); >GEnumValue* g_enum_get_value_by_name (GEnumClass *enum_class, > const gchar *name); >GEnumValue* g_enum_get_value_by_nick (GEnumClass *enum_class, > const gchar *nick); >GFlagsValue* g_flags_get_first_value (GFlagsClass *flags_class, > guint value); >GFlagsValue* g_flags_get_value_by_name (GFlagsClass *flags_class, > const gchar *name); >GFlagsValue* g_flags_get_value_by_nick (GFlagsClass *flags_class, > const gchar *nick); >void g_value_set_enum (GValue *value, > gint v_enum); >gint g_value_get_enum (const GValue *value); >void g_value_set_flags (GValue *value, > guint v_flags); >guint g_value_get_flags (const GValue *value); > > > > > > > >GType g_enum_register_static (const gchar *name, > const GEnumValue *const_static_values); >GType g_flags_register_static (const gchar *name, > const GFlagsValue *const_static_values); > > > >void g_enum_complete_type_info (GType g_enum_type, > GTypeInfo *info, > const GEnumValue *const_values); >void g_flags_complete_type_info (GType g_flags_type, > GTypeInfo *info, > const GFlagsValue *const_values); > > ># 27 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gobject.h" 1 ># 26 "/usr/include/glib-2.0/gobject/gobject.h" ># 1 "/usr/include/glib-2.0/gobject/gtype.h" 1 ># 27 "/usr/include/glib-2.0/gobject/gobject.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gvalue.h" 1 ># 28 "/usr/include/glib-2.0/gobject/gvalue.h" ># 1 "/usr/include/glib-2.0/gobject/gtype.h" 1 ># 29 "/usr/include/glib-2.0/gobject/gvalue.h" 2 > > ># 41 "/usr/include/glib-2.0/gobject/gvalue.h" >typedef void (*GValueTransform) (const GValue *src_value, > GValue *dest_value); >struct _GValue >{ > > GType g_type; > > > union { > gint v_int; > guint v_uint; > glong v_long; > gulong v_ulong; > gint64 v_int64; > guint64 v_uint64; > gfloat v_float; > gdouble v_double; > gpointer v_pointer; > } data[2]; >}; > > > >GValue* g_value_init (GValue *value, > GType g_type); >void g_value_copy (const GValue *src_value, > GValue *dest_value); >GValue* g_value_reset (GValue *value); >void g_value_unset (GValue *value); >void g_value_set_instance (GValue *value, > gpointer instance); > > > >gboolean g_value_fits_pointer (const GValue *value); >gpointer g_value_peek_pointer (const GValue *value); > > > >gboolean g_value_type_compatible (GType src_type, > GType dest_type); >gboolean g_value_type_transformable (GType src_type, > GType dest_type); >gboolean g_value_transform (const GValue *src_value, > GValue *dest_value); >void g_value_register_transform_func (GType src_type, > GType dest_type, > GValueTransform transform_func); > > > > ># 28 "/usr/include/glib-2.0/gobject/gobject.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gparam.h" 1 ># 28 "/usr/include/glib-2.0/gobject/gparam.h" ># 1 "/usr/include/glib-2.0/gobject/gvalue.h" 1 ># 29 "/usr/include/glib-2.0/gobject/gparam.h" 2 > > ># 49 "/usr/include/glib-2.0/gobject/gparam.h" >typedef enum >{ > G_PARAM_READABLE = 1 << 0, > G_PARAM_WRITABLE = 1 << 1, > G_PARAM_CONSTRUCT = 1 << 2, > G_PARAM_CONSTRUCT_ONLY = 1 << 3, > G_PARAM_LAX_VALIDATION = 1 << 4, > G_PARAM_PRIVATE = 1 << 5 >} GParamFlags; > > > > > > > >typedef struct _GParamSpec GParamSpec; >typedef struct _GParamSpecClass GParamSpecClass; >typedef struct _GParameter GParameter; >typedef struct _GParamSpecPool GParamSpecPool; >struct _GParamSpec >{ > GTypeInstance g_type_instance; > > gchar *name; > GParamFlags flags; > GType value_type; > GType owner_type; > > > gchar *_nick; > gchar *_blurb; > GData *qdata; > guint ref_count; > guint param_id; >}; >struct _GParamSpecClass >{ > GTypeClass g_type_class; > > GType value_type; > > void (*finalize) (GParamSpec *pspec); > > > void (*value_set_default) (GParamSpec *pspec, > GValue *value); > gboolean (*value_validate) (GParamSpec *pspec, > GValue *value); > gint (*values_cmp) (GParamSpec *pspec, > const GValue *value1, > const GValue *value2); > > gpointer dummy[4]; >}; >struct _GParameter >{ > const gchar *name; > GValue value; >}; > > > >GParamSpec* g_param_spec_ref (GParamSpec *pspec); >void g_param_spec_unref (GParamSpec *pspec); >void g_param_spec_sink (GParamSpec *pspec); >gpointer g_param_spec_get_qdata (GParamSpec *pspec, > GQuark quark); >void g_param_spec_set_qdata (GParamSpec *pspec, > GQuark quark, > gpointer data); >void g_param_spec_set_qdata_full (GParamSpec *pspec, > GQuark quark, > gpointer data, > GDestroyNotify destroy); >gpointer g_param_spec_steal_qdata (GParamSpec *pspec, > GQuark quark); >GParamSpec* g_param_spec_get_redirect_target (GParamSpec *pspec); > >void g_param_value_set_default (GParamSpec *pspec, > GValue *value); >gboolean g_param_value_defaults (GParamSpec *pspec, > GValue *value); >gboolean g_param_value_validate (GParamSpec *pspec, > GValue *value); >gboolean g_param_value_convert (GParamSpec *pspec, > const GValue *src_value, > GValue *dest_value, > gboolean strict_validation); >gint g_param_values_cmp (GParamSpec *pspec, > const GValue *value1, > const GValue *value2); >const gchar* g_param_spec_get_name (GParamSpec *pspec); >const gchar* g_param_spec_get_nick (GParamSpec *pspec); >const gchar* g_param_spec_get_blurb (GParamSpec *pspec); >void g_value_set_param (GValue *value, > GParamSpec *param); >GParamSpec* g_value_get_param (const GValue *value); >GParamSpec* g_value_dup_param (const GValue *value); > > >void g_value_take_param (GValue *value, > GParamSpec *param); > >void g_value_set_param_take_ownership (GValue *value, > GParamSpec *param); > > > >typedef struct _GParamSpecTypeInfo GParamSpecTypeInfo; >struct _GParamSpecTypeInfo >{ > > guint16 instance_size; > guint16 n_preallocs; > void (*instance_init) (GParamSpec *pspec); > > > GType value_type; > void (*finalize) (GParamSpec *pspec); > void (*value_set_default) (GParamSpec *pspec, > GValue *value); > gboolean (*value_validate) (GParamSpec *pspec, > GValue *value); > gint (*values_cmp) (GParamSpec *pspec, > const GValue *value1, > const GValue *value2); >}; >GType g_param_type_register_static (const gchar *name, > const GParamSpecTypeInfo *pspec_info); > > >GType _g_param_type_register_static_constant (const gchar *name, > const GParamSpecTypeInfo *pspec_info, > GType opt_type); > > > >gpointer g_param_spec_internal (GType param_type, > const gchar *name, > const gchar *nick, > const gchar *blurb, > GParamFlags flags); >GParamSpecPool* g_param_spec_pool_new (gboolean type_prefixing); >void g_param_spec_pool_insert (GParamSpecPool *pool, > GParamSpec *pspec, > GType owner_type); >void g_param_spec_pool_remove (GParamSpecPool *pool, > GParamSpec *pspec); >GParamSpec* g_param_spec_pool_lookup (GParamSpecPool *pool, > const gchar *param_name, > GType owner_type, > gboolean walk_ancestors); >GList* g_param_spec_pool_list_owned (GParamSpecPool *pool, > GType owner_type); >GParamSpec** g_param_spec_pool_list (GParamSpecPool *pool, > GType owner_type, > guint *n_pspecs_p); ># 226 "/usr/include/glib-2.0/gobject/gparam.h" > ># 29 "/usr/include/glib-2.0/gobject/gobject.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gclosure.h" 1 ># 26 "/usr/include/glib-2.0/gobject/gclosure.h" ># 1 "/usr/include/glib-2.0/gobject/gtype.h" 1 ># 27 "/usr/include/glib-2.0/gobject/gclosure.h" 2 > > ># 39 "/usr/include/glib-2.0/gobject/gclosure.h" >typedef struct _GClosure GClosure; >typedef struct _GClosureNotifyData GClosureNotifyData; >typedef void (*GCallback) (void); >typedef void (*GClosureNotify) (gpointer data, > GClosure *closure); >typedef void (*GClosureMarshal) (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); >typedef struct _GCClosure GCClosure; > > > >struct _GClosureNotifyData >{ > gpointer data; > GClosureNotify notify; >}; >struct _GClosure >{ > guint ref_count : 15; > guint meta_marshal : 1; > guint n_guards : 1; > guint n_fnotifiers : 2; > guint n_inotifiers : 8; > guint in_inotify : 1; > guint floating : 1; > guint derivative_flag : 1; > guint in_marshal : 1; > guint is_invalid : 1; > > void (*marshal) (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > gpointer data; > > GClosureNotifyData *notifiers; ># 92 "/usr/include/glib-2.0/gobject/gclosure.h" >}; > > >struct _GCClosure >{ > GClosure closure; > gpointer callback; >}; > > > >GClosure* g_cclosure_new (GCallback callback_func, > gpointer user_data, > GClosureNotify destroy_data); >GClosure* g_cclosure_new_swap (GCallback callback_func, > gpointer user_data, > GClosureNotify destroy_data); >GClosure* g_signal_type_cclosure_new (GType itype, > guint struct_offset); > > > >GClosure* g_closure_ref (GClosure *closure); >void g_closure_sink (GClosure *closure); >void g_closure_unref (GClosure *closure); > >GClosure* g_closure_new_simple (guint sizeof_closure, > gpointer data); >void g_closure_add_finalize_notifier (GClosure *closure, > gpointer notify_data, > GClosureNotify notify_func); >void g_closure_remove_finalize_notifier (GClosure *closure, > gpointer notify_data, > GClosureNotify notify_func); >void g_closure_add_invalidate_notifier (GClosure *closure, > gpointer notify_data, > GClosureNotify notify_func); >void g_closure_remove_invalidate_notifier (GClosure *closure, > gpointer notify_data, > GClosureNotify notify_func); >void g_closure_add_marshal_guards (GClosure *closure, > gpointer pre_marshal_data, > GClosureNotify pre_marshal_notify, > gpointer post_marshal_data, > GClosureNotify post_marshal_notify); >void g_closure_set_marshal (GClosure *closure, > GClosureMarshal marshal); >void g_closure_set_meta_marshal (GClosure *closure, > gpointer marshal_data, > GClosureMarshal meta_marshal); >void g_closure_invalidate (GClosure *closure); >void g_closure_invoke (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint); ># 160 "/usr/include/glib-2.0/gobject/gclosure.h" > ># 30 "/usr/include/glib-2.0/gobject/gobject.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gsignal.h" 1 ># 26 "/usr/include/glib-2.0/gobject/gsignal.h" ># 1 "/usr/include/glib-2.0/gobject/gclosure.h" 1 ># 27 "/usr/include/glib-2.0/gobject/gsignal.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gvalue.h" 1 ># 28 "/usr/include/glib-2.0/gobject/gsignal.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gparam.h" 1 ># 29 "/usr/include/glib-2.0/gobject/gsignal.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gmarshal.h" 1 > > > > > > >extern void g_cclosure_marshal_VOID__VOID (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__BOOLEAN (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__CHAR (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__UCHAR (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__INT (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__UINT (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__LONG (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__ULONG (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__ENUM (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__FLAGS (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__FLOAT (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__DOUBLE (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__STRING (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__PARAM (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__BOXED (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__POINTER (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__OBJECT (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_VOID__UINT_POINTER (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > >extern void g_cclosure_marshal_BOOLEAN__FLAGS (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > > >extern void g_cclosure_marshal_STRING__OBJECT_POINTER (GClosure *closure, > GValue *return_value, > guint n_param_values, > const GValue *param_values, > gpointer invocation_hint, > gpointer marshal_data); > > ># 30 "/usr/include/glib-2.0/gobject/gsignal.h" 2 > > > > >typedef struct _GSignalQuery GSignalQuery; >typedef struct _GSignalInvocationHint GSignalInvocationHint; >typedef GClosureMarshal GSignalCMarshaller; >typedef gboolean (*GSignalEmissionHook) (GSignalInvocationHint *ihint, > guint n_param_values, > const GValue *param_values, > gpointer data); >typedef gboolean (*GSignalAccumulator) (GSignalInvocationHint *ihint, > GValue *return_accu, > const GValue *handler_return, > gpointer data); > > > >typedef enum >{ > G_SIGNAL_RUN_FIRST = 1 << 0, > G_SIGNAL_RUN_LAST = 1 << 1, > G_SIGNAL_RUN_CLEANUP = 1 << 2, > G_SIGNAL_NO_RECURSE = 1 << 3, > G_SIGNAL_DETAILED = 1 << 4, > G_SIGNAL_ACTION = 1 << 5, > G_SIGNAL_NO_HOOKS = 1 << 6 >} GSignalFlags; > >typedef enum >{ > G_CONNECT_AFTER = 1 << 0, > G_CONNECT_SWAPPED = 1 << 1 >} GConnectFlags; >typedef enum >{ > G_SIGNAL_MATCH_ID = 1 << 0, > G_SIGNAL_MATCH_DETAIL = 1 << 1, > G_SIGNAL_MATCH_CLOSURE = 1 << 2, > G_SIGNAL_MATCH_FUNC = 1 << 3, > G_SIGNAL_MATCH_DATA = 1 << 4, > G_SIGNAL_MATCH_UNBLOCKED = 1 << 5 >} GSignalMatchType; > > > > > >struct _GSignalInvocationHint >{ > guint signal_id; > GQuark detail; > GSignalFlags run_type; >}; >struct _GSignalQuery >{ > guint signal_id; > const gchar *signal_name; > GType itype; > GSignalFlags signal_flags; > GType return_type; > guint n_params; > const GType *param_types; >}; > > > >guint g_signal_newv (const gchar *signal_name, > GType itype, > GSignalFlags signal_flags, > GClosure *class_closure, > GSignalAccumulator accumulator, > gpointer accu_data, > GSignalCMarshaller c_marshaller, > GType return_type, > guint n_params, > GType *param_types); >guint g_signal_new_valist (const gchar *signal_name, > GType itype, > GSignalFlags signal_flags, > GClosure *class_closure, > GSignalAccumulator accumulator, > gpointer accu_data, > GSignalCMarshaller c_marshaller, > GType return_type, > guint n_params, > va_list args); >guint g_signal_new (const gchar *signal_name, > GType itype, > GSignalFlags signal_flags, > guint class_offset, > GSignalAccumulator accumulator, > gpointer accu_data, > GSignalCMarshaller c_marshaller, > GType return_type, > guint n_params, > ...); >void g_signal_emitv (const GValue *instance_and_params, > guint signal_id, > GQuark detail, > GValue *return_value); >void g_signal_emit_valist (gpointer instance, > guint signal_id, > GQuark detail, > va_list var_args); >void g_signal_emit (gpointer instance, > guint signal_id, > GQuark detail, > ...); >void g_signal_emit_by_name (gpointer instance, > const gchar *detailed_signal, > ...); >guint g_signal_lookup (const gchar *name, > GType itype); >const gchar* g_signal_name (guint signal_id); >void g_signal_query (guint signal_id, > GSignalQuery *query); >guint* g_signal_list_ids (GType itype, > guint *n_ids); >gboolean g_signal_parse_name (const gchar *detailed_signal, > GType itype, > guint *signal_id_p, > GQuark *detail_p, > gboolean force_detail_quark); >GSignalInvocationHint* g_signal_get_invocation_hint (gpointer instance); > > > >void g_signal_stop_emission (gpointer instance, > guint signal_id, > GQuark detail); >void g_signal_stop_emission_by_name (gpointer instance, > const gchar *detailed_signal); >gulong g_signal_add_emission_hook (guint signal_id, > GQuark detail, > GSignalEmissionHook hook_func, > gpointer hook_data, > GDestroyNotify data_destroy); >void g_signal_remove_emission_hook (guint signal_id, > gulong hook_id); > > > >gboolean g_signal_has_handler_pending (gpointer instance, > guint signal_id, > GQuark detail, > gboolean may_be_blocked); >gulong g_signal_connect_closure_by_id (gpointer instance, > guint signal_id, > GQuark detail, > GClosure *closure, > gboolean after); >gulong g_signal_connect_closure (gpointer instance, > const gchar *detailed_signal, > GClosure *closure, > gboolean after); >gulong g_signal_connect_data (gpointer instance, > const gchar *detailed_signal, > GCallback c_handler, > gpointer data, > GClosureNotify destroy_data, > GConnectFlags connect_flags); >void g_signal_handler_block (gpointer instance, > gulong handler_id); >void g_signal_handler_unblock (gpointer instance, > gulong handler_id); >void g_signal_handler_disconnect (gpointer instance, > gulong handler_id); >gboolean g_signal_handler_is_connected (gpointer instance, > gulong handler_id); >gulong g_signal_handler_find (gpointer instance, > GSignalMatchType mask, > guint signal_id, > GQuark detail, > GClosure *closure, > gpointer func, > gpointer data); >guint g_signal_handlers_block_matched (gpointer instance, > GSignalMatchType mask, > guint signal_id, > GQuark detail, > GClosure *closure, > gpointer func, > gpointer data); >guint g_signal_handlers_unblock_matched (gpointer instance, > GSignalMatchType mask, > guint signal_id, > GQuark detail, > GClosure *closure, > gpointer func, > gpointer data); >guint g_signal_handlers_disconnect_matched (gpointer instance, > GSignalMatchType mask, > guint signal_id, > GQuark detail, > GClosure *closure, > gpointer func, > gpointer data); > > > >void g_signal_override_class_closure (guint signal_id, > GType instance_type, > GClosure *class_closure); >void g_signal_chain_from_overridden (const GValue *instance_and_params, > GValue *return_value); ># 259 "/usr/include/glib-2.0/gobject/gsignal.h" >gboolean g_signal_accumulator_true_handled (GSignalInvocationHint *ihint, > GValue *return_accu, > const GValue *handler_return, > gpointer dummy); > > >void g_signal_handlers_destroy (gpointer instance); >void _g_signals_destroy (GType itype); > > ># 31 "/usr/include/glib-2.0/gobject/gobject.h" 2 > > ># 49 "/usr/include/glib-2.0/gobject/gobject.h" >typedef struct _GObject GObject; >typedef struct _GObjectClass GObjectClass; >typedef struct _GObjectConstructParam GObjectConstructParam; >typedef void (*GObjectGetPropertyFunc) (GObject *object, > guint property_id, > GValue *value, > GParamSpec *pspec); >typedef void (*GObjectSetPropertyFunc) (GObject *object, > guint property_id, > const GValue *value, > GParamSpec *pspec); >typedef void (*GObjectFinalizeFunc) (GObject *object); >typedef void (*GWeakNotify) (gpointer data, > GObject *where_the_object_was); >struct _GObject >{ > GTypeInstance g_type_instance; > > > guint ref_count; > GData *qdata; >}; >struct _GObjectClass >{ > GTypeClass g_type_class; > > > GSList *construct_properties; > > > > GObject* (*constructor) (GType type, > guint n_construct_properties, > GObjectConstructParam *construct_properties); > void (*set_property) (GObject *object, > guint property_id, > const GValue *value, > GParamSpec *pspec); > void (*get_property) (GObject *object, > guint property_id, > GValue *value, > GParamSpec *pspec); > void (*dispose) (GObject *object); > void (*finalize) (GObject *object); > > > void (*dispatch_properties_changed) (GObject *object, > guint n_pspecs, > GParamSpec **pspecs); > > > void (*notify) (GObject *object, > GParamSpec *pspec); > > > gpointer pdummy[8]; >}; >struct _GObjectConstructParam >{ > GParamSpec *pspec; > GValue *value; >}; > > > >void g_object_class_install_property (GObjectClass *oclass, > guint property_id, > GParamSpec *pspec); >GParamSpec* g_object_class_find_property (GObjectClass *oclass, > const gchar *property_name); >GParamSpec**g_object_class_list_properties (GObjectClass *oclass, > guint *n_properties); >void g_object_class_override_property (GObjectClass *oclass, > guint property_id, > const gchar *name); > >void g_object_interface_install_property (gpointer g_iface, > GParamSpec *pspec); >GParamSpec* g_object_interface_find_property (gpointer g_iface, > const gchar *property_name); >GParamSpec**g_object_interface_list_properties (gpointer g_iface, > guint *n_properties_p); > >gpointer g_object_new (GType object_type, > const gchar *first_property_name, > ...); >gpointer g_object_newv (GType object_type, > guint n_parameters, > GParameter *parameters); >GObject* g_object_new_valist (GType object_type, > const gchar *first_property_name, > va_list var_args); >void g_object_set (gpointer object, > const gchar *first_property_name, > ...); >void g_object_get (gpointer object, > const gchar *first_property_name, > ...); >gpointer g_object_connect (gpointer object, > const gchar *signal_spec, > ...); >void g_object_disconnect (gpointer object, > const gchar *signal_spec, > ...); >void g_object_set_valist (GObject *object, > const gchar *first_property_name, > va_list var_args); >void g_object_get_valist (GObject *object, > const gchar *first_property_name, > va_list var_args); >void g_object_set_property (GObject *object, > const gchar *property_name, > const GValue *value); >void g_object_get_property (GObject *object, > const gchar *property_name, > GValue *value); >void g_object_freeze_notify (GObject *object); >void g_object_notify (GObject *object, > const gchar *property_name); >void g_object_thaw_notify (GObject *object); >gpointer g_object_ref (gpointer object); >void g_object_unref (gpointer object); >void g_object_weak_ref (GObject *object, > GWeakNotify notify, > gpointer data); >void g_object_weak_unref (GObject *object, > GWeakNotify notify, > gpointer data); >void g_object_add_weak_pointer (GObject *object, > gpointer *weak_pointer_location); >void g_object_remove_weak_pointer (GObject *object, > gpointer *weak_pointer_location); >gpointer g_object_get_qdata (GObject *object, > GQuark quark); >void g_object_set_qdata (GObject *object, > GQuark quark, > gpointer data); >void g_object_set_qdata_full (GObject *object, > GQuark quark, > gpointer data, > GDestroyNotify destroy); >gpointer g_object_steal_qdata (GObject *object, > GQuark quark); >gpointer g_object_get_data (GObject *object, > const gchar *key); >void g_object_set_data (GObject *object, > const gchar *key, > gpointer data); >void g_object_set_data_full (GObject *object, > const gchar *key, > gpointer data, > GDestroyNotify destroy); >gpointer g_object_steal_data (GObject *object, > const gchar *key); >void g_object_watch_closure (GObject *object, > GClosure *closure); >GClosure* g_cclosure_new_object (GCallback callback_func, > GObject *object); >GClosure* g_cclosure_new_object_swap (GCallback callback_func, > GObject *object); >GClosure* g_closure_new_object (guint sizeof_closure, > GObject *object); >void g_value_set_object (GValue *value, > gpointer v_object); >gpointer g_value_get_object (const GValue *value); >GObject* g_value_dup_object (const GValue *value); >gulong g_signal_connect_object (gpointer instance, > const gchar *detailed_signal, > GCallback c_handler, > gpointer gobject, > GConnectFlags connect_flags); > > > >void g_object_run_dispose (GObject *object); > > >void g_value_take_object (GValue *value, > gpointer v_object); > >void g_value_set_object_take_ownership (GValue *value, > gpointer v_object); ># 250 "/usr/include/glib-2.0/gobject/gobject.h" > ># 28 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gparam.h" 1 ># 29 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gparamspecs.h" 1 ># 28 "/usr/include/glib-2.0/gobject/gparamspecs.h" ># 1 "/usr/include/glib-2.0/gobject/gvalue.h" 1 ># 29 "/usr/include/glib-2.0/gobject/gparamspecs.h" 2 ># 1 "/usr/include/glib-2.0/gobject/genums.h" 1 ># 30 "/usr/include/glib-2.0/gobject/gparamspecs.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gboxed.h" 1 ># 31 "/usr/include/glib-2.0/gobject/gparamspecs.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gobject.h" 1 ># 32 "/usr/include/glib-2.0/gobject/gparamspecs.h" 2 > > ># 102 "/usr/include/glib-2.0/gobject/gparamspecs.h" >typedef struct _GParamSpecChar GParamSpecChar; >typedef struct _GParamSpecUChar GParamSpecUChar; >typedef struct _GParamSpecBoolean GParamSpecBoolean; >typedef struct _GParamSpecInt GParamSpecInt; >typedef struct _GParamSpecUInt GParamSpecUInt; >typedef struct _GParamSpecLong GParamSpecLong; >typedef struct _GParamSpecULong GParamSpecULong; >typedef struct _GParamSpecInt64 GParamSpecInt64; >typedef struct _GParamSpecUInt64 GParamSpecUInt64; >typedef struct _GParamSpecUnichar GParamSpecUnichar; >typedef struct _GParamSpecEnum GParamSpecEnum; >typedef struct _GParamSpecFlags GParamSpecFlags; >typedef struct _GParamSpecFloat GParamSpecFloat; >typedef struct _GParamSpecDouble GParamSpecDouble; >typedef struct _GParamSpecString GParamSpecString; >typedef struct _GParamSpecParam GParamSpecParam; >typedef struct _GParamSpecBoxed GParamSpecBoxed; >typedef struct _GParamSpecPointer GParamSpecPointer; >typedef struct _GParamSpecValueArray GParamSpecValueArray; >typedef struct _GParamSpecObject GParamSpecObject; >typedef struct _GParamSpecOverride GParamSpecOverride; > >struct _GParamSpecChar >{ > GParamSpec parent_instance; > > gint8 minimum; > gint8 maximum; > gint8 default_value; >}; >struct _GParamSpecUChar >{ > GParamSpec parent_instance; > > guint8 minimum; > guint8 maximum; > guint8 default_value; >}; >struct _GParamSpecBoolean >{ > GParamSpec parent_instance; > > gboolean default_value; >}; >struct _GParamSpecInt >{ > GParamSpec parent_instance; > > gint minimum; > gint maximum; > gint default_value; >}; >struct _GParamSpecUInt >{ > GParamSpec parent_instance; > > guint minimum; > guint maximum; > guint default_value; >}; >struct _GParamSpecLong >{ > GParamSpec parent_instance; > > glong minimum; > glong maximum; > glong default_value; >}; >struct _GParamSpecULong >{ > GParamSpec parent_instance; > > gulong minimum; > gulong maximum; > gulong default_value; >}; >struct _GParamSpecInt64 >{ > GParamSpec parent_instance; > > gint64 minimum; > gint64 maximum; > gint64 default_value; >}; >struct _GParamSpecUInt64 >{ > GParamSpec parent_instance; > > guint64 minimum; > guint64 maximum; > guint64 default_value; >}; >struct _GParamSpecUnichar >{ > GParamSpec parent_instance; > > gunichar default_value; >}; >struct _GParamSpecEnum >{ > GParamSpec parent_instance; > > GEnumClass *enum_class; > gint default_value; >}; >struct _GParamSpecFlags >{ > GParamSpec parent_instance; > > GFlagsClass *flags_class; > guint default_value; >}; >struct _GParamSpecFloat >{ > GParamSpec parent_instance; > > gfloat minimum; > gfloat maximum; > gfloat default_value; > gfloat epsilon; >}; >struct _GParamSpecDouble >{ > GParamSpec parent_instance; > > gdouble minimum; > gdouble maximum; > gdouble default_value; > gdouble epsilon; >}; >struct _GParamSpecString >{ > GParamSpec parent_instance; > > gchar *default_value; > gchar *cset_first; > gchar *cset_nth; > gchar substitutor; > guint null_fold_if_empty : 1; > guint ensure_non_null : 1; >}; >struct _GParamSpecParam >{ > GParamSpec parent_instance; >}; >struct _GParamSpecBoxed >{ > GParamSpec parent_instance; >}; >struct _GParamSpecPointer >{ > GParamSpec parent_instance; >}; >struct _GParamSpecValueArray >{ > GParamSpec parent_instance; > GParamSpec *element_spec; > guint fixed_n_elements; >}; >struct _GParamSpecObject >{ > GParamSpec parent_instance; >}; >struct _GParamSpecOverride >{ > > GParamSpec parent_instance; > GParamSpec *overridden; >}; > > >GParamSpec* g_param_spec_char (const gchar *name, > const gchar *nick, > const gchar *blurb, > gint8 minimum, > gint8 maximum, > gint8 default_value, > GParamFlags flags); >GParamSpec* g_param_spec_uchar (const gchar *name, > const gchar *nick, > const gchar *blurb, > guint8 minimum, > guint8 maximum, > guint8 default_value, > GParamFlags flags); >GParamSpec* g_param_spec_boolean (const gchar *name, > const gchar *nick, > const gchar *blurb, > gboolean default_value, > GParamFlags flags); >GParamSpec* g_param_spec_int (const gchar *name, > const gchar *nick, > const gchar *blurb, > gint minimum, > gint maximum, > gint default_value, > GParamFlags flags); >GParamSpec* g_param_spec_uint (const gchar *name, > const gchar *nick, > const gchar *blurb, > guint minimum, > guint maximum, > guint default_value, > GParamFlags flags); >GParamSpec* g_param_spec_long (const gchar *name, > const gchar *nick, > const gchar *blurb, > glong minimum, > glong maximum, > glong default_value, > GParamFlags flags); >GParamSpec* g_param_spec_ulong (const gchar *name, > const gchar *nick, > const gchar *blurb, > gulong minimum, > gulong maximum, > gulong default_value, > GParamFlags flags); >GParamSpec* g_param_spec_int64 (const gchar *name, > const gchar *nick, > const gchar *blurb, > gint64 minimum, > gint64 maximum, > gint64 default_value, > GParamFlags flags); >GParamSpec* g_param_spec_uint64 (const gchar *name, > const gchar *nick, > const gchar *blurb, > guint64 minimum, > guint64 maximum, > guint64 default_value, > GParamFlags flags); >GParamSpec* g_param_spec_unichar (const gchar *name, > const gchar *nick, > const gchar *blurb, > gunichar default_value, > GParamFlags flags); >GParamSpec* g_param_spec_enum (const gchar *name, > const gchar *nick, > const gchar *blurb, > GType enum_type, > gint default_value, > GParamFlags flags); >GParamSpec* g_param_spec_flags (const gchar *name, > const gchar *nick, > const gchar *blurb, > GType flags_type, > guint default_value, > GParamFlags flags); >GParamSpec* g_param_spec_float (const gchar *name, > const gchar *nick, > const gchar *blurb, > gfloat minimum, > gfloat maximum, > gfloat default_value, > GParamFlags flags); >GParamSpec* g_param_spec_double (const gchar *name, > const gchar *nick, > const gchar *blurb, > gdouble minimum, > gdouble maximum, > gdouble default_value, > GParamFlags flags); >GParamSpec* g_param_spec_string (const gchar *name, > const gchar *nick, > const gchar *blurb, > const gchar *default_value, > GParamFlags flags); >GParamSpec* g_param_spec_param (const gchar *name, > const gchar *nick, > const gchar *blurb, > GType param_type, > GParamFlags flags); >GParamSpec* g_param_spec_boxed (const gchar *name, > const gchar *nick, > const gchar *blurb, > GType boxed_type, > GParamFlags flags); >GParamSpec* g_param_spec_pointer (const gchar *name, > const gchar *nick, > const gchar *blurb, > GParamFlags flags); >GParamSpec* g_param_spec_value_array (const gchar *name, > const gchar *nick, > const gchar *blurb, > GParamSpec *element_spec, > GParamFlags flags); >GParamSpec* g_param_spec_object (const gchar *name, > const gchar *nick, > const gchar *blurb, > GType object_type, > GParamFlags flags); > >GParamSpec* g_param_spec_override (const gchar *name, > GParamSpec *overridden); ># 422 "/usr/include/glib-2.0/gobject/gparamspecs.h" >extern GType *g_param_spec_types; > > ># 30 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gsignal.h" 1 ># 31 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gsourceclosure.h" 1 ># 25 "/usr/include/glib-2.0/gobject/gsourceclosure.h" ># 1 "/usr/include/glib-2.0/gobject/gclosure.h" 1 ># 26 "/usr/include/glib-2.0/gobject/gsourceclosure.h" 2 > > > >void g_source_set_closure (GSource *source, > GClosure *closure); > >GType g_io_channel_get_type (void); >GType g_io_condition_get_type (void); > > > > > ># 32 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gtype.h" 1 ># 33 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gtypemodule.h" 1 ># 26 "/usr/include/glib-2.0/gobject/gtypemodule.h" ># 1 "/usr/include/glib-2.0/gobject/gobject.h" 1 ># 27 "/usr/include/glib-2.0/gobject/gtypemodule.h" 2 > > > >typedef struct _GTypeModule GTypeModule; >typedef struct _GTypeModuleClass GTypeModuleClass; ># 40 "/usr/include/glib-2.0/gobject/gtypemodule.h" >struct _GTypeModule >{ > GObject parent_instance; > > guint use_count; > GSList *type_infos; > GSList *interface_infos; > > > gchar *name; >}; > >struct _GTypeModuleClass >{ > GObjectClass parent_class; > > > gboolean (* load) (GTypeModule *module); > void (* unload) (GTypeModule *module); > > > > void (*reserved1) (void); > void (*reserved2) (void); > void (*reserved3) (void); > void (*reserved4) (void); >}; > >GType g_type_module_get_type (void); >gboolean g_type_module_use (GTypeModule *module); >void g_type_module_unuse (GTypeModule *module); >void g_type_module_set_name (GTypeModule *module, > const gchar *name); >GType g_type_module_register_type (GTypeModule *module, > GType parent_type, > const gchar *type_name, > const GTypeInfo *type_info, > GTypeFlags flags); >void g_type_module_add_interface (GTypeModule *module, > GType instance_type, > GType interface_type, > const GInterfaceInfo *interface_info); > > ># 34 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gtypeplugin.h" 1 ># 26 "/usr/include/glib-2.0/gobject/gtypeplugin.h" ># 1 "/usr/include/glib-2.0/gobject/gtype.h" 1 ># 27 "/usr/include/glib-2.0/gobject/gtypeplugin.h" 2 > > ># 40 "/usr/include/glib-2.0/gobject/gtypeplugin.h" >typedef struct _GTypePluginClass GTypePluginClass; >typedef void (*GTypePluginUse) (GTypePlugin *plugin); >typedef void (*GTypePluginUnuse) (GTypePlugin *plugin); >typedef void (*GTypePluginCompleteTypeInfo) (GTypePlugin *plugin, > GType g_type, > GTypeInfo *info, > GTypeValueTable *value_table); >typedef void (*GTypePluginCompleteInterfaceInfo) (GTypePlugin *plugin, > GType instance_type, > GType interface_type, > GInterfaceInfo *info); >struct _GTypePluginClass >{ > > GTypeInterface base_iface; > > > GTypePluginUse use_plugin; > GTypePluginUnuse unuse_plugin; > GTypePluginCompleteTypeInfo complete_type_info; > GTypePluginCompleteInterfaceInfo complete_interface_info; >}; > > > >GType g_type_plugin_get_type (void) __attribute__((__const__)); >void g_type_plugin_use (GTypePlugin *plugin); >void g_type_plugin_unuse (GTypePlugin *plugin); >void g_type_plugin_complete_type_info (GTypePlugin *plugin, > GType g_type, > GTypeInfo *info, > GTypeValueTable *value_table); >void g_type_plugin_complete_interface_info (GTypePlugin *plugin, > GType instance_type, > GType interface_type, > GInterfaceInfo *info); > > ># 35 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gvalue.h" 1 ># 36 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gvaluearray.h" 1 ># 28 "/usr/include/glib-2.0/gobject/gvaluearray.h" ># 1 "/usr/include/glib-2.0/gobject/gvalue.h" 1 ># 29 "/usr/include/glib-2.0/gobject/gvaluearray.h" 2 ># 37 "/usr/include/glib-2.0/gobject/gvaluearray.h" >typedef struct _GValueArray GValueArray; >struct _GValueArray >{ > guint n_values; > GValue *values; > > > guint n_prealloced; >}; > > > >GValue* g_value_array_get_nth (GValueArray *value_array, > guint index_); >GValueArray* g_value_array_new (guint n_prealloced); >void g_value_array_free (GValueArray *value_array); >GValueArray* g_value_array_copy (const GValueArray *value_array); >GValueArray* g_value_array_prepend (GValueArray *value_array, > const GValue *value); >GValueArray* g_value_array_append (GValueArray *value_array, > const GValue *value); >GValueArray* g_value_array_insert (GValueArray *value_array, > guint index_, > const GValue *value); >GValueArray* g_value_array_remove (GValueArray *value_array, > guint index_); >GValueArray* g_value_array_sort (GValueArray *value_array, > GCompareFunc compare_func); >GValueArray* g_value_array_sort_with_data (GValueArray *value_array, > GCompareDataFunc compare_func, > gpointer user_data); ># 37 "/usr/include/glib-2.0/glib-object.h" 2 ># 1 "/usr/include/glib-2.0/gobject/gvaluetypes.h" 1 ># 28 "/usr/include/glib-2.0/gobject/gvaluetypes.h" ># 1 "/usr/include/glib-2.0/gobject/gvalue.h" 1 ># 29 "/usr/include/glib-2.0/gobject/gvaluetypes.h" 2 > > ># 49 "/usr/include/glib-2.0/gobject/gvaluetypes.h" >void g_value_set_char (GValue *value, > gchar v_char); >gchar g_value_get_char (const GValue *value); >void g_value_set_uchar (GValue *value, > guchar v_uchar); >guchar g_value_get_uchar (const GValue *value); >void g_value_set_boolean (GValue *value, > gboolean v_boolean); >gboolean g_value_get_boolean (const GValue *value); >void g_value_set_int (GValue *value, > gint v_int); >gint g_value_get_int (const GValue *value); >void g_value_set_uint (GValue *value, > guint v_uint); >guint g_value_get_uint (const GValue *value); >void g_value_set_long (GValue *value, > glong v_long); >glong g_value_get_long (const GValue *value); >void g_value_set_ulong (GValue *value, > gulong v_ulong); >gulong g_value_get_ulong (const GValue *value); >void g_value_set_int64 (GValue *value, > gint64 v_int64); >gint64 g_value_get_int64 (const GValue *value); >void g_value_set_uint64 (GValue *value, > guint64 v_uint64); >guint64 g_value_get_uint64 (const GValue *value); >void g_value_set_float (GValue *value, > gfloat v_float); >gfloat g_value_get_float (const GValue *value); >void g_value_set_double (GValue *value, > gdouble v_double); >gdouble g_value_get_double (const GValue *value); >void g_value_set_string (GValue *value, > const gchar *v_string); >void g_value_set_static_string (GValue *value, > const gchar *v_string); >const gchar* g_value_get_string (const GValue *value); >gchar* g_value_dup_string (const GValue *value); >void g_value_set_pointer (GValue *value, > gpointer v_pointer); >gpointer g_value_get_pointer (const GValue *value); > > > >GType g_pointer_type_register_static (const gchar *name); > > >gchar* g_strdup_value_contents (const GValue *value); > > >void g_value_take_string (GValue *value, > gchar *v_string); > >void g_value_set_string_take_ownership (GValue *value, > gchar *v_string); > > > > >typedef gchar* gchararray; > > > ># 38 "/usr/include/glib-2.0/glib-object.h" 2 ># 5 "/usr/include/orbit-2.0/orbit/orb-core/corba-object.h" 2 > > ># 28 "/usr/include/orbit-2.0/orbit/orb-core/corba-object.h" >typedef struct _ORBitPolicy ORBitPolicy; > > > > >GType ORBit_policy_ex_get_type (void) __attribute__((__const__)); >ORBitPolicy *ORBit_policy_new (GType type, > const char *first_prop, > ...); >ORBitPolicy *ORBit_policy_ref (ORBitPolicy *p); >void ORBit_policy_unref (ORBitPolicy *p); >void ORBit_object_set_policy (CORBA_Object obj, > ORBitPolicy *p); >ORBitPolicy *ORBit_object_get_policy (CORBA_Object obj); >void ORBit_policy_push (ORBitPolicy *p); >void ORBit_policy_pop (void); > > > > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" 1 ># 49 "/usr/include/orbit-2.0/orbit/orb-core/corba-object.h" 2 > > > > >extern ORBit_IInterface CORBA_Object__iinterface; >extern ORBit_IMethod CORBA_Object__imethods[]; > > > > ># 16 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-policy-type.h" 1 > > > > > > ># 22 "/usr/include/orbit-2.0/orbit/orb-core/corba-policy-type.h" > ># 17 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/orb-core/corba-context.h" 1 > > > > > > ># 34 "/usr/include/orbit-2.0/orbit/orb-core/corba-context.h" > ># 18 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 2 > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orbit-small.h" 1 > > > > > > > ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" 1 ># 9 "/usr/include/orbit-2.0/orbit/orb-core/orbit-small.h" 2 > > > >typedef struct { > CORBA_unsigned_long version; > ORBit_IInterface **interfaces; > CORBA_sequence_CORBA_TypeCode types; >} ORBit_IModule; > >const char *ORBit_get_safe_tmp (void); > > >gpointer ORBit_small_alloc (CORBA_TypeCode tc); >gpointer ORBit_small_allocbuf (CORBA_TypeCode tc, > CORBA_unsigned_long length); >void ORBit_small_freekids (CORBA_TypeCode tc, > gpointer p, > gpointer d); > > >gpointer ORBit_sequence_alloc (CORBA_TypeCode sequence_tc, > CORBA_unsigned_long length); >void ORBit_sequence_append (gpointer sequence, > gconstpointer element); >void ORBit_sequence_set_size (gpointer sequence, > CORBA_unsigned_long length); > >void ORBit_sequence_concat (gpointer sequence, > gconstpointer append); > >typedef enum { > ORBIT_CONNECTION_CONNECTED, > ORBIT_CONNECTION_CONNECTING, > ORBIT_CONNECTION_DISCONNECTED, > ORBIT_CONNECTION_IN_PROC >} ORBitConnectionStatus; > >gpointer ORBit_small_get_servant (CORBA_Object obj); >ORBitConnectionStatus ORBit_small_get_connection_status (CORBA_Object obj); >ORBitConnectionStatus ORBit_small_listen_for_broken (CORBA_Object obj, > GCallback fn, > gpointer user_data); >ORBitConnectionStatus ORBit_small_unlisten_for_broken_full (CORBA_Object obj, > GCallback fn, > gpointer user_data); > >ORBitConnectionStatus ORBit_small_unlisten_for_broken (CORBA_Object obj, > GCallback fn); > >typedef struct _ORBitConnection ORBitConnection; > >ORBitConnection *ORBit_small_get_connection (CORBA_Object obj); >ORBitConnection *ORBit_small_get_connection_ref (CORBA_Object obj); >void ORBit_small_connection_unref (ORBitConnection *cnx); >void ORBit_connection_set_max_buffer (ORBitConnection *cnx, > gulong max_buffer_bytes); > > > > > > >extern int ORBit_small_flags; > > >void ORBit_small_invoke_stub (CORBA_Object object, > ORBit_IMethod *m_data, > gpointer ret, > gpointer *args, > CORBA_Context ctx, > CORBA_Environment *ev); > > >void ORBit_small_invoke_stub_n (CORBA_Object object, > ORBit_IMethods *methods, > glong index, > gpointer ret, > gpointer *args, > CORBA_Context ctx, > CORBA_Environment *ev); ># 105 "/usr/include/orbit-2.0/orbit/orb-core/orbit-small.h" >CORBA_char *ORBit_small_get_type_id (CORBA_Object object, > CORBA_Environment *ev); >ORBit_IInterface *ORBit_small_get_iinterface (CORBA_Object opt_object, > const CORBA_char *repo_id, > CORBA_Environment *ev); >gboolean ORBit_small_load_typelib (const char *libname); >CORBA_sequence_CORBA_TypeCode * > ORBit_small_get_types (const char *name); >CORBA_sequence_ORBit_IInterface * > ORBit_small_get_iinterfaces (const char *name); > >typedef struct _ORBitAsyncQueueEntry ORBitAsyncQueueEntry; > >typedef void (*ORBitAsyncInvokeFunc) (CORBA_Object object, > ORBit_IMethod *m_data, > ORBitAsyncQueueEntry *aqe, > gpointer user_data, > CORBA_Environment *ev); > > >void ORBit_small_invoke_async (CORBA_Object obj, > ORBit_IMethod *m_data, > ORBitAsyncInvokeFunc fn, > gpointer user_data, > gpointer *args, > CORBA_Context ctx, > CORBA_Environment *ev); > >void ORBit_small_demarshal_async (ORBitAsyncQueueEntry *aqe, > gpointer ret, > gpointer *args, > CORBA_Environment *ev); > > ># 20 "/usr/include/orbit-2.0/orbit/orb-core/orb-core.h" 2 ># 18 "/usr/include/orbit-2.0/orbit/orbit.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/poa/poa.h" 1 > > > ># 1 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" 1 ># 80 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef CORBA_sequence_CORBA_Object CORBA_sequence_PortableServer_POA; ># 94 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_PortableServer_POA_struct; ># 108 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef CORBA_sequence_PortableServer_POA PortableServer_POAList; ># 123 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_PortableServer_POAList_struct; ># 181 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef CORBA_sequence_CORBA_octet PortableServer_ObjectId; ># 196 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_PortableServer_ObjectId_struct; ># 209 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_ForwardRequest_type > PortableServer_ForwardRequest; > struct PortableServer_ForwardRequest_type > { > CORBA_Object forward_reference; > }; ># 228 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_PortableServer_ForwardRequest_struct; ># 266 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef enum > { > PortableServer_ORB_CTRL_MODEL, > PortableServer_SINGLE_THREAD_MODEL > } > PortableServer_ThreadPolicyValue; ># 284 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_ThreadPolicyValue_struct; > > > > > > > typedef struct PortableServer_ThreadPolicy_type > *PortableServer_ThreadPolicy; > > > > > > > typedef enum > { > PortableServer_TRANSIENT, > PortableServer_PERSISTENT > } > PortableServer_LifespanPolicyValue; ># 320 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_LifespanPolicyValue_struct; > > > > > > > typedef struct PortableServer_LifespanPolicy_type > *PortableServer_LifespanPolicy; > > > > > > > typedef enum > { > PortableServer_UNIQUE_ID, > PortableServer_MULTIPLE_ID > } > PortableServer_IdUniquenessPolicyValue; ># 356 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_IdUniquenessPolicyValue_struct; > > > > > > > typedef struct PortableServer_IdUniquenessPolicy_type > *PortableServer_IdUniquenessPolicy; > > > > > > > typedef enum > { > PortableServer_USER_ID, > PortableServer_SYSTEM_ID > } > PortableServer_IdAssignmentPolicyValue; ># 392 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_IdAssignmentPolicyValue_struct; > > > > > > > typedef struct PortableServer_IdAssignmentPolicy_type > *PortableServer_IdAssignmentPolicy; > > > > > > > typedef enum > { > PortableServer_IMPLICIT_ACTIVATION, > PortableServer_NO_IMPLICIT_ACTIVATION > } > PortableServer_ImplicitActivationPolicyValue; ># 428 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_ImplicitActivationPolicyValue_struct; > > > > > > > typedef struct PortableServer_ImplicitActivationPolicy_type > *PortableServer_ImplicitActivationPolicy; > > > > > > > typedef enum > { > PortableServer_RETAIN, > PortableServer_NON_RETAIN > } > PortableServer_ServantRetentionPolicyValue; ># 464 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_ServantRetentionPolicyValue_struct; > > > > > > > typedef struct PortableServer_ServantRetentionPolicy_type > *PortableServer_ServantRetentionPolicy; > > > > > > > typedef enum > { > PortableServer_USE_ACTIVE_OBJECT_MAP_ONLY, > PortableServer_USE_DEFAULT_SERVANT, > PortableServer_USE_SERVANT_MANAGER > } > PortableServer_RequestProcessingPolicyValue; ># 501 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_RequestProcessingPolicyValue_struct; > > > > > > > typedef struct PortableServer_RequestProcessingPolicy_type > *PortableServer_RequestProcessingPolicy; > > > > > > > > typedef struct PortableServer_POAManager_type *PortableServer_POAManager; ># 529 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_POAManager_AdapterInactive_type > PortableServer_POAManager_AdapterInactive; > struct PortableServer_POAManager_AdapterInactive_type > { > int dummy; > }; ># 548 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_POAManager_AdapterInactive_struct; > > > > > > > > typedef enum > { > PortableServer_POAManager_HOLDING, > PortableServer_POAManager_ACTIVE, > PortableServer_POAManager_DISCARDING, > PortableServer_POAManager_INACTIVE > } > PortableServer_POAManager_State; ># 579 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_POAManager_State_struct; > > > > > > > typedef struct PortableServer_AdapterActivator_type > *PortableServer_AdapterActivator; > > > > > > > > typedef struct PortableServer_ServantManager_type > *PortableServer_ServantManager; > > > > > > > > typedef struct PortableServer_ServantActivator_type > *PortableServer_ServantActivator; > > > > > > > > typedef struct PortableServer_ServantLocator_type > *PortableServer_ServantLocator; > > > > > > > typedef struct PortableServer_ServantLocator_Cookie_type > *PortableServer_ServantLocator_Cookie; ># 639 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_POA_AdapterAlreadyExists_type > PortableServer_POA_AdapterAlreadyExists; > struct PortableServer_POA_AdapterAlreadyExists_type > { > int dummy; > }; ># 658 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_POA_AdapterAlreadyExists_struct; ># 671 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_POA_AdapterNonExistent_type > PortableServer_POA_AdapterNonExistent; > struct PortableServer_POA_AdapterNonExistent_type > { > int dummy; > }; ># 690 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_POA_AdapterNonExistent_struct; ># 703 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_POA_InvalidPolicy_type > PortableServer_POA_InvalidPolicy; > struct PortableServer_POA_InvalidPolicy_type > { > CORBA_unsigned_short index; > }; ># 722 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_POA_InvalidPolicy_struct; ># 735 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_POA_NoServant_type > PortableServer_POA_NoServant; > struct PortableServer_POA_NoServant_type > { > int dummy; > }; ># 754 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_PortableServer_POA_NoServant_struct; ># 766 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_POA_ObjectAlreadyActive_type > PortableServer_POA_ObjectAlreadyActive; > struct PortableServer_POA_ObjectAlreadyActive_type > { > int dummy; > }; ># 785 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_POA_ObjectAlreadyActive_struct; ># 798 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_POA_ObjectNotActive_type > PortableServer_POA_ObjectNotActive; > struct PortableServer_POA_ObjectNotActive_type > { > int dummy; > }; ># 817 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_POA_ObjectNotActive_struct; ># 830 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_POA_ServantAlreadyActive_type > PortableServer_POA_ServantAlreadyActive; > struct PortableServer_POA_ServantAlreadyActive_type > { > int dummy; > }; ># 849 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_POA_ServantAlreadyActive_struct; ># 862 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_POA_ServantNotActive_type > PortableServer_POA_ServantNotActive; > struct PortableServer_POA_ServantNotActive_type > { > int dummy; > }; ># 881 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_POA_ServantNotActive_struct; ># 894 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_POA_WrongAdapter_type > PortableServer_POA_WrongAdapter; > struct PortableServer_POA_WrongAdapter_type > { > int dummy; > }; ># 913 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_POA_WrongAdapter_struct; ># 926 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_POA_WrongPolicy_type > PortableServer_POA_WrongPolicy; > struct PortableServer_POA_WrongPolicy_type > { > int dummy; > }; ># 945 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_POA_WrongPolicy_struct; ># 957 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_Current_type *PortableServer_Current; ># 966 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > typedef struct PortableServer_Current_NoContext_type > PortableServer_Current_NoContext; > struct PortableServer_Current_NoContext_type > { > int dummy; > }; ># 985 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_PortableServer_Current_NoContext_struct; ># 999 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" > PortableServer_ThreadPolicyValue > PortableServer_ThreadPolicy__get_value(PortableServer_ThreadPolicy _obj, > CORBA_Environment * ev); > > > > PortableServer_LifespanPolicyValue > PortableServer_LifespanPolicy__get_value(PortableServer_LifespanPolicy > _obj, CORBA_Environment * ev); > > > > PortableServer_IdUniquenessPolicyValue > PortableServer_IdUniquenessPolicy__get_value > (PortableServer_IdUniquenessPolicy _obj, CORBA_Environment * ev); > > > > PortableServer_IdAssignmentPolicyValue > PortableServer_IdAssignmentPolicy__get_value > (PortableServer_IdAssignmentPolicy _obj, CORBA_Environment * ev); > > > > PortableServer_ImplicitActivationPolicyValue > PortableServer_ImplicitActivationPolicy__get_value > (PortableServer_ImplicitActivationPolicy _obj, CORBA_Environment * ev); > > > > PortableServer_ServantRetentionPolicyValue > PortableServer_ServantRetentionPolicy__get_value > (PortableServer_ServantRetentionPolicy _obj, CORBA_Environment * ev); > > > > PortableServer_RequestProcessingPolicyValue > PortableServer_RequestProcessingPolicy__get_value > (PortableServer_RequestProcessingPolicy _obj, CORBA_Environment * ev); > void PortableServer_POAManager_activate(PortableServer_POAManager _obj, > CORBA_Environment * ev); > void PortableServer_POAManager_hold_requests(PortableServer_POAManager > _obj, > const CORBA_boolean > wait_for_completion, > CORBA_Environment * ev); > void PortableServer_POAManager_discard_requests(PortableServer_POAManager > _obj, > const CORBA_boolean > wait_for_completion, > CORBA_Environment * ev); > void PortableServer_POAManager_deactivate(PortableServer_POAManager _obj, > const CORBA_boolean > etherealize_objects, > const CORBA_boolean > wait_for_completion, > CORBA_Environment * ev); > PortableServer_POAManager_State > PortableServer_POAManager_get_state(PortableServer_POAManager _obj, > CORBA_Environment * ev); > CORBA_boolean > PortableServer_AdapterActivator_unknown_adapter > (PortableServer_AdapterActivator _obj, const PortableServer_POA parent, > const CORBA_char * name, CORBA_Environment * ev); > PortableServer_Servant > PortableServer_ServantActivator_incarnate > (PortableServer_ServantActivator _obj, > const PortableServer_ObjectId * oid, const PortableServer_POA adapter, > CORBA_Environment * ev); > void > PortableServer_ServantActivator_etherealize > (PortableServer_ServantActivator _obj, > const PortableServer_ObjectId * oid, const PortableServer_POA adapter, > const PortableServer_Servant serv, > const CORBA_boolean cleanup_in_progress, > const CORBA_boolean remaining_activations, CORBA_Environment * ev); > PortableServer_Servant > PortableServer_ServantLocator_preinvoke(PortableServer_ServantLocator > _obj, > const PortableServer_ObjectId * > oid, > const PortableServer_POA > adapter, > const CORBA_char * operation, > PortableServer_ServantLocator_Cookie > the_cookie, > CORBA_Environment * ev); > void PortableServer_ServantLocator_postinvoke(PortableServer_ServantLocator > _obj, > const PortableServer_ObjectId > * oid, > const PortableServer_POA > adapter, > const CORBA_char * operation, > const > PortableServer_ServantLocator_Cookie > the_cookie, > const PortableServer_Servant > the_servant, > CORBA_Environment * ev); > PortableServer_POA PortableServer_POA_create_POA(PortableServer_POA _obj, > const CORBA_char * > adapter_name, > const > PortableServer_POAManager > a_POAManager, > const CORBA_PolicyList * > policies, > CORBA_Environment * ev); > PortableServer_POA PortableServer_POA_find_POA(PortableServer_POA _obj, > const CORBA_char * > adapter_name, > const CORBA_boolean > activate_it, > CORBA_Environment * ev); > void PortableServer_POA_destroy(PortableServer_POA _obj, > const CORBA_boolean etherealize_objects, > const CORBA_boolean wait_for_completion, > CORBA_Environment * ev); > PortableServer_ThreadPolicy > PortableServer_POA_create_thread_policy(PortableServer_POA _obj, > const > PortableServer_ThreadPolicyValue > value, CORBA_Environment * ev); > PortableServer_LifespanPolicy > PortableServer_POA_create_lifespan_policy(PortableServer_POA _obj, > const > PortableServer_LifespanPolicyValue > value, > CORBA_Environment * ev); > PortableServer_IdUniquenessPolicy > PortableServer_POA_create_id_uniqueness_policy(PortableServer_POA _obj, > const > PortableServer_IdUniquenessPolicyValue > value, > CORBA_Environment * ev); > PortableServer_IdAssignmentPolicy > PortableServer_POA_create_id_assignment_policy(PortableServer_POA _obj, > const > PortableServer_IdAssignmentPolicyValue > value, > CORBA_Environment * ev); > PortableServer_ImplicitActivationPolicy > PortableServer_POA_create_implicit_activation_policy(PortableServer_POA > _obj, > const > PortableServer_ImplicitActivationPolicyValue > value, > CORBA_Environment * > ev); > PortableServer_ServantRetentionPolicy > PortableServer_POA_create_servant_retention_policy(PortableServer_POA > _obj, > const > PortableServer_ServantRetentionPolicyValue > value, > CORBA_Environment * > ev); > PortableServer_RequestProcessingPolicy > PortableServer_POA_create_request_processing_policy(PortableServer_POA > _obj, > const > PortableServer_RequestProcessingPolicyValue > value, > CORBA_Environment * > ev); > CORBA_string PortableServer_POA__get_the_name(PortableServer_POA _obj, > CORBA_Environment * ev); > PortableServer_POA PortableServer_POA__get_the_parent(PortableServer_POA > _obj, > CORBA_Environment * > ev); > PortableServer_POAList > *PortableServer_POA__get_the_children(PortableServer_POA _obj, > CORBA_Environment * ev); > PortableServer_POAManager > PortableServer_POA__get_the_POAManager(PortableServer_POA _obj, > CORBA_Environment * ev); > PortableServer_AdapterActivator > PortableServer_POA__get_the_activator(PortableServer_POA _obj, > CORBA_Environment * ev); > void PortableServer_POA__set_the_activator(PortableServer_POA _obj, > const > PortableServer_AdapterActivator > value, CORBA_Environment * ev); > PortableServer_ServantManager > PortableServer_POA_get_servant_manager(PortableServer_POA _obj, > CORBA_Environment * ev); > void PortableServer_POA_set_servant_manager(PortableServer_POA _obj, > const > PortableServer_ServantManager > imgr, CORBA_Environment * ev); > PortableServer_Servant PortableServer_POA_get_servant(PortableServer_POA > _obj, > CORBA_Environment * > ev); > void PortableServer_POA_set_servant(PortableServer_POA _obj, > const PortableServer_Servant p_servant, > CORBA_Environment * ev); > PortableServer_ObjectId > *PortableServer_POA_activate_object(PortableServer_POA _obj, > const PortableServer_Servant > p_servant, CORBA_Environment * ev); > void PortableServer_POA_activate_object_with_id(PortableServer_POA _obj, > const > PortableServer_ObjectId * > id, > const > PortableServer_Servant > p_servant, > CORBA_Environment * ev); > void PortableServer_POA_deactivate_object(PortableServer_POA _obj, > const PortableServer_ObjectId * > oid, CORBA_Environment * ev); > CORBA_Object PortableServer_POA_create_reference(PortableServer_POA _obj, > const CORBA_char * intf, > CORBA_Environment * ev); > CORBA_Object > PortableServer_POA_create_reference_with_id(PortableServer_POA _obj, > const > PortableServer_ObjectId * > oid, > const CORBA_char * intf, > CORBA_Environment * ev); > PortableServer_ObjectId > *PortableServer_POA_servant_to_id(PortableServer_POA _obj, > const PortableServer_Servant > p_servant, CORBA_Environment * ev); > CORBA_Object PortableServer_POA_servant_to_reference(PortableServer_POA > _obj, > const > PortableServer_Servant > p_servant, > CORBA_Environment * > ev); > PortableServer_Servant > PortableServer_POA_reference_to_servant(PortableServer_POA _obj, > const CORBA_Object reference, > CORBA_Environment * ev); > PortableServer_ObjectId > *PortableServer_POA_reference_to_id(PortableServer_POA _obj, > const CORBA_Object reference, > CORBA_Environment * ev); > PortableServer_Servant PortableServer_POA_id_to_servant(PortableServer_POA > _obj, > const > PortableServer_ObjectId > * oid, > CORBA_Environment * > ev); > CORBA_Object PortableServer_POA_id_to_reference(PortableServer_POA _obj, > const > PortableServer_ObjectId * > oid, > CORBA_Environment * ev); > PortableServer_POA PortableServer_Current_get_POA(PortableServer_Current > _obj, > CORBA_Environment * ev); > PortableServer_ObjectId > *PortableServer_Current_get_object_id(PortableServer_Current _obj, > CORBA_Environment * ev); > > > > > ># 1 "/usr/include/orbit-2.0/orbit/orbit.h" 1 ># 1266 "/usr/include/orbit-2.0/orbit/poa/poa-defs.h" 2 ># 5 "/usr/include/orbit-2.0/orbit/poa/poa.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/poa/poa-types.h" 1 > > > ># 1 "/usr/include/orbit-2.0/orbit/poa/orbit-adaptor.h" 1 > > > > > > > > >typedef enum { > ORBIT_THREAD_HINT_NONE = 0, > ORBIT_THREAD_HINT_PER_OBJECT, > ORBIT_THREAD_HINT_PER_REQUEST, > ORBIT_THREAD_HINT_PER_POA, > ORBIT_THREAD_HINT_PER_CONNECTION, > ORBIT_THREAD_HINT_ONEWAY_AT_IDLE, > ORBIT_THREAD_HINT_ALL_AT_IDLE, > ORBIT_THREAD_HINT_ON_CONTEXT >} ORBitThreadHint; > >typedef struct ORBit_ObjectAdaptor_type *ORBit_ObjectAdaptor; > >void ORBit_ObjectAdaptor_set_thread_hint (ORBit_ObjectAdaptor adaptor, > ORBitThreadHint thread_hint, > ...); >void ORBit_ObjectAdaptor_set_thread_hintv (ORBit_ObjectAdaptor adaptor, > ORBitThreadHint thread_hint, > va_list args); >ORBitThreadHint ORBit_ObjectAdaptor_get_thread_hint (ORBit_ObjectAdaptor adaptor); > >void ORBit_ObjectAdaptor_object_bind_to_current_thread (CORBA_Object obj); ># 133 "/usr/include/orbit-2.0/orbit/poa/orbit-adaptor.h" > ># 5 "/usr/include/orbit-2.0/orbit/poa/poa-types.h" 2 > > > > > >typedef struct { > void (*dummy_padding) (void); > ORBit_impl_finder impl_finder; > const char *class_name; > CORBA_unsigned_long *class_id; > ORBit_VepvIdx *vepvmap; > ORBit_IInterface *idata; >} PortableServer_ClassInfo; ># 57 "/usr/include/orbit-2.0/orbit/poa/poa-types.h" >void >ORBit_c_stub_invoke (CORBA_Object obj, > ORBit_IMethods *methods, > glong method_index, > gpointer ret, > gpointer args, > CORBA_Context ctx, > CORBA_Environment *ev, > glong class_id, > glong method_offset, > ORBitSmallSkeleton skel_impl); ># 86 "/usr/include/orbit-2.0/orbit/poa/poa-types.h" > ># 6 "/usr/include/orbit-2.0/orbit/poa/poa.h" 2 > > > >typedef struct { > void *_private; >} POA_PortableServer_ServantManager__epv; > >typedef struct { > void *_private; > > PortableServer_Servant(*incarnate) (PortableServer_Servant _servant, > const PortableServer_ObjectId * > oid, > const PortableServer_POA adapter, > CORBA_Environment * ev); > void (*etherealize) (PortableServer_Servant _servant, > const PortableServer_ObjectId * oid, > const PortableServer_POA adapter, > const PortableServer_Servant serv, > const CORBA_boolean cleanup_in_progress, > const CORBA_boolean remaining_activations, > CORBA_Environment * ev); >} POA_PortableServer_ServantActivator__epv; >typedef struct { > PortableServer_ServantBase__epv *_base_epv; > POA_PortableServer_ServantManager__epv > *PortableServer_ServantManager_epv; > POA_PortableServer_ServantActivator__epv > *PortableServer_ServantActivator_epv; >} POA_PortableServer_ServantActivator__vepv; > >typedef struct { > void *_private; > POA_PortableServer_ServantActivator__vepv *vepv; >} POA_PortableServer_ServantActivator; > >typedef struct { > void *_private; > > PortableServer_Servant(*preinvoke) (PortableServer_Servant _servant, > const PortableServer_ObjectId * > oid, > const PortableServer_POA adapter, > const CORBA_Identifier operation, > PortableServer_ServantLocator_Cookie > * the_cookie, > CORBA_Environment * ev); > void (*postinvoke) (PortableServer_Servant _servant, > const PortableServer_ObjectId * oid, > const PortableServer_POA adapter, > const CORBA_Identifier operation, > const PortableServer_ServantLocator_Cookie > the_cookie, > const PortableServer_Servant the_servant, > CORBA_Environment * ev); >} POA_PortableServer_ServantLocator__epv; >typedef struct { > PortableServer_ServantBase__epv *_base_epv; > POA_PortableServer_ServantManager__epv > *PortableServer_ServantManager_epv; > POA_PortableServer_ServantLocator__epv > *PortableServer_ServantLocator_epv; >} POA_PortableServer_ServantLocator__vepv; >typedef struct { > void *_private; > POA_PortableServer_ServantLocator__vepv *vepv; >} POA_PortableServer_ServantLocator; > ># 1 "/usr/include/orbit-2.0/orbit/poa/portableserver-poa-type.h" 1 > > > > > > ># 50 "/usr/include/orbit-2.0/orbit/poa/portableserver-poa-type.h" > ># 75 "/usr/include/orbit-2.0/orbit/poa/poa.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/poa/portableserver-current-type.h" 1 > > > > > > ># 18 "/usr/include/orbit-2.0/orbit/poa/portableserver-current-type.h" > ># 76 "/usr/include/orbit-2.0/orbit/poa/poa.h" 2 > >void PortableServer_ServantBase__init (PortableServer_Servant servant, > CORBA_Environment *ev); >void PortableServer_ServantBase__fini (PortableServer_Servant servant, > CORBA_Environment *ev); > >void PortableServer_RefCountServantBase__init (PortableServer_Servant servant, > CORBA_Environment *ev); >void PortableServer_RefCountServantBase__fini (PortableServer_Servant servant, > CORBA_Environment *ev); > >void PortableServer_ServantBase__add_ref (PortableServer_Servant servant, > CORBA_Environment *ev); >void PortableServer_ServantBase__remove_ref (PortableServer_Servant servant, > CORBA_Environment *ev); > >void PortableServer_RefCountServantBase__add_ref (PortableServer_Servant servant, > CORBA_Environment *ev); >void PortableServer_RefCountServantBase__remove_ref (PortableServer_Servant servant, > CORBA_Environment *ev); > >PortableServer_POA > PortableServer_ServantBase__default_POA (PortableServer_Servant servant, > CORBA_Environment *ev); >CORBA_InterfaceDef > PortableServer_ServantBase__get_interface (PortableServer_Servant servant, > CORBA_Environment *ev); >CORBA_boolean > PortableServer_ServantBase__is_a (PortableServer_Servant servant, > const CORBA_char *logical_type_id, > CORBA_Environment *ev); ># 115 "/usr/include/orbit-2.0/orbit/poa/poa.h" >PortableServer_ObjectId *PortableServer_string_to_ObjectId(CORBA_char *str, > CORBA_Environment *nv); > >PortableServer_ObjectId *PortableServer_wstring_to_ObjectId(CORBA_wchar *str, > CORBA_Environment *ev); > >CORBA_char *PortableServer_ObjectId_to_string(PortableServer_ObjectId *oid, > CORBA_Environment *ev); > >CORBA_wchar *PortableServer_ObjectId_to_wstring(PortableServer_ObjectId *oid, > CORBA_Environment *ev); > > >PortableServer_POA ORBit_POA_new_from (CORBA_ORB orb, > PortableServer_POA parent, > const CORBA_char *adaptor_name, > const CORBA_PolicyList *opt_policies, > CORBA_Environment *ev); > > > >void ORBit_skel_class_register (PortableServer_ClassInfo *ci, > PortableServer_ServantBase *servant, > void (*opt_finalize) (PortableServer_Servant, > CORBA_Environment *), > CORBA_unsigned_long class_offset, > CORBA_unsigned_long first_parent_id, > ...); > > >void ORBit_classinfo_register (PortableServer_ClassInfo *ci); ># 164 "/usr/include/orbit-2.0/orbit/poa/poa.h" > ># 19 "/usr/include/orbit-2.0/orbit/orbit.h" 2 ># 1 "/usr/include/orbit-2.0/orbit/dynamic/dynamic.h" 1 ># 1 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" 1 ># 20 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef struct DynamicAny_DynAny_type *DynamicAny_DynAny; ># 29 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef struct DynamicAny_DynAny_InvalidValue_type > DynamicAny_DynAny_InvalidValue; > struct DynamicAny_DynAny_InvalidValue_type > { > int dummy; > }; ># 52 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_DynamicAny_DynAny_InvalidValue_struct; ># 65 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef struct DynamicAny_DynAny_TypeMismatch_type > DynamicAny_DynAny_TypeMismatch; > struct DynamicAny_DynAny_TypeMismatch_type > { > int dummy; > }; ># 88 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_DynamicAny_DynAny_TypeMismatch_struct; ># 100 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef struct DynamicAny_DynFixed_type *DynamicAny_DynFixed; > > > > > > > > typedef struct DynamicAny_DynEnum_type *DynamicAny_DynEnum; > > > > > > > typedef CORBA_string DynamicAny_FieldName; ># 134 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_DynamicAny_FieldName_struct; > > > > > > > > typedef struct DynamicAny_NameValuePair_type DynamicAny_NameValuePair; > struct DynamicAny_NameValuePair_type > { > DynamicAny_FieldName id; > CORBA_any value; > }; ># 167 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_DynamicAny_NameValuePair_struct; ># 191 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > DynamicAny_NameValuePair *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_DynamicAny_NameValuePair; ># 216 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_DynamicAny_NameValuePair_struct; ># 229 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef CORBA_sequence_DynamicAny_NameValuePair > DynamicAny_NameValuePairSeq; ># 249 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_DynamicAny_NameValuePairSeq_struct; ># 260 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef struct DynamicAny_NameDynAnyPair_type DynamicAny_NameDynAnyPair; > struct DynamicAny_NameDynAnyPair_type > { > DynamicAny_FieldName id; > DynamicAny_DynAny value; > }; ># 283 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_DynamicAny_NameDynAnyPair_struct; ># 307 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > DynamicAny_NameDynAnyPair *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_DynamicAny_NameDynAnyPair; ># 332 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_DynamicAny_NameDynAnyPair_struct; ># 345 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef CORBA_sequence_DynamicAny_NameDynAnyPair > DynamicAny_NameDynAnyPairSeq; ># 365 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_DynamicAny_NameDynAnyPairSeq_struct; ># 377 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef struct DynamicAny_DynStruct_type *DynamicAny_DynStruct; > > > > > > > > typedef struct DynamicAny_DynUnion_type *DynamicAny_DynUnion; ># 443 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef CORBA_sequence_CORBA_any DynamicAny_AnySeq; ># 462 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_DynamicAny_AnySeq_struct; ># 538 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef CORBA_sequence_CORBA_Object CORBA_sequence_DynamicAny_DynAny; ># 556 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_DynamicAny_DynAny_struct; ># 570 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef CORBA_sequence_DynamicAny_DynAny DynamicAny_DynAnySeq; ># 589 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct TC_DynamicAny_DynAnySeq_struct; ># 601 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef struct DynamicAny_DynSequence_type *DynamicAny_DynSequence; > > > > > > > > typedef struct DynamicAny_DynArray_type *DynamicAny_DynArray; > > > > > > > > typedef struct DynamicAny_DynValue_type *DynamicAny_DynValue; > > > > > > > > typedef struct DynamicAny_DynAnyFactory_type *DynamicAny_DynAnyFactory; ># 634 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > typedef struct DynamicAny_DynAnyFactory_InconsistentTypeCode_type > DynamicAny_DynAnyFactory_InconsistentTypeCode; > struct DynamicAny_DynAnyFactory_InconsistentTypeCode_type > { > int dummy; > }; ># 657 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > extern > > const struct CORBA_TypeCode_struct > TC_DynamicAny_DynAnyFactory_InconsistentTypeCode_struct; > > > > > > > > CORBA_TypeCode DynamicAny_DynAny_type(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > void DynamicAny_DynAny_assign(DynamicAny_DynAny _obj, > const DynamicAny_DynAny dyn_any, > CORBA_Environment * ev); > void DynamicAny_DynAny_from_any(DynamicAny_DynAny _obj, > const CORBA_any * value, > CORBA_Environment * ev); > CORBA_any *DynamicAny_DynAny_to_any(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_boolean DynamicAny_DynAny_equal(DynamicAny_DynAny _obj, > const DynamicAny_DynAny dyn_any, > CORBA_Environment * ev); > void DynamicAny_DynAny_destroy(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > DynamicAny_DynAny DynamicAny_DynAny_copy(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_boolean(DynamicAny_DynAny _obj, > const CORBA_boolean value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_octet(DynamicAny_DynAny _obj, > const CORBA_octet value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_char(DynamicAny_DynAny _obj, > const CORBA_char value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_short(DynamicAny_DynAny _obj, > const CORBA_short value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_ushort(DynamicAny_DynAny _obj, > const CORBA_unsigned_short value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_long(DynamicAny_DynAny _obj, > const CORBA_long value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_ulong(DynamicAny_DynAny _obj, > const CORBA_unsigned_long value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_float(DynamicAny_DynAny _obj, > const CORBA_float value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_double(DynamicAny_DynAny _obj, > const CORBA_double value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_string(DynamicAny_DynAny _obj, > const CORBA_char * value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_reference(DynamicAny_DynAny _obj, > const CORBA_Object value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_typecode(DynamicAny_DynAny _obj, > const CORBA_TypeCode value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_longlong(DynamicAny_DynAny _obj, > const CORBA_long_long value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_ulonglong(DynamicAny_DynAny _obj, > const CORBA_unsigned_long_long > value, CORBA_Environment * ev); > void DynamicAny_DynAny_insert_longdouble(DynamicAny_DynAny _obj, > const CORBA_long_double value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_wchar(DynamicAny_DynAny _obj, > const CORBA_wchar value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_wstring(DynamicAny_DynAny _obj, > const CORBA_wstring value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_any(DynamicAny_DynAny _obj, > const CORBA_any * value, > CORBA_Environment * ev); > void DynamicAny_DynAny_insert_dyn_any(DynamicAny_DynAny _obj, > const DynamicAny_DynAny value, > CORBA_Environment * ev); > CORBA_boolean DynamicAny_DynAny_get_boolean(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_octet DynamicAny_DynAny_get_octet(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_char DynamicAny_DynAny_get_char(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_short DynamicAny_DynAny_get_short(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_unsigned_short DynamicAny_DynAny_get_ushort(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_long DynamicAny_DynAny_get_long(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_unsigned_long DynamicAny_DynAny_get_ulong(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_float DynamicAny_DynAny_get_float(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_double DynamicAny_DynAny_get_double(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_string DynamicAny_DynAny_get_string(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_Object DynamicAny_DynAny_get_reference(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_TypeCode DynamicAny_DynAny_get_typecode(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_long_long DynamicAny_DynAny_get_longlong(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_unsigned_long_long DynamicAny_DynAny_get_ulonglong(DynamicAny_DynAny > _obj, > CORBA_Environment > * ev); > CORBA_long_double DynamicAny_DynAny_get_longdouble(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_wchar DynamicAny_DynAny_get_wchar(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_wstring DynamicAny_DynAny_get_wstring(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_any *DynamicAny_DynAny_get_any(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > DynamicAny_DynAny DynamicAny_DynAny_get_dyn_any(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_boolean DynamicAny_DynAny_seek(DynamicAny_DynAny _obj, > const CORBA_long index, > CORBA_Environment * ev); > void DynamicAny_DynAny_rewind(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_boolean DynamicAny_DynAny_next(DynamicAny_DynAny _obj, > CORBA_Environment * ev); > CORBA_unsigned_long DynamicAny_DynAny_component_count(DynamicAny_DynAny > _obj, > CORBA_Environment * > ev); > DynamicAny_DynAny DynamicAny_DynAny_current_component(DynamicAny_DynAny > _obj, > CORBA_Environment * > ev); ># 847 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > CORBA_string DynamicAny_DynFixed_get_value(DynamicAny_DynFixed _obj, > CORBA_Environment * ev); > CORBA_boolean DynamicAny_DynFixed_set_value(DynamicAny_DynFixed _obj, > const CORBA_char * val, > CORBA_Environment * ev); ># 902 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > CORBA_string DynamicAny_DynEnum_get_as_string(DynamicAny_DynEnum _obj, > CORBA_Environment * ev); > void DynamicAny_DynEnum_set_as_string(DynamicAny_DynEnum _obj, > const CORBA_char * value, > CORBA_Environment * ev); > CORBA_unsigned_long DynamicAny_DynEnum_get_as_ulong(DynamicAny_DynEnum > _obj, > CORBA_Environment * > ev); > void DynamicAny_DynEnum_set_as_ulong(DynamicAny_DynEnum _obj, > const CORBA_unsigned_long value, > CORBA_Environment * ev); ># 964 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > DynamicAny_FieldName > DynamicAny_DynStruct_current_member_name(DynamicAny_DynStruct _obj, > CORBA_Environment * ev); > CORBA_TCKind DynamicAny_DynStruct_current_member_kind(DynamicAny_DynStruct > _obj, > CORBA_Environment * > ev); > DynamicAny_NameValuePairSeq > *DynamicAny_DynStruct_get_members(DynamicAny_DynStruct _obj, > CORBA_Environment * ev); > void DynamicAny_DynStruct_set_members(DynamicAny_DynStruct _obj, > const DynamicAny_NameValuePairSeq * > value, CORBA_Environment * ev); > DynamicAny_NameDynAnyPairSeq > *DynamicAny_DynStruct_get_members_as_dyn_any(DynamicAny_DynStruct _obj, > CORBA_Environment * ev); > void DynamicAny_DynStruct_set_members_as_dyn_any(DynamicAny_DynStruct _obj, > const > DynamicAny_NameDynAnyPairSeq > * value, > CORBA_Environment * ev); ># 1035 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > DynamicAny_DynAny DynamicAny_DynUnion_get_discriminator(DynamicAny_DynUnion > _obj, > CORBA_Environment * > ev); > void DynamicAny_DynUnion_set_discriminator(DynamicAny_DynUnion _obj, > const DynamicAny_DynAny d, > CORBA_Environment * ev); > void DynamicAny_DynUnion_set_to_default_member(DynamicAny_DynUnion _obj, > CORBA_Environment * ev); > void DynamicAny_DynUnion_set_to_no_active_member(DynamicAny_DynUnion _obj, > CORBA_Environment * ev); > CORBA_boolean DynamicAny_DynUnion_has_no_active_member(DynamicAny_DynUnion > _obj, > CORBA_Environment * > ev); > CORBA_TCKind DynamicAny_DynUnion_discriminator_kind(DynamicAny_DynUnion > _obj, > CORBA_Environment * > ev); > DynamicAny_DynAny DynamicAny_DynUnion_member(DynamicAny_DynUnion _obj, > CORBA_Environment * ev); > DynamicAny_FieldName DynamicAny_DynUnion_member_name(DynamicAny_DynUnion > _obj, > CORBA_Environment * > ev); > CORBA_TCKind DynamicAny_DynUnion_member_kind(DynamicAny_DynUnion _obj, > CORBA_Environment * ev); ># 1112 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > CORBA_unsigned_long > DynamicAny_DynSequence_get_length(DynamicAny_DynSequence _obj, > CORBA_Environment * ev); > void DynamicAny_DynSequence_set_length(DynamicAny_DynSequence _obj, > const CORBA_unsigned_long len, > CORBA_Environment * ev); > DynamicAny_AnySeq > *DynamicAny_DynSequence_get_elements(DynamicAny_DynSequence _obj, > CORBA_Environment * ev); > void DynamicAny_DynSequence_set_elements(DynamicAny_DynSequence _obj, > const DynamicAny_AnySeq * value, > CORBA_Environment * ev); > DynamicAny_DynAnySeq > *DynamicAny_DynSequence_get_elements_as_dyn_any(DynamicAny_DynSequence > _obj, > CORBA_Environment * ev); > void DynamicAny_DynSequence_set_elements_as_dyn_any(DynamicAny_DynSequence > _obj, > const > DynamicAny_DynAnySeq * > value, > CORBA_Environment * > ev); ># 1185 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > DynamicAny_AnySeq *DynamicAny_DynArray_get_elements(DynamicAny_DynArray > _obj, > CORBA_Environment * > ev); > void DynamicAny_DynArray_set_elements(DynamicAny_DynArray _obj, > const DynamicAny_AnySeq * value, > CORBA_Environment * ev); > DynamicAny_DynAnySeq > *DynamicAny_DynArray_get_elements_as_dyn_any(DynamicAny_DynArray _obj, > CORBA_Environment * ev); > void DynamicAny_DynArray_set_elements_as_dyn_any(DynamicAny_DynArray _obj, > const DynamicAny_DynAnySeq > * value, > CORBA_Environment * ev); ># 1249 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" > DynamicAny_FieldName > DynamicAny_DynValue_current_member_name(DynamicAny_DynValue _obj, > CORBA_Environment * ev); > CORBA_TCKind DynamicAny_DynValue_current_member_kind(DynamicAny_DynValue > _obj, > CORBA_Environment * > ev); > DynamicAny_NameValuePairSeq > *DynamicAny_DynValue_get_members(DynamicAny_DynValue _obj, > CORBA_Environment * ev); > void DynamicAny_DynValue_set_members(DynamicAny_DynValue _obj, > const DynamicAny_NameValuePairSeq * > value, CORBA_Environment * ev); > DynamicAny_NameDynAnyPairSeq > *DynamicAny_DynValue_get_members_as_dyn_any(DynamicAny_DynValue _obj, > CORBA_Environment * ev); > void DynamicAny_DynValue_set_members_as_dyn_any(DynamicAny_DynValue _obj, > const > DynamicAny_NameDynAnyPairSeq > * value, > CORBA_Environment * ev); > DynamicAny_DynAny > DynamicAny_DynAnyFactory_create_dyn_any(DynamicAny_DynAnyFactory _obj, > const CORBA_any * value, > CORBA_Environment * ev); > DynamicAny_DynAny > DynamicAny_DynAnyFactory_create_dyn_any_from_type_code > (DynamicAny_DynAnyFactory _obj, const CORBA_TypeCode type, > CORBA_Environment * ev); > > > > > ># 1 "/usr/include/orbit-2.0/orbit/orbit.h" 1 ># 1284 "/usr/include/orbit-2.0/orbit/dynamic/dynamic-defs.h" 2 ># 2 "/usr/include/orbit-2.0/orbit/dynamic/dynamic.h" 2 > > > > > > > > > > ># 20 "/usr/include/orbit-2.0/orbit/orbit.h" 2 > > > >extern const char *orbit_version; >extern unsigned int orbit_major_version; >extern unsigned int orbit_minor_version; >extern unsigned int orbit_micro_version; > > ># 781 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" 2 ># 124 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h" 2 > > > > > extern > > ORBit_IInterface Bonobo_Unknown__iinterface; > > > > > extern > > ORBit_IMethod Bonobo_Unknown__imethods[3]; > > > > > ># 1 "/usr/include/orbit-2.0/orbit/orbit.h" 1 ># 144 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h" 2 ># 18 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" 2 ># 1 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h" 1 ># 17 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h" ># 1 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h" 1 ># 18 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h" 2 ># 1 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" 1 ># 92 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef CORBA_sequence_CORBA_string Bonobo_StringList; ># 122 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_StringList_struct; ># 135 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef struct Bonobo_GeneralError_type Bonobo_GeneralError; > struct Bonobo_GeneralError_type > { > CORBA_string description; > }; ># 168 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_GeneralError_struct; ># 180 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef struct Bonobo_Activation_NotListed_type > Bonobo_Activation_NotListed; > struct Bonobo_Activation_NotListed_type > { > int dummy; > }; ># 214 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Activation_NotListed_struct; ># 226 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef struct Bonobo_Activation_AlreadyListed_type > Bonobo_Activation_AlreadyListed; > struct Bonobo_Activation_AlreadyListed_type > { > int dummy; > }; ># 260 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_Activation_AlreadyListed_struct; ># 273 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef struct Bonobo_Activation_IncompleteContext_type > Bonobo_Activation_IncompleteContext; > struct Bonobo_Activation_IncompleteContext_type > { > int dummy; > }; ># 307 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_Activation_IncompleteContext_struct; ># 320 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef struct Bonobo_Activation_ParseFailed_type > Bonobo_Activation_ParseFailed; > struct Bonobo_Activation_ParseFailed_type > { > CORBA_string description; > }; ># 354 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Activation_ParseFailed_struct; > > > > > > > > typedef CORBA_string Bonobo_ImplementationID; ># 394 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ImplementationID_struct; > > > > > > > > typedef CORBA_string Bonobo_ActivationID; ># 434 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ActivationID_struct; > > > > > > > > typedef CORBA_long Bonobo_ActivationFlags; ># 474 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ActivationFlags_struct; ># 496 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef CORBA_long Bonobo_RegistrationFlags; ># 526 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_RegistrationFlags_struct; ># 544 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef struct Bonobo_ActivationEnvValue_type Bonobo_ActivationEnvValue; > struct Bonobo_ActivationEnvValue_type > { > CORBA_string name; > CORBA_string value; > CORBA_long flags; > }; ># 579 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ActivationEnvValue_struct; ># 614 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > Bonobo_ActivationEnvValue *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_Bonobo_ActivationEnvValue; ># 650 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_Bonobo_ActivationEnvValue_struct; ># 663 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef CORBA_sequence_Bonobo_ActivationEnvValue > Bonobo_ActivationEnvironment; ># 694 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ActivationEnvironment_struct; ># 705 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef enum > { > Bonobo_ACTIVATION_RESULT_OBJECT, > Bonobo_ACTIVATION_RESULT_SHLIB, > Bonobo_ACTIVATION_RESULT_NONE > } > Bonobo_ActivationResultType; ># 739 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ActivationResultType_struct; > > > > > > typedef struct Bonobo_ActivationResultData_type > Bonobo_ActivationResultData; > struct Bonobo_ActivationResultData_type > { > Bonobo_ActivationResultType _d; > union > { > CORBA_Object res_object; > Bonobo_StringList res_shlib; > } > _u; > }; ># 786 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ActivationResultData_struct; > > > > > > > > typedef struct Bonobo_ActivationResult_type Bonobo_ActivationResult; > struct Bonobo_ActivationResult_type > { > CORBA_string aid; > Bonobo_ActivationResultData res; > }; ># 830 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ActivationResult_struct; > > > > > > > > typedef enum > { > Bonobo_ACTIVATION_P_STRING, > Bonobo_ACTIVATION_P_NUMBER, > Bonobo_ACTIVATION_P_BOOLEAN, > Bonobo_ACTIVATION_P_STRINGV > } > Bonobo_ActivationPropertyType; ># 875 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ActivationPropertyType_struct; > > > > > > typedef struct Bonobo_ActivationPropertyValue_type > Bonobo_ActivationPropertyValue; > struct Bonobo_ActivationPropertyValue_type > { > Bonobo_ActivationPropertyType _d; > union > { > CORBA_string value_string; > CORBA_double value_number; > CORBA_boolean value_boolean; > Bonobo_StringList value_stringv; > } > _u; > }; ># 924 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_ActivationPropertyValue_struct; > > > > > > > > typedef struct Bonobo_ActivationProperty_type Bonobo_ActivationProperty; > struct Bonobo_ActivationProperty_type > { > CORBA_string name; > Bonobo_ActivationPropertyValue v; > }; ># 969 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ActivationProperty_struct; > > > > > > > > typedef struct Bonobo_ServerInfo_type Bonobo_ServerInfo; ># 1007 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > Bonobo_ActivationProperty *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_Bonobo_ActivationProperty; ># 1043 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_Bonobo_ActivationProperty_struct; > > > > > > > > struct Bonobo_ServerInfo_type > { > Bonobo_ImplementationID iid; > CORBA_string server_type; > CORBA_string location_info; > CORBA_string username; > CORBA_string hostname; > CORBA_string domain; > CORBA_sequence_Bonobo_ActivationProperty props; > }; ># 1092 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ServerInfo_struct; ># 1127 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > Bonobo_ServerInfo *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_Bonobo_ServerInfo; ># 1163 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_Bonobo_ServerInfo_struct; ># 1176 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef CORBA_sequence_Bonobo_ServerInfo Bonobo_ServerInfoList; ># 1206 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ServerInfoList_struct; ># 1217 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > typedef enum > { > Bonobo_ACTIVATION_REG_SUCCESS, > Bonobo_ACTIVATION_REG_NOT_LISTED, > Bonobo_ACTIVATION_REG_ALREADY_ACTIVE, > Bonobo_ACTIVATION_REG_ERROR > } > Bonobo_RegistrationResult; ># 1252 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_RegistrationResult_struct; > > > > > > typedef enum > { > Bonobo_DYNAMIC_LOAD_SUCCESS, > Bonobo_DYNAMIC_LOAD_ERROR, > Bonobo_DYNAMIC_LOAD_NOT_LISTED, > Bonobo_DYNAMIC_LOAD_ALREADY_LISTED > } > Bonobo_DynamicPathLoadResult; ># 1295 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_DynamicPathLoadResult_struct; ># 1307 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" 1 ># 1308 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" 2 > > > > > > ># 1 "/usr/include/orbit-2.0/orbit/orbit.h" 1 ># 1315 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h" 2 ># 19 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h" 2 > > > > > typedef CORBA_Object Bonobo_GenericFactory; > extern CORBA_unsigned_long Bonobo_GenericFactory__classid; ># 50 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_GenericFactory_struct; > > > > > > > > typedef struct Bonobo_GenericFactory_CannotActivate_type > Bonobo_GenericFactory_CannotActivate; > struct Bonobo_GenericFactory_CannotActivate_type > { > int dummy; > }; ># 92 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_GenericFactory_CannotActivate_struct; ># 105 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h" > typedef struct > { > void *_private; > CORBA_Object(*createObject) (PortableServer_Servant _servant, > const CORBA_char * iid, > CORBA_Environment * ev); > } > POA_Bonobo_GenericFactory__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_GenericFactory__epv *Bonobo_GenericFactory_epv; > } > POA_Bonobo_GenericFactory__vepv; > typedef struct > { > void *_private; > POA_Bonobo_GenericFactory__vepv *vepv; > } > POA_Bonobo_GenericFactory; > extern void POA_Bonobo_GenericFactory__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_GenericFactory__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > void > _ORBIT_skel_small_Bonobo_GenericFactory_createObject > (POA_Bonobo_GenericFactory * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > CORBA_Object(*_impl_createObject) (PortableServer_Servant _servant, > const CORBA_char * iid, > CORBA_Environment * ev)); > > > > > > CORBA_Object Bonobo_GenericFactory_createObject(Bonobo_GenericFactory _obj, > const CORBA_char * iid, > CORBA_Environment * ev); ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" 1 ># 149 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h" 2 > > > > > extern > > ORBit_IInterface Bonobo_GenericFactory__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_GenericFactory__imethods[1]; > > > > > ># 1 "/usr/include/orbit-2.0/orbit/orbit.h" 1 ># 170 "/usr/include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h" 2 ># 19 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" 2 > > > > > typedef struct Bonobo_NotSupported_type Bonobo_NotSupported; > struct Bonobo_NotSupported_type > { > int dummy; > }; ># 39 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_NotSupported_struct; ># 51 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_NotImplemented_type Bonobo_NotImplemented; > struct Bonobo_NotImplemented_type > { > int dummy; > }; ># 67 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_NotImplemented_struct; ># 79 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_IOError_type Bonobo_IOError; > struct Bonobo_IOError_type > { > int dummy; > }; ># 95 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_IOError_struct; ># 107 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_BadArg_type Bonobo_BadArg; > struct Bonobo_BadArg_type > { > int dummy; > }; ># 123 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_BadArg_struct; > > > > > > > > typedef CORBA_long Bonobo_ResolveFlag; ># 146 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ResolveFlag_struct; ># 160 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_ResolveOptions_type Bonobo_ResolveOptions; > struct Bonobo_ResolveOptions_type > { > Bonobo_ResolveFlag flags; > CORBA_long timeout; > }; ># 177 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ResolveOptions_struct; ># 189 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_Moniker; > extern CORBA_unsigned_long Bonobo_Moniker__classid; ># 201 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Moniker_struct; > > > > > > > > typedef struct Bonobo_Moniker_InterfaceNotFound_type > Bonobo_Moniker_InterfaceNotFound; > struct Bonobo_Moniker_InterfaceNotFound_type > { > int dummy; > }; ># 228 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_Moniker_InterfaceNotFound_struct; ># 241 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Moniker_TimeOut_type Bonobo_Moniker_TimeOut; > struct Bonobo_Moniker_TimeOut_type > { > int dummy; > }; ># 257 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Moniker_TimeOut_struct; ># 269 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Moniker_InvalidSyntax_type > Bonobo_Moniker_InvalidSyntax; > struct Bonobo_Moniker_InvalidSyntax_type > { > int dummy; > }; ># 286 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Moniker_InvalidSyntax_struct; ># 298 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Moniker_UnknownPrefix_type > Bonobo_Moniker_UnknownPrefix; > struct Bonobo_Moniker_UnknownPrefix_type > { > int dummy; > }; ># 315 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Moniker_UnknownPrefix_struct; ># 327 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_MonikerExtender; > extern CORBA_unsigned_long Bonobo_MonikerExtender__classid; ># 339 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_MonikerExtender_struct; > > > > > > typedef CORBA_long Bonobo_StorageInfoFields; ># 360 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_StorageInfoFields_struct; ># 382 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_string Bonobo_ContentType; ># 395 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ContentType_struct; > > > > > > > > typedef enum > { > Bonobo_STORAGE_TYPE_REGULAR, > Bonobo_STORAGE_TYPE_DIRECTORY > } > Bonobo_StorageType; ># 421 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_StorageType_struct; > > > > > > typedef struct Bonobo_StorageInfo_type Bonobo_StorageInfo; > struct Bonobo_StorageInfo_type > { > CORBA_string name; > Bonobo_StorageType type; > Bonobo_ContentType content_type; > CORBA_long size; > }; ># 448 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_StorageInfo_struct; ># 460 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_Stream; > extern CORBA_unsigned_long Bonobo_Stream__classid; ># 472 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Stream_struct; ># 519 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_CORBA_octet Bonobo_Stream_iobuf; ># 532 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Stream_iobuf_struct; ># 545 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Stream_NoPermission_type Bonobo_Stream_NoPermission; > struct Bonobo_Stream_NoPermission_type > { > int dummy; > }; ># 561 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Stream_NoPermission_struct; ># 573 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Stream_NotSupported_type Bonobo_Stream_NotSupported; > struct Bonobo_Stream_NotSupported_type > { > int dummy; > }; ># 589 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Stream_NotSupported_struct; ># 601 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Stream_IOError_type Bonobo_Stream_IOError; > struct Bonobo_Stream_IOError_type > { > int dummy; > }; ># 617 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Stream_IOError_struct; > > > > > > > > typedef enum > { > Bonobo_Stream_SeekSet, > Bonobo_Stream_SeekCur, > Bonobo_Stream_SeekEnd > } > Bonobo_Stream_SeekType; ># 644 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Stream_SeekType_struct; > > > > > > > > typedef CORBA_Object Bonobo_Storage; > extern CORBA_unsigned_long Bonobo_Storage__classid; ># 666 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Storage_struct; ># 682 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > Bonobo_StorageInfo *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_Bonobo_StorageInfo; ># 701 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_Bonobo_StorageInfo_struct; ># 714 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_Bonobo_StorageInfo Bonobo_Storage_DirectoryList; ># 727 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Storage_DirectoryList_struct; ># 738 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_long Bonobo_Storage_OpenMode; ># 751 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Storage_OpenMode_struct; ># 787 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Storage_IOError_type Bonobo_Storage_IOError; > struct Bonobo_Storage_IOError_type > { > int dummy; > }; ># 803 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Storage_IOError_struct; ># 815 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Storage_NameExists_type Bonobo_Storage_NameExists; > struct Bonobo_Storage_NameExists_type > { > int dummy; > }; ># 831 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Storage_NameExists_struct; ># 843 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Storage_NotFound_type Bonobo_Storage_NotFound; > struct Bonobo_Storage_NotFound_type > { > int dummy; > }; ># 859 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Storage_NotFound_struct; ># 871 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Storage_NoPermission_type > Bonobo_Storage_NoPermission; > struct Bonobo_Storage_NoPermission_type > { > int dummy; > }; ># 888 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Storage_NoPermission_struct; ># 900 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Storage_NotSupported_type > Bonobo_Storage_NotSupported; > struct Bonobo_Storage_NotSupported_type > { > int dummy; > }; ># 917 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Storage_NotSupported_struct; ># 929 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Storage_NotStream_type Bonobo_Storage_NotStream; > struct Bonobo_Storage_NotStream_type > { > int dummy; > }; ># 945 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Storage_NotStream_struct; ># 957 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Storage_NotStorage_type Bonobo_Storage_NotStorage; > struct Bonobo_Storage_NotStorage_type > { > int dummy; > }; ># 973 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Storage_NotStorage_struct; ># 985 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Storage_NotEmpty_type Bonobo_Storage_NotEmpty; > struct Bonobo_Storage_NotEmpty_type > { > int dummy; > }; ># 1001 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Storage_NotEmpty_struct; ># 1013 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_MonikerContext; > extern CORBA_unsigned_long Bonobo_MonikerContext__classid; ># 1025 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_MonikerContext_struct; > > > > > > > > typedef CORBA_Object Bonobo_RunningContext; > extern CORBA_unsigned_long Bonobo_RunningContext__classid; ># 1047 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_RunningContext_struct; > > > > > > > > typedef CORBA_Object Bonobo_Persist; > extern CORBA_unsigned_long Bonobo_Persist__classid; ># 1069 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Persist_struct; > > > > > > typedef enum > { > Bonobo_Persist_SAVE_OK, > Bonobo_Persist_SAVE_CANCEL, > Bonobo_Persist_SAVE_FAILED > } > Bonobo_Persist_Status; ># 1094 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Persist_Status_struct; > > > > > > > > typedef struct Bonobo_Persist_WrongDataType_type > Bonobo_Persist_WrongDataType; > struct Bonobo_Persist_WrongDataType_type > { > int dummy; > }; ># 1121 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Persist_WrongDataType_struct; ># 1133 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Persist_FileNotFound_type > Bonobo_Persist_FileNotFound; > struct Bonobo_Persist_FileNotFound_type > { > int dummy; > }; ># 1150 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Persist_FileNotFound_struct; > > > > > > > > typedef CORBA_string Bonobo_Persist_ContentType; ># 1173 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Persist_ContentType_struct; ># 1230 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_CORBA_string > CORBA_sequence_Bonobo_Persist_ContentType; ># 1243 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_Bonobo_Persist_ContentType_struct; ># 1257 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_Bonobo_Persist_ContentType > Bonobo_Persist_ContentTypeList; ># 1271 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_Persist_ContentTypeList_struct; ># 1283 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_string Bonobo_Persist_IID; ># 1296 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Persist_IID_struct; ># 1308 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_PersistFile; > extern CORBA_unsigned_long Bonobo_PersistFile__classid; ># 1320 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PersistFile_struct; > > > > > > > > typedef struct Bonobo_PersistFile_NoCurrentName_type > Bonobo_PersistFile_NoCurrentName; > struct Bonobo_PersistFile_NoCurrentName_type > { > CORBA_string extension; > }; ># 1347 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_PersistFile_NoCurrentName_struct; ># 1360 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_PersistStorage; > extern CORBA_unsigned_long Bonobo_PersistStorage__classid; ># 1372 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PersistStorage_struct; > > > > > > > > typedef CORBA_Object Bonobo_PersistStream; > extern CORBA_unsigned_long Bonobo_PersistStream__classid; ># 1394 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PersistStream_struct; > > > > > > > > typedef CORBA_Object Bonobo_Listener; > extern CORBA_unsigned_long Bonobo_Listener__classid; ># 1416 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Listener_struct; > > > > > > > > typedef CORBA_Object Bonobo_EventSource; > extern CORBA_unsigned_long Bonobo_EventSource__classid; ># 1438 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_EventSource_struct; > > > > > > > > typedef struct Bonobo_EventSource_UnknownListener_type > Bonobo_EventSource_UnknownListener; > struct Bonobo_EventSource_UnknownListener_type > { > int dummy; > }; ># 1465 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_EventSource_UnknownListener_struct; > > > > > > > > typedef enum > { > Bonobo_Gdk_FOCUS, > Bonobo_Gdk_KEY, > Bonobo_Gdk_MOTION, > Bonobo_Gdk_BUTTON, > Bonobo_Gdk_CROSSING > } > Bonobo_Gdk_EventType; ># 1495 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_EventType_struct; > > > > > > typedef enum > { > Bonobo_Gdk_BUTTON_PRESS, > Bonobo_Gdk_BUTTON_2_PRESS, > Bonobo_Gdk_BUTTON_3_PRESS, > Bonobo_Gdk_BUTTON_RELEASE > } > Bonobo_Gdk_ButtonType; ># 1521 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_ButtonType_struct; > > > > > > typedef enum > { > Bonobo_Gdk_KEY_PRESS, > Bonobo_Gdk_KEY_RELEASE > } > Bonobo_Gdk_KeyType; ># 1545 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_KeyType_struct; > > > > > > typedef enum > { > Bonobo_Gdk_ENTER, > Bonobo_Gdk_LEAVE > } > Bonobo_Gdk_CrossType; ># 1569 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_CrossType_struct; > > > > > > typedef enum > { > Bonobo_Gdk_NORMAL, > Bonobo_Gdk_GRAB, > Bonobo_Gdk_UNGRAB > } > Bonobo_Gdk_CrossMode; ># 1594 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_CrossMode_struct; > > > > > > typedef CORBA_long Bonobo_Gdk_Time; ># 1615 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_Time_struct; > > > > > > > > typedef struct Bonobo_Gdk_MotionEvent_type Bonobo_Gdk_MotionEvent; > struct Bonobo_Gdk_MotionEvent_type > { > Bonobo_Gdk_Time time; > CORBA_double x; > CORBA_double y; > CORBA_double x_root; > CORBA_double y_root; > CORBA_double pressure; > CORBA_double xtilt; > CORBA_double ytilt; > CORBA_long state; > CORBA_boolean is_hint; > }; ># 1650 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_MotionEvent_struct; > > > > > > > > typedef struct Bonobo_Gdk_ButtonEvent_type Bonobo_Gdk_ButtonEvent; > struct Bonobo_Gdk_ButtonEvent_type > { > Bonobo_Gdk_ButtonType type; > Bonobo_Gdk_Time time; > CORBA_double x; > CORBA_double y; > CORBA_double x_root; > CORBA_double y_root; > CORBA_short button; > }; ># 1682 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_ButtonEvent_struct; > > > > > > > > typedef struct Bonobo_Gdk_KeyEvent_type Bonobo_Gdk_KeyEvent; > struct Bonobo_Gdk_KeyEvent_type > { > Bonobo_Gdk_KeyType type; > Bonobo_Gdk_Time time; > CORBA_short state; > CORBA_short keyval; > CORBA_short length; > CORBA_string str; > }; ># 1713 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_KeyEvent_struct; > > > > > > > > typedef struct Bonobo_Gdk_CrossingEvent_type Bonobo_Gdk_CrossingEvent; > struct Bonobo_Gdk_CrossingEvent_type > { > Bonobo_Gdk_CrossType type; > Bonobo_Gdk_Time time; > CORBA_double x; > CORBA_double y; > CORBA_double x_root; > CORBA_double y_root; > Bonobo_Gdk_CrossMode mode; > CORBA_boolean focus; > CORBA_short state; > }; ># 1747 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_CrossingEvent_struct; > > > > > > > > typedef struct Bonobo_Gdk_FocusEvent_type Bonobo_Gdk_FocusEvent; > struct Bonobo_Gdk_FocusEvent_type > { > CORBA_boolean inside; > }; ># 1773 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_FocusEvent_struct; > > > > > > > > typedef struct Bonobo_Gdk_Event_type Bonobo_Gdk_Event; > struct Bonobo_Gdk_Event_type > { > Bonobo_Gdk_EventType _d; > union > { > Bonobo_Gdk_FocusEvent focus; > Bonobo_Gdk_KeyEvent key; > Bonobo_Gdk_MotionEvent motion; > Bonobo_Gdk_ButtonEvent button; > Bonobo_Gdk_CrossingEvent crossing; > } > _u; > }; ># 1807 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_Event_struct; > > > > > > > > typedef CORBA_string Bonobo_Gdk_WindowId; ># 1830 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gdk_WindowId_struct; > > > > > > > > typedef struct Bonobo_Gtk_Requisition_type Bonobo_Gtk_Requisition; > struct Bonobo_Gtk_Requisition_type > { > CORBA_long width; > CORBA_long height; > }; ># 1857 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gtk_Requisition_struct; > > > > > > > > typedef enum > { > Bonobo_Gtk_StateNormal, > Bonobo_Gtk_StateActive, > Bonobo_Gtk_StatePrelight, > Bonobo_Gtk_StateSelected, > Bonobo_Gtk_StateInsensitive > } > Bonobo_Gtk_State; ># 1886 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gtk_State_struct; > > > > > > typedef enum > { > Bonobo_Gtk_DirectionTabForward, > Bonobo_Gtk_DirectionTabBackward, > Bonobo_Gtk_DirectionUp, > Bonobo_Gtk_DirectionDown, > Bonobo_Gtk_DirectionLeft, > Bonobo_Gtk_DirectionRight > } > Bonobo_Gtk_Direction; ># 1914 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Gtk_Direction_struct; > > > > > > > > typedef CORBA_Object Bonobo_UIContainer; > extern CORBA_unsigned_long Bonobo_UIContainer__classid; ># 1936 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_UIContainer_struct; > > > > > > > > typedef CORBA_Object Bonobo_UIComponent; > extern CORBA_unsigned_long Bonobo_UIComponent__classid; ># 1958 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_UIComponent_struct; > > > > > > typedef enum > { > Bonobo_UIComponent_STATE_CHANGED, > Bonobo_UIComponent_OTHER > } > Bonobo_UIComponent_EventType; ># 1982 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_UIComponent_EventType_struct; ># 2014 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_UIContainer_MalformedXML_type > Bonobo_UIContainer_MalformedXML; > struct Bonobo_UIContainer_MalformedXML_type > { > int dummy; > }; ># 2031 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_UIContainer_MalformedXML_struct; ># 2044 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_UIContainer_InvalidPath_type > Bonobo_UIContainer_InvalidPath; > struct Bonobo_UIContainer_InvalidPath_type > { > int dummy; > }; ># 2061 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_UIContainer_InvalidPath_struct; ># 2074 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_UIContainer_NonExistentAttr_type > Bonobo_UIContainer_NonExistentAttr; > struct Bonobo_UIContainer_NonExistentAttr_type > { > int dummy; > }; ># 2091 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_UIContainer_NonExistentAttr_struct; ># 2104 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_UIContainer_Insensitive_type > Bonobo_UIContainer_Insensitive; > struct Bonobo_UIContainer_Insensitive_type > { > int dummy; > }; ># 2121 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_UIContainer_Insensitive_struct; ># 2134 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_UIContainer_Unknown_type Bonobo_UIContainer_Unknown; > struct Bonobo_UIContainer_Unknown_type > { > int dummy; > }; ># 2150 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_UIContainer_Unknown_struct; > > > > > > > > typedef struct Bonobo_Pair_type Bonobo_Pair; > struct Bonobo_Pair_type > { > CORBA_string name; > CORBA_any value; > }; ># 2177 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Pair_struct; ># 2195 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > Bonobo_Pair *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_Bonobo_Pair; ># 2214 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_CORBA_sequence_Bonobo_Pair_struct; ># 2226 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_Bonobo_Pair Bonobo_PropertySet; ># 2239 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PropertySet_struct; ># 2289 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_CORBA_string Bonobo_KeyList; ># 2302 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_KeyList_struct; ># 2313 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_long Bonobo_PropertyFlags; ># 2326 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PropertyFlags_struct; ># 2358 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_PropertyBag; > extern CORBA_unsigned_long Bonobo_PropertyBag__classid; ># 2370 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PropertyBag_struct; > > > > > > > > typedef struct Bonobo_PropertyBag_NotFound_type > Bonobo_PropertyBag_NotFound; > struct Bonobo_PropertyBag_NotFound_type > { > int dummy; > }; ># 2397 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PropertyBag_NotFound_struct; ># 2409 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_PropertyBag_InvalidType_type > Bonobo_PropertyBag_InvalidType; > struct Bonobo_PropertyBag_InvalidType_type > { > int dummy; > }; ># 2426 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_PropertyBag_InvalidType_struct; ># 2439 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_PropertyBag_ReadOnly_type > Bonobo_PropertyBag_ReadOnly; > struct Bonobo_PropertyBag_ReadOnly_type > { > int dummy; > }; ># 2456 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PropertyBag_ReadOnly_struct; ># 2468 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_PropertyBag_BackendFailed_type > Bonobo_PropertyBag_BackendFailed; > struct Bonobo_PropertyBag_BackendFailed_type > { > int dummy; > }; ># 2485 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_PropertyBag_BackendFailed_struct; ># 2498 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_ConfigDatabase; > extern CORBA_unsigned_long Bonobo_ConfigDatabase__classid; ># 2510 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ConfigDatabase_struct; > > > > > > typedef enum > { > Bonobo_ConfigDatabase_DEFAULT, > Bonobo_ConfigDatabase_WRITE, > Bonobo_ConfigDatabase_MANDATORY > } > Bonobo_ConfigDatabase_DBFlags; ># 2535 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ConfigDatabase_DBFlags_struct; > > > > > > > > typedef CORBA_Object Bonobo_ControlFrame; > extern CORBA_unsigned_long Bonobo_ControlFrame__classid; ># 2557 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ControlFrame_struct; > > > > > > > > typedef CORBA_Object Bonobo_Control; > extern CORBA_unsigned_long Bonobo_Control__classid; ># 2579 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Control_struct; > > > > > > > > typedef struct Bonobo_Control_NoContents_type Bonobo_Control_NoContents; > struct Bonobo_Control_NoContents_type > { > int dummy; > }; ># 2605 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Control_NoContents_struct; ># 2617 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_PropertyControl; > extern CORBA_unsigned_long Bonobo_PropertyControl__classid; ># 2629 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PropertyControl_struct; > > > > > > typedef enum > { > Bonobo_PropertyControl_APPLY, > Bonobo_PropertyControl_HELP > } > Bonobo_PropertyControl_Action; ># 2653 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PropertyControl_Action_struct; > > > > > > > > typedef struct Bonobo_PropertyControl_NoPage_type > Bonobo_PropertyControl_NoPage; > struct Bonobo_PropertyControl_NoPage_type > { > int dummy; > }; ># 2680 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PropertyControl_NoPage_struct; > > > > > > > > typedef CORBA_float Bonobo_ZoomLevel; ># 2703 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ZoomLevel_struct; > > > > > > > > typedef CORBA_string Bonobo_ZoomLevelName; ># 2726 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ZoomLevelName_struct; ># 2783 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_CORBA_float CORBA_sequence_Bonobo_ZoomLevel; ># 2795 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_Bonobo_ZoomLevel_struct; ># 2809 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_Bonobo_ZoomLevel Bonobo_ZoomLevelList; ># 2822 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ZoomLevelList_struct; ># 2880 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_CORBA_string CORBA_sequence_Bonobo_ZoomLevelName; ># 2892 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_Bonobo_ZoomLevelName_struct; ># 2906 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_Bonobo_ZoomLevelName Bonobo_ZoomLevelNameList; ># 2919 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ZoomLevelNameList_struct; ># 2932 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_ZoomableFrame; > extern CORBA_unsigned_long Bonobo_ZoomableFrame__classid; ># 2944 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ZoomableFrame_struct; > > > > > > > > typedef CORBA_Object Bonobo_Zoomable; > extern CORBA_unsigned_long Bonobo_Zoomable__classid; ># 2966 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Zoomable_struct; > > > > > > > > typedef CORBA_Object Bonobo_ItemContainer; > extern CORBA_unsigned_long Bonobo_ItemContainer__classid; ># 2988 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ItemContainer_struct; ># 3035 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_CORBA_string Bonobo_ItemContainer_ObjectNames; ># 3048 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_ItemContainer_ObjectNames_struct; ># 3062 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_ItemContainer_NotFound_type > Bonobo_ItemContainer_NotFound; > struct Bonobo_ItemContainer_NotFound_type > { > int dummy; > }; ># 3079 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ItemContainer_NotFound_struct; ># 3091 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_ItemContainer_SyntaxError_type > Bonobo_ItemContainer_SyntaxError; > struct Bonobo_ItemContainer_SyntaxError_type > { > int dummy; > }; ># 3108 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_ItemContainer_SyntaxError_struct; ># 3158 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_CORBA_octet Bonobo_Canvas_pixbuf; ># 3171 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_pixbuf_struct; ># 3182 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_long Bonobo_Canvas_int32; ># 3195 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_int32_struct; > > > > > > > > typedef struct Bonobo_Canvas_IRect_type Bonobo_Canvas_IRect; > struct Bonobo_Canvas_IRect_type > { > CORBA_long x0; > CORBA_long y0; > CORBA_long x1; > CORBA_long y1; > }; ># 3224 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_IRect_struct; > > > > > > > > typedef struct Bonobo_Canvas_DRect_type Bonobo_Canvas_DRect; > struct Bonobo_Canvas_DRect_type > { > CORBA_double x0; > CORBA_double y0; > CORBA_double x1; > CORBA_double y1; > }; ># 3253 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_DRect_struct; ># 3271 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_double Bonobo_Canvas_affine[6]; > typedef CORBA_double Bonobo_Canvas_affine_slice; ># 3283 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_affine_struct; > > > > > > > > typedef struct Bonobo_Canvas_Buf_type Bonobo_Canvas_Buf; > struct Bonobo_Canvas_Buf_type > { > Bonobo_Canvas_pixbuf rgb_buf; > CORBA_long row_stride; > Bonobo_Canvas_IRect rect; > Bonobo_Canvas_int32 bg_color; > CORBA_short flags; > }; ># 3313 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_Buf_struct; > > > > > > > > typedef struct Bonobo_Canvas_Point_type Bonobo_Canvas_Point; > struct Bonobo_Canvas_Point_type > { > CORBA_double x; > CORBA_double y; > }; ># 3340 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_Point_struct; ># 3358 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > Bonobo_Canvas_Point *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_Bonobo_Canvas_Point; ># 3377 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_Bonobo_Canvas_Point_struct; ># 3390 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_Bonobo_Canvas_Point Bonobo_Canvas_Points; ># 3403 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_Points_struct; ># 3414 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Canvas_SVPSegment_type Bonobo_Canvas_SVPSegment; > struct Bonobo_Canvas_SVPSegment_type > { > CORBA_boolean up; > Bonobo_Canvas_DRect bbox; > Bonobo_Canvas_Points points; > }; ># 3432 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_SVPSegment_struct; ># 3450 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > Bonobo_Canvas_SVPSegment *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_Bonobo_Canvas_SVPSegment; ># 3469 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_Bonobo_Canvas_SVPSegment_struct; ># 3482 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_Bonobo_Canvas_SVPSegment Bonobo_Canvas_SVP; ># 3495 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_SVP_struct; ># 3506 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Canvas_ArtUTA_type Bonobo_Canvas_ArtUTA; ># 3556 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_CORBA_long CORBA_sequence_Bonobo_Canvas_int32; ># 3568 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_Bonobo_Canvas_int32_struct; ># 3580 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > struct Bonobo_Canvas_ArtUTA_type > { > CORBA_short x0; > CORBA_short y0; > CORBA_short width; > CORBA_short height; > CORBA_sequence_Bonobo_Canvas_int32 utiles; > }; ># 3599 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_ArtUTA_struct; > > > > > > > > typedef struct Bonobo_Canvas_State_type Bonobo_Canvas_State; > struct Bonobo_Canvas_State_type > { > Bonobo_Canvas_affine item_aff; > CORBA_double pixels_per_unit; > CORBA_double canvas_scroll_x1; > CORBA_double canvas_scroll_y1; > CORBA_long zoom_xofs; > CORBA_long zoom_yofs; > CORBA_long xoffset; > CORBA_long yoffset; > }; ># 3632 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_State_struct; ># 3644 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_Canvas_Component; > extern CORBA_unsigned_long Bonobo_Canvas_Component__classid; ># 3656 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_Component_struct; > > > > > > > > typedef CORBA_Object Bonobo_Canvas_ComponentProxy; > extern CORBA_unsigned_long Bonobo_Canvas_ComponentProxy__classid; ># 3678 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Canvas_ComponentProxy_struct; > > > > > > > > typedef CORBA_Object Bonobo_ControlFactory; > extern CORBA_unsigned_long Bonobo_ControlFactory__classid; ># 3700 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ControlFactory_struct; > > > > > > > > typedef CORBA_Object Bonobo_CanvasComponentFactory; > extern CORBA_unsigned_long Bonobo_CanvasComponentFactory__classid; ># 3722 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_CanvasComponentFactory_struct; > > > > > > > > typedef CORBA_Object Bonobo_Embeddable; > extern CORBA_unsigned_long Bonobo_Embeddable__classid; ># 3744 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Embeddable_struct; > > > > > > typedef struct Bonobo_PrintScissor_type Bonobo_PrintScissor; > struct Bonobo_PrintScissor_type > { > CORBA_double width_first_page; > CORBA_double width_per_page; > CORBA_double height_first_page; > CORBA_double height_per_page; > }; ># 3771 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PrintScissor_struct; > > > > > > > > typedef struct Bonobo_PrintDimensions_type Bonobo_PrintDimensions; > struct Bonobo_PrintDimensions_type > { > CORBA_double width; > CORBA_double height; > }; ># 3798 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_PrintDimensions_struct; ># 3810 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_Object Bonobo_Print; > extern CORBA_unsigned_long Bonobo_Print__classid; ># 3822 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Print_struct; > > > > > > > > typedef CORBA_Object Bonobo_Clipboard; > extern CORBA_unsigned_long Bonobo_Clipboard__classid; ># 3844 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Clipboard_struct; > > > > > > > > typedef CORBA_Object Bonobo_ClipboardStore; > extern CORBA_unsigned_long Bonobo_ClipboardStore__classid; ># 3866 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_ClipboardStore_struct; > > > > > > > > typedef CORBA_Object Bonobo_Application; > extern CORBA_unsigned_long Bonobo_Application__classid; ># 3888 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Application_struct; ># 3935 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_CORBA_any Bonobo_Application_ArgList; ># 3948 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Application_ArgList_struct; ># 3998 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_CORBA_string Bonobo_Application_argv_t; ># 4011 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct TC_Bonobo_Application_argv_t_struct; ># 4022 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct Bonobo_Application_MessageDesc_type > Bonobo_Application_MessageDesc; ># 4063 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > struct Bonobo_Application_MessageDesc_type > { > CORBA_string name; > CORBA_sequence_CORBA_TypeCode types; > CORBA_TypeCode return_type; > CORBA_string description; > }; ># 4081 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_Application_MessageDesc_struct; ># 4100 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct > { > CORBA_unsigned_long _maximum, > _length; > Bonobo_Application_MessageDesc *_buffer; > CORBA_boolean _release; > } > CORBA_sequence_Bonobo_Application_MessageDesc; ># 4119 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_CORBA_sequence_Bonobo_Application_MessageDesc_struct; ># 4132 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef CORBA_sequence_Bonobo_Application_MessageDesc > Bonobo_Application_MessageList; ># 4146 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > extern > > const struct CORBA_TypeCode_struct > TC_Bonobo_Application_MessageList_struct; ># 4160 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > typedef struct > { > void *_private; > Bonobo_Moniker(*getParent) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*setParent) (PortableServer_Servant _servant, > const Bonobo_Moniker parent, CORBA_Environment * ev); > CORBA_string(*getName) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*setName) (PortableServer_Servant _servant, > const CORBA_char * name, CORBA_Environment * ev); > Bonobo_Unknown(*resolve) (PortableServer_Servant _servant, > const Bonobo_ResolveOptions * options, > const CORBA_char * requestedInterface, > CORBA_Environment * ev); > CORBA_long(*equal) (PortableServer_Servant _servant, > const CORBA_char * name, CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Moniker__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Moniker__epv *Bonobo_Moniker_epv; > } > POA_Bonobo_Moniker__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Moniker__vepv *vepv; > } > POA_Bonobo_Moniker; > extern void POA_Bonobo_Moniker__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Moniker__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_Unknown(*resolve) (PortableServer_Servant _servant, > const Bonobo_Moniker m, > const Bonobo_ResolveOptions * options, > const CORBA_char * name, > const CORBA_char * requestedInterface, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_MonikerExtender__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_MonikerExtender__epv *Bonobo_MonikerExtender_epv; > } > POA_Bonobo_MonikerExtender__vepv; > typedef struct > { > void *_private; > POA_Bonobo_MonikerExtender__vepv *vepv; > } > POA_Bonobo_MonikerExtender; > extern void POA_Bonobo_MonikerExtender__init(PortableServer_Servant > servant, > CORBA_Environment * ev); > extern void POA_Bonobo_MonikerExtender__fini(PortableServer_Servant > servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_StorageInfo *(*getInfo) (PortableServer_Servant _servant, > const Bonobo_StorageInfoFields mask, > CORBA_Environment * ev); > void (*setInfo) (PortableServer_Servant _servant, > const Bonobo_StorageInfo * info, > const Bonobo_StorageInfoFields mask, > CORBA_Environment * ev); > void (*read) (PortableServer_Servant _servant, const CORBA_long count, > Bonobo_Stream_iobuf ** buffer, CORBA_Environment * ev); > void (*write) (PortableServer_Servant _servant, > const Bonobo_Stream_iobuf * buffer, > CORBA_Environment * ev); > CORBA_long(*seek) (PortableServer_Servant _servant, > const CORBA_long offset, > const Bonobo_Stream_SeekType whence, > CORBA_Environment * ev); > void (*truncate) (PortableServer_Servant _servant, > const CORBA_long length, CORBA_Environment * ev); > void (*commit) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*revert) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Stream__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Stream__epv *Bonobo_Stream_epv; > } > POA_Bonobo_Stream__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Stream__vepv *vepv; > } > POA_Bonobo_Stream; > extern void POA_Bonobo_Stream__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Stream__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_StorageInfo *(*getInfo) (PortableServer_Servant _servant, > const CORBA_char * path, > const Bonobo_StorageInfoFields mask, > CORBA_Environment * ev); > void (*setInfo) (PortableServer_Servant _servant, > const CORBA_char * path, > const Bonobo_StorageInfo * info, > const Bonobo_StorageInfoFields mask, > CORBA_Environment * ev); > Bonobo_Stream(*openStream) (PortableServer_Servant _servant, > const CORBA_char * path, > const Bonobo_Storage_OpenMode mode, > CORBA_Environment * ev); > Bonobo_Storage(*openStorage) (PortableServer_Servant _servant, > const CORBA_char * path, > const Bonobo_Storage_OpenMode mode, > CORBA_Environment * ev); > void (*copyTo) (PortableServer_Servant _servant, > const Bonobo_Storage target, CORBA_Environment * ev); > Bonobo_Storage_DirectoryList *(*listContents) (PortableServer_Servant > _servant, > const CORBA_char * path, > const > Bonobo_StorageInfoFields > mask, > CORBA_Environment * ev); > void (*erase) (PortableServer_Servant _servant, const CORBA_char * path, > CORBA_Environment * ev); > void (*rename) (PortableServer_Servant _servant, > const CORBA_char * path_name, > const CORBA_char * new_path_name, > CORBA_Environment * ev); > void (*commit) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*revert) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Storage__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Storage__epv *Bonobo_Storage_epv; > } > POA_Bonobo_Storage__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Storage__vepv *vepv; > } > POA_Bonobo_Storage; > extern void POA_Bonobo_Storage__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Storage__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_Unknown(*getObject) (PortableServer_Servant _servant, > const CORBA_char * name, > const CORBA_char * repoId, > CORBA_Environment * ev); > Bonobo_Moniker(*createFromName) (PortableServer_Servant _servant, > const CORBA_char * name, > CORBA_Environment * ev); > Bonobo_MonikerExtender(*getExtender) (PortableServer_Servant _servant, > const CORBA_char * monikerPrefix, > const CORBA_char * interfaceId, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented5) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented6) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_MonikerContext__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_MonikerContext__epv *Bonobo_MonikerContext_epv; > } > POA_Bonobo_MonikerContext__vepv; > typedef struct > { > void *_private; > POA_Bonobo_MonikerContext__vepv *vepv; > } > POA_Bonobo_MonikerContext; > extern void POA_Bonobo_MonikerContext__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_MonikerContext__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*addObject) (PortableServer_Servant _servant, > const CORBA_Object obj, CORBA_Environment * ev); > void (*removeObject) (PortableServer_Servant _servant, > const CORBA_Object obj, CORBA_Environment * ev); > void (*addKey) (PortableServer_Servant _servant, const CORBA_char * key, > CORBA_Environment * ev); > void (*removeKey) (PortableServer_Servant _servant, > const CORBA_char * key, CORBA_Environment * ev); > void (*atExitUnref) (PortableServer_Servant _servant, > const CORBA_Object obj, CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_RunningContext__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_RunningContext__epv *Bonobo_RunningContext_epv; > } > POA_Bonobo_RunningContext__vepv; > typedef struct > { > void *_private; > POA_Bonobo_RunningContext__vepv *vepv; > } > POA_Bonobo_RunningContext; > extern void POA_Bonobo_RunningContext__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_RunningContext__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_Persist_ContentTypeList > *(*getContentTypes) (PortableServer_Servant _servant, > CORBA_Environment * ev); > Bonobo_Persist_IID(*getIId) (PortableServer_Servant _servant, > CORBA_Environment * ev); > CORBA_boolean(*isDirty) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Persist__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Persist__epv *Bonobo_Persist_epv; > } > POA_Bonobo_Persist__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Persist__vepv *vepv; > } > POA_Bonobo_Persist; > extern void POA_Bonobo_Persist__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Persist__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*load) (PortableServer_Servant _servant, const CORBA_char * uri, > CORBA_Environment * ev); > void (*save) (PortableServer_Servant _servant, const CORBA_char * uri, > CORBA_Environment * ev); > CORBA_string(*getCurrentFile) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_PersistFile__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Persist__epv *Bonobo_Persist_epv; > POA_Bonobo_PersistFile__epv *Bonobo_PersistFile_epv; > } > POA_Bonobo_PersistFile__vepv; > typedef struct > { > void *_private; > POA_Bonobo_PersistFile__vepv *vepv; > } > POA_Bonobo_PersistFile; > extern void POA_Bonobo_PersistFile__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_PersistFile__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*load) (PortableServer_Servant _servant, > const Bonobo_Storage storage, CORBA_Environment * ev); > void (*save) (PortableServer_Servant _servant, > const Bonobo_Storage storage, > const CORBA_boolean same_as_loaded, > CORBA_Environment * ev); > } > POA_Bonobo_PersistStorage__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Persist__epv *Bonobo_Persist_epv; > POA_Bonobo_PersistStorage__epv *Bonobo_PersistStorage_epv; > } > POA_Bonobo_PersistStorage__vepv; > typedef struct > { > void *_private; > POA_Bonobo_PersistStorage__vepv *vepv; > } > POA_Bonobo_PersistStorage; > extern void POA_Bonobo_PersistStorage__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_PersistStorage__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*load) (PortableServer_Servant _servant, > const Bonobo_Stream stream, const CORBA_char * type, > CORBA_Environment * ev); > void (*save) (PortableServer_Servant _servant, > const Bonobo_Stream stream, const CORBA_char * type, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_PersistStream__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Persist__epv *Bonobo_Persist_epv; > POA_Bonobo_PersistStream__epv *Bonobo_PersistStream_epv; > } > POA_Bonobo_PersistStream__vepv; > typedef struct > { > void *_private; > POA_Bonobo_PersistStream__vepv *vepv; > } > POA_Bonobo_PersistStream; > extern void POA_Bonobo_PersistStream__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_PersistStream__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*event) (PortableServer_Servant _servant, > const CORBA_char * event_name, const CORBA_any * args, > CORBA_Environment * ev); > void (*unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Listener__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Listener__epv *Bonobo_Listener_epv; > } > POA_Bonobo_Listener__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Listener__vepv *vepv; > } > POA_Bonobo_Listener; > extern void POA_Bonobo_Listener__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Listener__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*addListener) (PortableServer_Servant _servant, > const Bonobo_Listener l, CORBA_Environment * ev); > void (*addListenerWithMask) (PortableServer_Servant _servant, > const Bonobo_Listener l, > const CORBA_char * event_mask, > CORBA_Environment * ev); > void (*removeListener) (PortableServer_Servant _servant, > const Bonobo_Listener l, > CORBA_Environment * ev); > void (*unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_EventSource__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_EventSource__epv *Bonobo_EventSource_epv; > } > POA_Bonobo_EventSource__vepv; > typedef struct > { > void *_private; > POA_Bonobo_EventSource__vepv *vepv; > } > POA_Bonobo_EventSource; > extern void POA_Bonobo_EventSource__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_EventSource__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*setContainer) (PortableServer_Servant _servant, > const Bonobo_UIContainer container, > CORBA_Environment * ev); > void (*unsetContainer) (PortableServer_Servant _servant, > CORBA_Environment * ev); > CORBA_string(*_get_name) (PortableServer_Servant _servant, > CORBA_Environment * ev); > CORBA_string(*describeVerbs) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*execVerb) (PortableServer_Servant _servant, > const CORBA_char * cname, CORBA_Environment * ev); > void (*uiEvent) (PortableServer_Servant _servant, const CORBA_char * id, > const Bonobo_UIComponent_EventType type, > const CORBA_char * state, CORBA_Environment * ev); > void (*unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_UIComponent__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_UIComponent__epv *Bonobo_UIComponent_epv; > } > POA_Bonobo_UIComponent__vepv; > typedef struct > { > void *_private; > POA_Bonobo_UIComponent__vepv *vepv; > } > POA_Bonobo_UIComponent; > extern void POA_Bonobo_UIComponent__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_UIComponent__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*registerComponent) (PortableServer_Servant _servant, > const CORBA_char * component_name, > const Bonobo_UIComponent component, > CORBA_Environment * ev); > void (*deregisterComponent) (PortableServer_Servant _servant, > const CORBA_char * component_name, > CORBA_Environment * ev); > void (*freeze) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*thaw) (PortableServer_Servant _servant, CORBA_Environment * ev); > void (*setAttr) (PortableServer_Servant _servant, > const CORBA_char * path, const CORBA_char * attr, > const CORBA_char * value, > const CORBA_char * component_name, > CORBA_Environment * ev); > CORBA_string(*getAttr) (PortableServer_Servant _servant, > const CORBA_char * path, > const CORBA_char * attr, > CORBA_Environment * ev); > void (*setNode) (PortableServer_Servant _servant, > const CORBA_char * path, const CORBA_char * xml, > const CORBA_char * component_name, > CORBA_Environment * ev); > CORBA_string(*getNode) (PortableServer_Servant _servant, > const CORBA_char * path, > const CORBA_boolean nodeOnly, > CORBA_Environment * ev); > void (*removeNode) (PortableServer_Servant _servant, > const CORBA_char * path, > const CORBA_char * by_component_name, > CORBA_Environment * ev); > CORBA_boolean(*exists) (PortableServer_Servant _servant, > const CORBA_char * path, > CORBA_Environment * ev); > void (*execVerb) (PortableServer_Servant _servant, > const CORBA_char * cname, CORBA_Environment * ev); > void (*uiEvent) (PortableServer_Servant _servant, const CORBA_char * id, > const Bonobo_UIComponent_EventType type, > const CORBA_char * state, CORBA_Environment * ev); > void (*setObject) (PortableServer_Servant _servant, > const CORBA_char * path, > const Bonobo_Unknown control, > CORBA_Environment * ev); > Bonobo_Unknown(*getObject) (PortableServer_Servant _servant, > const CORBA_char * path, > CORBA_Environment * ev); > void (*unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_UIContainer__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_UIContainer__epv *Bonobo_UIContainer_epv; > } > POA_Bonobo_UIContainer__vepv; > typedef struct > { > void *_private; > POA_Bonobo_UIContainer__vepv *vepv; > } > POA_Bonobo_UIContainer; > extern void POA_Bonobo_UIContainer__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_UIContainer__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_KeyList *(*getKeys) (PortableServer_Servant _servant, > const CORBA_char * filter, > CORBA_Environment * ev); > CORBA_TypeCode(*getType) (PortableServer_Servant _servant, > const CORBA_char * key, > CORBA_Environment * ev); > CORBA_any *(*getValue) (PortableServer_Servant _servant, > const CORBA_char * key, CORBA_Environment * ev); > void (*setValue) (PortableServer_Servant _servant, > const CORBA_char * key, const CORBA_any * value, > CORBA_Environment * ev); > Bonobo_PropertySet *(*getValues) (PortableServer_Servant _servant, > const CORBA_char * filter, > CORBA_Environment * ev); > void (*setValues) (PortableServer_Servant _servant, > const Bonobo_PropertySet * set, > CORBA_Environment * ev); > CORBA_any *(*getDefault) (PortableServer_Servant _servant, > const CORBA_char * key, > CORBA_Environment * ev); > CORBA_string(*getDocTitle) (PortableServer_Servant _servant, > const CORBA_char * key, > CORBA_Environment * ev); > CORBA_string(*getDoc) (PortableServer_Servant _servant, > const CORBA_char * key, CORBA_Environment * ev); > Bonobo_PropertyFlags(*getFlags) (PortableServer_Servant _servant, > const CORBA_char * key, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_PropertyBag__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_PropertyBag__epv *Bonobo_PropertyBag_epv; > } > POA_Bonobo_PropertyBag__vepv; > typedef struct > { > void *_private; > POA_Bonobo_PropertyBag__vepv *vepv; > } > POA_Bonobo_PropertyBag; > extern void POA_Bonobo_PropertyBag__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_PropertyBag__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > CORBA_boolean(*_get_isWriteable) (PortableServer_Servant _servant, > CORBA_Environment * ev); > Bonobo_KeyList *(*getDirs) (PortableServer_Servant _servant, > const CORBA_char * dir, > CORBA_Environment * ev); > CORBA_boolean(*hasDir) (PortableServer_Servant _servant, > const CORBA_char * dir, > CORBA_Environment * ev); > void (*removeValue) (PortableServer_Servant _servant, > const CORBA_char * key, CORBA_Environment * ev); > void (*removeDir) (PortableServer_Servant _servant, > const CORBA_char * dir, CORBA_Environment * ev); > void (*addDatabase) (PortableServer_Servant _servant, > const Bonobo_ConfigDatabase db, > const CORBA_char * key, > const Bonobo_ConfigDatabase_DBFlags flags, > CORBA_Environment * ev); > void (*sync) (PortableServer_Servant _servant, CORBA_Environment * ev); > void (*unImplemented5) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented6) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented7) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented8) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_ConfigDatabase__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_PropertyBag__epv *Bonobo_PropertyBag_epv; > POA_Bonobo_ConfigDatabase__epv *Bonobo_ConfigDatabase_epv; > } > POA_Bonobo_ConfigDatabase__vepv; > typedef struct > { > void *_private; > POA_Bonobo_ConfigDatabase__vepv *vepv; > } > POA_Bonobo_ConfigDatabase; > extern void POA_Bonobo_ConfigDatabase__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_ConfigDatabase__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_Gdk_WindowId(*getToplevelId) (PortableServer_Servant _servant, > CORBA_Environment * ev); > Bonobo_PropertyBag(*getAmbientProperties) (PortableServer_Servant > _servant, > CORBA_Environment * ev); > Bonobo_UIContainer(*getUIContainer) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*notifyActivated) (PortableServer_Servant _servant, > const CORBA_boolean state, > CORBA_Environment * ev); > void (*queueResize) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*activateURI) (PortableServer_Servant _servant, > const CORBA_char * uri, > const CORBA_boolean relative, > CORBA_Environment * ev); > Bonobo_Unknown(*getParentAccessible) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_ControlFrame__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_ControlFrame__epv *Bonobo_ControlFrame_epv; > } > POA_Bonobo_ControlFrame__vepv; > typedef struct > { > void *_private; > POA_Bonobo_ControlFrame__vepv *vepv; > } > POA_Bonobo_ControlFrame; > extern void POA_Bonobo_ControlFrame__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_ControlFrame__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_PropertyBag(*getProperties) (PortableServer_Servant _servant, > CORBA_Environment * ev); > Bonobo_Gtk_Requisition(*getDesiredSize) (PortableServer_Servant > _servant, > CORBA_Environment * ev); > Bonobo_Unknown(*getAccessible) (PortableServer_Servant _servant, > CORBA_Environment * ev); > Bonobo_Gdk_WindowId(*getWindowId) (PortableServer_Servant _servant, > const CORBA_char * cookie, > CORBA_Environment * ev); > Bonobo_UIContainer(*getPopupContainer) (PortableServer_Servant > _servant, > CORBA_Environment * ev); > void (*setFrame) (PortableServer_Servant _servant, > const Bonobo_ControlFrame frame, > CORBA_Environment * ev); > void (*setSize) (PortableServer_Servant _servant, > const CORBA_short width, const CORBA_short height, > CORBA_Environment * ev); > void (*setState) (PortableServer_Servant _servant, > const Bonobo_Gtk_State state, CORBA_Environment * ev); > void (*activate) (PortableServer_Servant _servant, > const CORBA_boolean activate, CORBA_Environment * ev); > CORBA_boolean(*focus) (PortableServer_Servant _servant, > const Bonobo_Gtk_Direction direction, > CORBA_Environment * ev); > void (*unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Control__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Control__epv *Bonobo_Control_epv; > } > POA_Bonobo_Control__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Control__vepv *vepv; > } > POA_Bonobo_Control; > extern void POA_Bonobo_Control__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Control__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > CORBA_long(*_get_pageCount) (PortableServer_Servant _servant, > CORBA_Environment * ev); > Bonobo_Control(*getControl) (PortableServer_Servant _servant, > const CORBA_long pagenumber, > CORBA_Environment * ev); > void (*notifyAction) (PortableServer_Servant _servant, > const CORBA_long pagenumber, > const Bonobo_PropertyControl_Action action, > CORBA_Environment * ev); > void (*unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_PropertyControl__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_PropertyControl__epv *Bonobo_PropertyControl_epv; > } > POA_Bonobo_PropertyControl__vepv; > typedef struct > { > void *_private; > POA_Bonobo_PropertyControl__vepv *vepv; > } > POA_Bonobo_PropertyControl; > extern void POA_Bonobo_PropertyControl__init(PortableServer_Servant > servant, > CORBA_Environment * ev); > extern void POA_Bonobo_PropertyControl__fini(PortableServer_Servant > servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*onLevelChanged) (PortableServer_Servant _servant, > const CORBA_float zoom_level, > CORBA_Environment * ev); > void (*onParametersChanged) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_ZoomableFrame__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_ZoomableFrame__epv *Bonobo_ZoomableFrame_epv; > } > POA_Bonobo_ZoomableFrame__vepv; > typedef struct > { > void *_private; > POA_Bonobo_ZoomableFrame__vepv *vepv; > } > POA_Bonobo_ZoomableFrame; > extern void POA_Bonobo_ZoomableFrame__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_ZoomableFrame__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > CORBA_float(*_get_level) (PortableServer_Servant _servant, > CORBA_Environment * ev); > CORBA_float(*_get_minLevel) (PortableServer_Servant _servant, > CORBA_Environment * ev); > CORBA_float(*_get_maxLevel) (PortableServer_Servant _servant, > CORBA_Environment * ev); > CORBA_boolean(*_get_hasMinLevel) (PortableServer_Servant _servant, > CORBA_Environment * ev); > CORBA_boolean(*_get_hasMaxLevel) (PortableServer_Servant _servant, > CORBA_Environment * ev); > CORBA_boolean(*_get_isContinuous) (PortableServer_Servant _servant, > CORBA_Environment * ev); > Bonobo_ZoomLevelList *(*_get_preferredLevels) (PortableServer_Servant > _servant, > CORBA_Environment * ev); > Bonobo_ZoomLevelNameList > *(*_get_preferredLevelNames) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*zoomIn) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*zoomOut) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*zoomFit) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*zoomDefault) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*setLevel) (PortableServer_Servant _servant, > const CORBA_float zoom_level, CORBA_Environment * ev); > void (*setFrame) (PortableServer_Servant _servant, > const Bonobo_ZoomableFrame zoomable_frame, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Zoomable__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Zoomable__epv *Bonobo_Zoomable_epv; > } > POA_Bonobo_Zoomable__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Zoomable__vepv *vepv; > } > POA_Bonobo_Zoomable; > extern void POA_Bonobo_Zoomable__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Zoomable__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_ItemContainer_ObjectNames *(*enumObjects) (PortableServer_Servant > _servant, > CORBA_Environment * > ev); > Bonobo_Unknown(*getObjectByName) (PortableServer_Servant _servant, > const CORBA_char * item_name, > const CORBA_boolean only_if_exists, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_ItemContainer__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_ItemContainer__epv *Bonobo_ItemContainer_epv; > } > POA_Bonobo_ItemContainer__vepv; > typedef struct > { > void *_private; > POA_Bonobo_ItemContainer__vepv *vepv; > } > POA_Bonobo_ItemContainer; > extern void POA_Bonobo_ItemContainer__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_ItemContainer__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_Canvas_ArtUTA *(*update) (PortableServer_Servant _servant, > const Bonobo_Canvas_State * state, > const Bonobo_Canvas_affine aff, > const Bonobo_Canvas_SVP * clip_path, > const CORBA_long flags, > CORBA_double * x1, CORBA_double * y1, > CORBA_double * x2, CORBA_double * y2, > CORBA_Environment * ev); > void (*realize) (PortableServer_Servant _servant, > const CORBA_char * drawable, CORBA_Environment * ev); > void (*unrealize) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*map) (PortableServer_Servant _servant, CORBA_Environment * ev); > void (*unmap) (PortableServer_Servant _servant, CORBA_Environment * ev); > void (*draw) (PortableServer_Servant _servant, > const Bonobo_Canvas_State * state, > const CORBA_char * drawable, const CORBA_short x, > const CORBA_short y, const CORBA_short width, > const CORBA_short height, CORBA_Environment * ev); > void (*render) (PortableServer_Servant _servant, > Bonobo_Canvas_Buf * buf, CORBA_Environment * ev); > CORBA_boolean(*contains) (PortableServer_Servant _servant, > const CORBA_double x, const CORBA_double y, > CORBA_Environment * ev); > void (*bounds) (PortableServer_Servant _servant, > const Bonobo_Canvas_State * state, CORBA_double * x1, > CORBA_double * x2, CORBA_double * y1, CORBA_double * y2, > CORBA_Environment * ev); > CORBA_boolean(*event) (PortableServer_Servant _servant, > const Bonobo_Canvas_State * state, > const Bonobo_Gdk_Event * event, > CORBA_Environment * ev); > void (*setCanvasSize) (PortableServer_Servant _servant, > const CORBA_short x, const CORBA_short y, > const CORBA_short width, > const CORBA_short height, > CORBA_Environment * ev); > void (*setBounds) (PortableServer_Servant _servant, > const Bonobo_Canvas_DRect * bbox, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented5) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented6) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented7) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented8) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Canvas_Component__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Canvas_Component__epv *Bonobo_Canvas_Component_epv; > } > POA_Bonobo_Canvas_Component__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Canvas_Component__vepv *vepv; > } > POA_Bonobo_Canvas_Component; > extern void POA_Bonobo_Canvas_Component__init(PortableServer_Servant > servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Canvas_Component__fini(PortableServer_Servant > servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*requestUpdate) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*grabFocus) (PortableServer_Servant _servant, > const CORBA_unsigned_long mask, > const CORBA_long cursor, > const CORBA_unsigned_long time, > CORBA_Environment * ev); > void (*ungrabFocus) (PortableServer_Servant _servant, > const CORBA_unsigned_long time, > CORBA_Environment * ev); > Bonobo_UIContainer(*getUIContainer) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented5) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented6) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented7) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented8) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Canvas_ComponentProxy__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Canvas_ComponentProxy__epv *Bonobo_Canvas_ComponentProxy_epv; > } > POA_Bonobo_Canvas_ComponentProxy__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Canvas_ComponentProxy__vepv *vepv; > } > POA_Bonobo_Canvas_ComponentProxy; > extern void POA_Bonobo_Canvas_ComponentProxy__init(PortableServer_Servant > servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Canvas_ComponentProxy__fini(PortableServer_Servant > servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_Control(*createControl) (PortableServer_Servant _servant, > const Bonobo_ControlFrame frame, > const Bonobo_UIContainer uic, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_ControlFactory__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_ControlFactory__epv *Bonobo_ControlFactory_epv; > } > POA_Bonobo_ControlFactory__vepv; > typedef struct > { > void *_private; > POA_Bonobo_ControlFactory__vepv *vepv; > } > POA_Bonobo_ControlFactory; > extern void POA_Bonobo_ControlFactory__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_ControlFactory__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_Canvas_Component(*createCanvasComponent) (PortableServer_Servant > _servant, > const CORBA_boolean > aa, > const > Bonobo_Canvas_ComponentProxy > proxy, > CORBA_Environment * > ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_CanvasComponentFactory__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_CanvasComponentFactory__epv > *Bonobo_CanvasComponentFactory_epv; > } > POA_Bonobo_CanvasComponentFactory__vepv; > typedef struct > { > void *_private; > POA_Bonobo_CanvasComponentFactory__vepv *vepv; > } > POA_Bonobo_CanvasComponentFactory; > extern void POA_Bonobo_CanvasComponentFactory__init(PortableServer_Servant > servant, > CORBA_Environment * > ev); > extern void POA_Bonobo_CanvasComponentFactory__fini(PortableServer_Servant > servant, > CORBA_Environment * > ev); > > > > typedef struct > { > void *_private; > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented5) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented6) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented7) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented8) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Embeddable__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Embeddable__epv *Bonobo_Embeddable_epv; > } > POA_Bonobo_Embeddable__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Embeddable__vepv *vepv; > } > POA_Bonobo_Embeddable; > extern void POA_Bonobo_Embeddable__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Embeddable__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > Bonobo_Stream(*render) (PortableServer_Servant _servant, > const Bonobo_PrintDimensions * pd, > const Bonobo_PrintScissor * scissor, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Print__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Print__epv *Bonobo_Print_epv; > } > POA_Bonobo_Print__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Print__vepv *vepv; > } > POA_Bonobo_Print; > extern void POA_Bonobo_Print__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Print__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*setClipboard) (PortableServer_Servant _servant, > const Bonobo_Moniker pasting_moniker, > const Bonobo_Moniker linking_moniker, > CORBA_Environment * ev); > Bonobo_Moniker(*paste) (PortableServer_Servant _servant, > CORBA_Environment * ev); > Bonobo_Moniker(*link) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Clipboard__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Clipboard__epv *Bonobo_Clipboard_epv; > } > POA_Bonobo_Clipboard__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Clipboard__vepv *vepv; > } > POA_Bonobo_Clipboard; > extern void POA_Bonobo_Clipboard__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Clipboard__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*fetchStream) (PortableServer_Servant _servant, > const Bonobo_PersistStream source, > const Bonobo_Moniker linking_moniker, > CORBA_Environment * ev); > void (*fetchStorage) (PortableServer_Servant _servant, > const Bonobo_PersistStorage source, > const Bonobo_Moniker linking_moniker, > CORBA_Environment * ev); > void (*unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_ClipboardStore__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_ClipboardStore__epv *Bonobo_ClipboardStore_epv; > } > POA_Bonobo_ClipboardStore__vepv; > typedef struct > { > void *_private; > POA_Bonobo_ClipboardStore__vepv *vepv; > } > POA_Bonobo_ClipboardStore; > extern void POA_Bonobo_ClipboardStore__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_ClipboardStore__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > CORBA_any *(*message) (PortableServer_Servant _servant, > const CORBA_char * msg, > const Bonobo_Application_ArgList * args, > CORBA_Environment * ev); > CORBA_long(*newInstance) (PortableServer_Servant _servant, > const Bonobo_Application_argv_t * argv, > CORBA_Environment * ev); > Bonobo_Application_MessageList *(*listMessages) (PortableServer_Servant > _servant, > CORBA_Environment * > ev); > CORBA_string(*getName) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unimplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unimplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unimplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unimplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unimplemented5) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unimplemented6) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unimplemented7) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*unimplemented8) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_Bonobo_Application__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_Bonobo_Application__epv *Bonobo_Application_epv; > } > POA_Bonobo_Application__vepv; > typedef struct > { > void *_private; > POA_Bonobo_Application__vepv *vepv; > } > POA_Bonobo_Application; > extern void POA_Bonobo_Application__init(PortableServer_Servant servant, > CORBA_Environment * ev); > extern void POA_Bonobo_Application__fini(PortableServer_Servant servant, > CORBA_Environment * ev); > > > > void _ORBIT_skel_small_Bonobo_Moniker_getParent(POA_Bonobo_Moniker * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Moniker > (*_impl_getParent) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Moniker_setParent(POA_Bonobo_Moniker * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setParent) > (PortableServer_Servant > _servant, > const Bonobo_Moniker > parent, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Moniker_getName(POA_Bonobo_Moniker * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_string(*_impl_getName) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Moniker_setName(POA_Bonobo_Moniker * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setName) > (PortableServer_Servant > _servant, > const CORBA_char * name, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Moniker_resolve(POA_Bonobo_Moniker * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Unknown > (*_impl_resolve) > (PortableServer_Servant > _servant, > const Bonobo_ResolveOptions > * options, > const CORBA_char * > requestedInterface, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Moniker_equal(POA_Bonobo_Moniker * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_long(*_impl_equal) > (PortableServer_Servant > _servant, > const CORBA_char * name, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Moniker_unImplemented1(POA_Bonobo_Moniker * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented1) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Moniker_unImplemented2(POA_Bonobo_Moniker * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented2) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_MonikerExtender_resolve > (POA_Bonobo_MonikerExtender * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_Unknown(*_impl_resolve) (PortableServer_Servant _servant, > const Bonobo_Moniker m, > const Bonobo_ResolveOptions * options, > const CORBA_char * name, > const CORBA_char * requestedInterface, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerExtender_unImplemented1 > (POA_Bonobo_MonikerExtender * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerExtender_unImplemented2 > (POA_Bonobo_MonikerExtender * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerExtender_unImplemented3 > (POA_Bonobo_MonikerExtender * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerExtender_unImplemented4 > (POA_Bonobo_MonikerExtender * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Stream_getInfo(POA_Bonobo_Stream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_StorageInfo * > (*_impl_getInfo) > (PortableServer_Servant > _servant, > const > Bonobo_StorageInfoFields > mask, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Stream_setInfo(POA_Bonobo_Stream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setInfo) > (PortableServer_Servant > _servant, > const Bonobo_StorageInfo * > info, > const > Bonobo_StorageInfoFields > mask, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Stream_read(POA_Bonobo_Stream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_read) > (PortableServer_Servant _servant, > const CORBA_long count, > Bonobo_Stream_iobuf ** buffer, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Stream_write(POA_Bonobo_Stream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_write) > (PortableServer_Servant > _servant, > const Bonobo_Stream_iobuf * > buffer, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Stream_seek(POA_Bonobo_Stream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_long(*_impl_seek) > (PortableServer_Servant _servant, > const CORBA_long offset, > const Bonobo_Stream_SeekType > whence, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Stream_truncate(POA_Bonobo_Stream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_truncate) > (PortableServer_Servant > _servant, > const CORBA_long length, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Stream_commit(POA_Bonobo_Stream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_commit) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Stream_revert(POA_Bonobo_Stream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_revert) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Stream_unImplemented1(POA_Bonobo_Stream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void > (*_impl_unImplemented1) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Stream_unImplemented2(POA_Bonobo_Stream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void > (*_impl_unImplemented2) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Storage_getInfo(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_StorageInfo * > (*_impl_getInfo) > (PortableServer_Servant > _servant, > const CORBA_char * path, > const > Bonobo_StorageInfoFields > mask, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Storage_setInfo(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setInfo) > (PortableServer_Servant > _servant, > const CORBA_char * path, > const Bonobo_StorageInfo * > info, > const > Bonobo_StorageInfoFields > mask, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Storage_openStream(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Stream > (*_impl_openStream) > (PortableServer_Servant > _servant, > const CORBA_char * path, > const > Bonobo_Storage_OpenMode > mode, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Storage_openStorage(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Storage > (*_impl_openStorage) > (PortableServer_Servant > _servant, > const CORBA_char * path, > const > Bonobo_Storage_OpenMode > mode, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Storage_copyTo(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_copyTo) > (PortableServer_Servant > _servant, > const Bonobo_Storage target, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Storage_listContents(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Storage_DirectoryList > * > (*_impl_listContents) > (PortableServer_Servant > _servant, > const CORBA_char * > path, > const > Bonobo_StorageInfoFields > mask, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Storage_erase(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_erase) > (PortableServer_Servant > _servant, > const CORBA_char * path, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Storage_rename(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_rename) > (PortableServer_Servant > _servant, > const CORBA_char * path_name, > const CORBA_char * > new_path_name, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Storage_commit(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_commit) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Storage_revert(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_revert) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Storage_unImplemented1(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented1) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Storage_unImplemented2(POA_Bonobo_Storage * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented2) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_MonikerContext_getObject > (POA_Bonobo_MonikerContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_Unknown(*_impl_getObject) (PortableServer_Servant _servant, > const CORBA_char * name, > const CORBA_char * repoId, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerContext_createFromName > (POA_Bonobo_MonikerContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_Moniker(*_impl_createFromName) (PortableServer_Servant _servant, > const CORBA_char * name, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerContext_getExtender > (POA_Bonobo_MonikerContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_MonikerExtender(*_impl_getExtender) (PortableServer_Servant > _servant, > const CORBA_char * > monikerPrefix, > const CORBA_char * > interfaceId, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerContext_unImplemented1 > (POA_Bonobo_MonikerContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerContext_unImplemented2 > (POA_Bonobo_MonikerContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerContext_unImplemented3 > (POA_Bonobo_MonikerContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerContext_unImplemented4 > (POA_Bonobo_MonikerContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerContext_unImplemented5 > (POA_Bonobo_MonikerContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented5) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_MonikerContext_unImplemented6 > (POA_Bonobo_MonikerContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented6) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_RunningContext_addObject > (POA_Bonobo_RunningContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_addObject) (PortableServer_Servant _servant, > const CORBA_Object obj, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_RunningContext_removeObject > (POA_Bonobo_RunningContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_removeObject) (PortableServer_Servant _servant, > const CORBA_Object obj, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_RunningContext_addKey(POA_Bonobo_RunningContext > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_addKey) > (PortableServer_Servant > _servant, > const CORBA_char * key, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_RunningContext_removeKey > (POA_Bonobo_RunningContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_removeKey) (PortableServer_Servant _servant, > const CORBA_char * key, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_RunningContext_atExitUnref > (POA_Bonobo_RunningContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_atExitUnref) (PortableServer_Servant _servant, > const CORBA_Object obj, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_RunningContext_unImplemented1 > (POA_Bonobo_RunningContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_RunningContext_unImplemented2 > (POA_Bonobo_RunningContext * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Persist_getContentTypes(POA_Bonobo_Persist * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > Bonobo_Persist_ContentTypeList > * > (*_impl_getContentTypes) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Persist_getIId(POA_Bonobo_Persist * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Persist_IID > (*_impl_getIId) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Persist_isDirty(POA_Bonobo_Persist * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_boolean(*_impl_isDirty) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Persist_unImplemented1(POA_Bonobo_Persist * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented1) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Persist_unImplemented2(POA_Bonobo_Persist * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented2) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_PersistFile_load(POA_Bonobo_PersistFile * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_load) > (PortableServer_Servant > _servant, > const CORBA_char * uri, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_PersistFile_save(POA_Bonobo_PersistFile * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_save) > (PortableServer_Servant > _servant, > const CORBA_char * uri, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PersistFile_getCurrentFile > (POA_Bonobo_PersistFile * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > CORBA_string(*_impl_getCurrentFile) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PersistFile_unImplemented3 > (POA_Bonobo_PersistFile * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PersistFile_unImplemented4 > (POA_Bonobo_PersistFile * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_PersistStorage_load(POA_Bonobo_PersistStorage > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_load) > (PortableServer_Servant > _servant, > const Bonobo_Storage > storage, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_PersistStorage_save(POA_Bonobo_PersistStorage > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_save) > (PortableServer_Servant > _servant, > const Bonobo_Storage > storage, > const CORBA_boolean > same_as_loaded, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_PersistStream_load(POA_Bonobo_PersistStream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_load) > (PortableServer_Servant > _servant, > const Bonobo_Stream > stream, > const CORBA_char * type, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_PersistStream_save(POA_Bonobo_PersistStream * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_save) > (PortableServer_Servant > _servant, > const Bonobo_Stream > stream, > const CORBA_char * type, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PersistStream_unImplemented3 > (POA_Bonobo_PersistStream * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PersistStream_unImplemented4 > (POA_Bonobo_PersistStream * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Listener_event(POA_Bonobo_Listener * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_event) > (PortableServer_Servant > _servant, > const CORBA_char * > event_name, > const CORBA_any * args, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Listener_unImplemented(POA_Bonobo_Listener * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Listener_unImplemented2(POA_Bonobo_Listener * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented2) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_EventSource_addListener(POA_Bonobo_EventSource > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void > (*_impl_addListener) > (PortableServer_Servant > _servant, > const Bonobo_Listener > l, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_EventSource_addListenerWithMask > (POA_Bonobo_EventSource * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_addListenerWithMask) (PortableServer_Servant _servant, > const Bonobo_Listener l, > const CORBA_char * event_mask, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_EventSource_removeListener > (POA_Bonobo_EventSource * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_removeListener) (PortableServer_Servant _servant, > const Bonobo_Listener l, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_EventSource_unImplemented > (POA_Bonobo_EventSource * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_EventSource_unImplemented2 > (POA_Bonobo_EventSource * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_UIComponent_setContainer(POA_Bonobo_UIComponent > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_setContainer) > (PortableServer_Servant > _servant, > const > Bonobo_UIContainer > container, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_UIComponent_unsetContainer > (POA_Bonobo_UIComponent * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unsetContainer) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_UIComponent__get_name(POA_Bonobo_UIComponent > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_string > (*_impl__get_name) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_UIComponent_describeVerbs > (POA_Bonobo_UIComponent * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > CORBA_string(*_impl_describeVerbs) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_UIComponent_execVerb(POA_Bonobo_UIComponent * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_execVerb) > (PortableServer_Servant > _servant, > const CORBA_char * > cname, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_UIComponent_uiEvent(POA_Bonobo_UIComponent * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_uiEvent) > (PortableServer_Servant > _servant, > const CORBA_char * id, > const > Bonobo_UIComponent_EventType > type, > const CORBA_char * > state, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_UIComponent_unImplemented > (POA_Bonobo_UIComponent * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_UIComponent_unImplemented2 > (POA_Bonobo_UIComponent * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_UIComponent_unImplemented3 > (POA_Bonobo_UIComponent * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_UIComponent_unImplemented4 > (POA_Bonobo_UIComponent * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_UIContainer_registerComponent > (POA_Bonobo_UIContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_registerComponent) (PortableServer_Servant _servant, > const CORBA_char * component_name, > const Bonobo_UIComponent component, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_UIContainer_deregisterComponent > (POA_Bonobo_UIContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_deregisterComponent) (PortableServer_Servant _servant, > const CORBA_char * component_name, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_freeze(POA_Bonobo_UIContainer * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_freeze) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_thaw(POA_Bonobo_UIContainer * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_thaw) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_setAttr(POA_Bonobo_UIContainer * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setAttr) > (PortableServer_Servant > _servant, > const CORBA_char * path, > const CORBA_char * attr, > const CORBA_char * > value, > const CORBA_char * > component_name, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_getAttr(POA_Bonobo_UIContainer * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_string > (*_impl_getAttr) > (PortableServer_Servant > _servant, > const CORBA_char * path, > const CORBA_char * attr, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_setNode(POA_Bonobo_UIContainer * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setNode) > (PortableServer_Servant > _servant, > const CORBA_char * path, > const CORBA_char * xml, > const CORBA_char * > component_name, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_getNode(POA_Bonobo_UIContainer * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_string > (*_impl_getNode) > (PortableServer_Servant > _servant, > const CORBA_char * path, > const CORBA_boolean > nodeOnly, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_removeNode(POA_Bonobo_UIContainer > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_removeNode) > (PortableServer_Servant > _servant, > const CORBA_char * > path, > const CORBA_char * > by_component_name, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_exists(POA_Bonobo_UIContainer * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_boolean > (*_impl_exists) > (PortableServer_Servant > _servant, > const CORBA_char * path, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_execVerb(POA_Bonobo_UIContainer * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_execVerb) > (PortableServer_Servant > _servant, > const CORBA_char * > cname, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_uiEvent(POA_Bonobo_UIContainer * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_uiEvent) > (PortableServer_Servant > _servant, > const CORBA_char * id, > const > Bonobo_UIComponent_EventType > type, > const CORBA_char * > state, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_setObject(POA_Bonobo_UIContainer > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setObject) > (PortableServer_Servant > _servant, > const CORBA_char * > path, > const Bonobo_Unknown > control, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_UIContainer_getObject(POA_Bonobo_UIContainer > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Unknown > (*_impl_getObject) > (PortableServer_Servant > _servant, > const CORBA_char * > path, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_UIContainer_unImplemented > (POA_Bonobo_UIContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_UIContainer_unImplemented2 > (POA_Bonobo_UIContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_UIContainer_unImplemented3 > (POA_Bonobo_UIContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_UIContainer_unImplemented4 > (POA_Bonobo_UIContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_PropertyBag_getKeys(POA_Bonobo_PropertyBag * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_KeyList * > (*_impl_getKeys) > (PortableServer_Servant > _servant, > const CORBA_char * > filter, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_PropertyBag_getType(POA_Bonobo_PropertyBag * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_TypeCode > (*_impl_getType) > (PortableServer_Servant > _servant, > const CORBA_char * key, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_PropertyBag_getValue(POA_Bonobo_PropertyBag * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_any * > (*_impl_getValue) > (PortableServer_Servant > _servant, > const CORBA_char * key, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_PropertyBag_setValue(POA_Bonobo_PropertyBag * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setValue) > (PortableServer_Servant > _servant, > const CORBA_char * key, > const CORBA_any * > value, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_PropertyBag_getValues(POA_Bonobo_PropertyBag > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_PropertySet * > (*_impl_getValues) > (PortableServer_Servant > _servant, > const CORBA_char * > filter, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_PropertyBag_setValues(POA_Bonobo_PropertyBag > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setValues) > (PortableServer_Servant > _servant, > const > Bonobo_PropertySet * > set, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_PropertyBag_getDefault(POA_Bonobo_PropertyBag > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > CORBA_any * > (*_impl_getDefault) > (PortableServer_Servant > _servant, > const CORBA_char * > key, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_PropertyBag_getDocTitle(POA_Bonobo_PropertyBag > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_string > (*_impl_getDocTitle) > (PortableServer_Servant > _servant, > const CORBA_char * > key, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_PropertyBag_getDoc(POA_Bonobo_PropertyBag * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_string > (*_impl_getDoc) > (PortableServer_Servant > _servant, > const CORBA_char * key, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_PropertyBag_getFlags(POA_Bonobo_PropertyBag * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_PropertyFlags > (*_impl_getFlags) > (PortableServer_Servant > _servant, > const CORBA_char * key, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_PropertyBag_unImplemented1 > (POA_Bonobo_PropertyBag * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PropertyBag_unImplemented2 > (POA_Bonobo_PropertyBag * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PropertyBag_unImplemented3 > (POA_Bonobo_PropertyBag * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PropertyBag_unImplemented4 > (POA_Bonobo_PropertyBag * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ConfigDatabase__get_isWriteable > (POA_Bonobo_ConfigDatabase * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > CORBA_boolean(*_impl__get_isWriteable) (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ConfigDatabase_getDirs > (POA_Bonobo_ConfigDatabase * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_KeyList * (*_impl_getDirs) (PortableServer_Servant _servant, > const CORBA_char * dir, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ConfigDatabase_hasDir(POA_Bonobo_ConfigDatabase > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_boolean > (*_impl_hasDir) > (PortableServer_Servant > _servant, > const CORBA_char * dir, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_ConfigDatabase_removeValue > (POA_Bonobo_ConfigDatabase * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_removeValue) (PortableServer_Servant _servant, > const CORBA_char * key, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ConfigDatabase_removeDir > (POA_Bonobo_ConfigDatabase * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_removeDir) (PortableServer_Servant _servant, > const CORBA_char * dir, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ConfigDatabase_addDatabase > (POA_Bonobo_ConfigDatabase * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_addDatabase) (PortableServer_Servant _servant, > const Bonobo_ConfigDatabase db, > const CORBA_char * key, > const Bonobo_ConfigDatabase_DBFlags flags, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_ConfigDatabase_sync(POA_Bonobo_ConfigDatabase > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_sync) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_ConfigDatabase_unImplemented5 > (POA_Bonobo_ConfigDatabase * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented5) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ConfigDatabase_unImplemented6 > (POA_Bonobo_ConfigDatabase * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented6) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ConfigDatabase_unImplemented7 > (POA_Bonobo_ConfigDatabase * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented7) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ConfigDatabase_unImplemented8 > (POA_Bonobo_ConfigDatabase * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented8) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ControlFrame_getToplevelId > (POA_Bonobo_ControlFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_Gdk_WindowId(*_impl_getToplevelId) (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ControlFrame_getAmbientProperties > (POA_Bonobo_ControlFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_PropertyBag(*_impl_getAmbientProperties) (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_ControlFrame_getUIContainer > (POA_Bonobo_ControlFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_UIContainer(*_impl_getUIContainer) (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ControlFrame_notifyActivated > (POA_Bonobo_ControlFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_notifyActivated) (PortableServer_Servant _servant, > const CORBA_boolean state, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ControlFrame_queueResize > (POA_Bonobo_ControlFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_queueResize) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ControlFrame_activateURI > (POA_Bonobo_ControlFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_activateURI) (PortableServer_Servant _servant, > const CORBA_char * uri, > const CORBA_boolean relative, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ControlFrame_getParentAccessible > (POA_Bonobo_ControlFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_Unknown(*_impl_getParentAccessible) (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ControlFrame_unImplemented > (POA_Bonobo_ControlFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ControlFrame_unImplemented2 > (POA_Bonobo_ControlFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Control_getProperties(POA_Bonobo_Control * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_PropertyBag > (*_impl_getProperties) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Control_getDesiredSize(POA_Bonobo_Control * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > Bonobo_Gtk_Requisition > (*_impl_getDesiredSize) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Control_getAccessible(POA_Bonobo_Control * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Unknown > (*_impl_getAccessible) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Control_getWindowId(POA_Bonobo_Control * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Gdk_WindowId > (*_impl_getWindowId) > (PortableServer_Servant > _servant, > const CORBA_char * > cookie, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Control_getPopupContainer(POA_Bonobo_Control > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > Bonobo_UIContainer > (*_impl_getPopupContainer) > (PortableServer_Servant > _servant, > CORBA_Environment > * ev)); > void _ORBIT_skel_small_Bonobo_Control_setFrame(POA_Bonobo_Control * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setFrame) > (PortableServer_Servant > _servant, > const Bonobo_ControlFrame > frame, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Control_setSize(POA_Bonobo_Control * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setSize) > (PortableServer_Servant > _servant, > const CORBA_short width, > const CORBA_short height, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Control_setState(POA_Bonobo_Control * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setState) > (PortableServer_Servant > _servant, > const Bonobo_Gtk_State > state, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Control_activate(POA_Bonobo_Control * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_activate) > (PortableServer_Servant > _servant, > const CORBA_boolean > activate, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Control_focus(POA_Bonobo_Control * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_boolean(*_impl_focus) > (PortableServer_Servant > _servant, > const Bonobo_Gtk_Direction > direction, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Control_unImplemented(POA_Bonobo_Control * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void > (*_impl_unImplemented) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Control_unImplemented2(POA_Bonobo_Control * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented2) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Control_unImplemented3(POA_Bonobo_Control * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented3) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_PropertyControl__get_pageCount > (POA_Bonobo_PropertyControl * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > CORBA_long(*_impl__get_pageCount) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PropertyControl_getControl > (POA_Bonobo_PropertyControl * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_Control(*_impl_getControl) (PortableServer_Servant _servant, > const CORBA_long pagenumber, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PropertyControl_notifyAction > (POA_Bonobo_PropertyControl * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_notifyAction) (PortableServer_Servant _servant, > const CORBA_long pagenumber, > const Bonobo_PropertyControl_Action action, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PropertyControl_unImplemented > (POA_Bonobo_PropertyControl * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_PropertyControl_unImplemented2 > (POA_Bonobo_PropertyControl * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ZoomableFrame_onLevelChanged > (POA_Bonobo_ZoomableFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_onLevelChanged) (PortableServer_Servant _servant, > const CORBA_float zoom_level, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ZoomableFrame_onParametersChanged > (POA_Bonobo_ZoomableFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_onParametersChanged) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ZoomableFrame_unImplemented1 > (POA_Bonobo_ZoomableFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ZoomableFrame_unImplemented2 > (POA_Bonobo_ZoomableFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ZoomableFrame_unImplemented3 > (POA_Bonobo_ZoomableFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ZoomableFrame_unImplemented4 > (POA_Bonobo_ZoomableFrame * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Zoomable__get_level(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_float > (*_impl__get_level) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Zoomable__get_minLevel(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > CORBA_float > (*_impl__get_minLevel) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Zoomable__get_maxLevel(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > CORBA_float > (*_impl__get_maxLevel) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Zoomable__get_hasMinLevel(POA_Bonobo_Zoomable > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > CORBA_boolean > (*_impl__get_hasMinLevel) > (PortableServer_Servant > _servant, > CORBA_Environment > * ev)); > void _ORBIT_skel_small_Bonobo_Zoomable__get_hasMaxLevel(POA_Bonobo_Zoomable > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > CORBA_boolean > (*_impl__get_hasMaxLevel) > (PortableServer_Servant > _servant, > CORBA_Environment > * ev)); > void > _ORBIT_skel_small_Bonobo_Zoomable__get_isContinuous(POA_Bonobo_Zoomable > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > CORBA_boolean > (*_impl__get_isContinuous) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_Zoomable__get_preferredLevels > (POA_Bonobo_Zoomable * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_ZoomLevelList * > (*_impl__get_preferredLevels) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Zoomable__get_preferredLevelNames > (POA_Bonobo_Zoomable * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_ZoomLevelNameList * > (*_impl__get_preferredLevelNames) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Zoomable_zoomIn(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_zoomIn) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Zoomable_zoomOut(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_zoomOut) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Zoomable_zoomFit(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_zoomFit) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Zoomable_zoomDefault(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void > (*_impl_zoomDefault) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Zoomable_setLevel(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setLevel) > (PortableServer_Servant > _servant, > const CORBA_float > zoom_level, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Zoomable_setFrame(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_setFrame) > (PortableServer_Servant > _servant, > const Bonobo_ZoomableFrame > zoomable_frame, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Zoomable_unImplemented1(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented1) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Zoomable_unImplemented2(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented2) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Zoomable_unImplemented3(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented3) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Zoomable_unImplemented4(POA_Bonobo_Zoomable * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented4) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_ItemContainer_enumObjects > (POA_Bonobo_ItemContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_ItemContainer_ObjectNames * > (*_impl_enumObjects) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ItemContainer_getObjectByName > (POA_Bonobo_ItemContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_Unknown(*_impl_getObjectByName) (PortableServer_Servant > _servant, > const CORBA_char * item_name, > const CORBA_boolean > only_if_exists, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ItemContainer_unImplemented1 > (POA_Bonobo_ItemContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ItemContainer_unImplemented2 > (POA_Bonobo_ItemContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ItemContainer_unImplemented3 > (POA_Bonobo_ItemContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ItemContainer_unImplemented4 > (POA_Bonobo_ItemContainer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_update > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_Canvas_ArtUTA * > (*_impl_update) (PortableServer_Servant _servant, > const Bonobo_Canvas_State * state, > const Bonobo_Canvas_affine aff, > const Bonobo_Canvas_SVP * clip_path, > const CORBA_long flags, CORBA_double * x1, > CORBA_double * y1, CORBA_double * x2, > CORBA_double * y2, CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_realize > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_realize) (PortableServer_Servant _servant, > const CORBA_char * drawable, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_unrealize > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unrealize) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_map > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_map) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_unmap > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unmap) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_draw > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_draw) (PortableServer_Servant _servant, > const Bonobo_Canvas_State * state, > const CORBA_char * drawable, const CORBA_short x, > const CORBA_short y, const CORBA_short width, > const CORBA_short height, CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_render > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_render) (PortableServer_Servant _servant, > Bonobo_Canvas_Buf * buf, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_contains > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > CORBA_boolean(*_impl_contains) (PortableServer_Servant _servant, > const CORBA_double x, > const CORBA_double y, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_bounds > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_bounds) (PortableServer_Servant _servant, > const Bonobo_Canvas_State * state, > CORBA_double * x1, CORBA_double * x2, > CORBA_double * y1, CORBA_double * y2, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_event > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > CORBA_boolean(*_impl_event) (PortableServer_Servant _servant, > const Bonobo_Canvas_State * state, > const Bonobo_Gdk_Event * event, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_setCanvasSize > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_setCanvasSize) (PortableServer_Servant _servant, > const CORBA_short x, const CORBA_short y, > const CORBA_short width, > const CORBA_short height, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_setBounds > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_setBounds) (PortableServer_Servant _servant, > const Bonobo_Canvas_DRect * bbox, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_unImplemented1 > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_unImplemented2 > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_unImplemented3 > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_unImplemented4 > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_unImplemented5 > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented5) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_unImplemented6 > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented6) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_unImplemented7 > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented7) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_Component_unImplemented8 > (POA_Bonobo_Canvas_Component * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented8) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_requestUpdate > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_requestUpdate) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_grabFocus > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_grabFocus) (PortableServer_Servant _servant, > const CORBA_unsigned_long mask, > const CORBA_long cursor, > const CORBA_unsigned_long time, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_ungrabFocus > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_ungrabFocus) (PortableServer_Servant _servant, > const CORBA_unsigned_long time, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_getUIContainer > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_UIContainer(*_impl_getUIContainer) (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_unImplemented1 > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_unImplemented2 > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_unImplemented3 > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_unImplemented4 > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_unImplemented5 > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_unImplemented5) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_unImplemented6 > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_unImplemented6) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_unImplemented7 > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_unImplemented7) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Canvas_ComponentProxy_unImplemented8 > (POA_Bonobo_Canvas_ComponentProxy * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_unImplemented8) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ControlFactory_createControl > (POA_Bonobo_ControlFactory * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > Bonobo_Control(*_impl_createControl) (PortableServer_Servant _servant, > const Bonobo_ControlFrame frame, > const Bonobo_UIContainer uic, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ControlFactory_unImplemented1 > (POA_Bonobo_ControlFactory * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ControlFactory_unImplemented2 > (POA_Bonobo_ControlFactory * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_CanvasComponentFactory_createCanvasComponent > (POA_Bonobo_CanvasComponentFactory * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Canvas_Component(*_impl_createCanvasComponent) > (PortableServer_Servant _servant, const CORBA_boolean aa, > const Bonobo_Canvas_ComponentProxy proxy, CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_CanvasComponentFactory_unImplemented1 > (POA_Bonobo_CanvasComponentFactory * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_CanvasComponentFactory_unImplemented2 > (POA_Bonobo_CanvasComponentFactory * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Embeddable_unImplemented1(POA_Bonobo_Embeddable > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented1) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_Embeddable_unImplemented2(POA_Bonobo_Embeddable > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented2) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_Embeddable_unImplemented3(POA_Bonobo_Embeddable > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented3) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_Embeddable_unImplemented4(POA_Bonobo_Embeddable > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented4) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_Embeddable_unImplemented5(POA_Bonobo_Embeddable > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented5) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_Embeddable_unImplemented6(POA_Bonobo_Embeddable > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented6) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_Embeddable_unImplemented7(POA_Bonobo_Embeddable > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented7) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_Embeddable_unImplemented8(POA_Bonobo_Embeddable > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented8) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Print_render(POA_Bonobo_Print * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Stream(*_impl_render) > (PortableServer_Servant > _servant, > const Bonobo_PrintDimensions * > pd, > const Bonobo_PrintScissor * > scissor, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Print_unImplemented1(POA_Bonobo_Print * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void > (*_impl_unImplemented1) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Print_unImplemented2(POA_Bonobo_Print * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void > (*_impl_unImplemented2) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Print_unImplemented3(POA_Bonobo_Print * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void > (*_impl_unImplemented3) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Print_unImplemented4(POA_Bonobo_Print * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > void > (*_impl_unImplemented4) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Clipboard_setClipboard(POA_Bonobo_Clipboard * > _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_setClipboard) > (PortableServer_Servant > _servant, > const Bonobo_Moniker > pasting_moniker, > const Bonobo_Moniker > linking_moniker, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Clipboard_paste(POA_Bonobo_Clipboard * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Moniker(*_impl_paste) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Clipboard_link(POA_Bonobo_Clipboard * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > Bonobo_Moniker(*_impl_link) > (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Clipboard_unImplemented1(POA_Bonobo_Clipboard > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented1) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Clipboard_unImplemented2(POA_Bonobo_Clipboard > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented2) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Clipboard_unImplemented3(POA_Bonobo_Clipboard > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented3) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Clipboard_unImplemented4(POA_Bonobo_Clipboard > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > void > (*_impl_unImplemented4) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_ClipboardStore_fetchStream > (POA_Bonobo_ClipboardStore * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_fetchStream) (PortableServer_Servant _servant, > const Bonobo_PersistStream source, > const Bonobo_Moniker linking_moniker, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ClipboardStore_fetchStorage > (POA_Bonobo_ClipboardStore * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_fetchStorage) (PortableServer_Servant _servant, > const Bonobo_PersistStorage source, > const Bonobo_Moniker linking_moniker, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ClipboardStore_unImplemented1 > (POA_Bonobo_ClipboardStore * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ClipboardStore_unImplemented2 > (POA_Bonobo_ClipboardStore * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ClipboardStore_unImplemented3 > (POA_Bonobo_ClipboardStore * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_ClipboardStore_unImplemented4 > (POA_Bonobo_ClipboardStore * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unImplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void _ORBIT_skel_small_Bonobo_Application_message(POA_Bonobo_Application * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_any * > (*_impl_message) > (PortableServer_Servant > _servant, > const CORBA_char * msg, > const > Bonobo_Application_ArgList > * args, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_Application_newInstance(POA_Bonobo_Application > * _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_long > (*_impl_newInstance) > (PortableServer_Servant > _servant, > const > Bonobo_Application_argv_t > * argv, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_Application_listMessages(POA_Bonobo_Application > * _ORBIT_servant, > gpointer > _ORBIT_retval, > gpointer * > _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * > ev, > Bonobo_Application_MessageList > * > (*_impl_listMessages) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void _ORBIT_skel_small_Bonobo_Application_getName(POA_Bonobo_Application * > _ORBIT_servant, > gpointer _ORBIT_retval, > gpointer * _ORBIT_args, > CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_string > (*_impl_getName) > (PortableServer_Servant > _servant, > CORBA_Environment * > ev)); > void > _ORBIT_skel_small_Bonobo_Application_unimplemented1 > (POA_Bonobo_Application * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unimplemented1) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Application_unimplemented2 > (POA_Bonobo_Application * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unimplemented2) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Application_unimplemented3 > (POA_Bonobo_Application * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unimplemented3) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Application_unimplemented4 > (POA_Bonobo_Application * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unimplemented4) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Application_unimplemented5 > (POA_Bonobo_Application * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unimplemented5) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Application_unimplemented6 > (POA_Bonobo_Application * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unimplemented6) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Application_unimplemented7 > (POA_Bonobo_Application * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unimplemented7) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_Bonobo_Application_unimplemented8 > (POA_Bonobo_Application * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_unimplemented8) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > > > > > > Bonobo_Moniker Bonobo_Moniker_getParent(Bonobo_Moniker _obj, > CORBA_Environment * ev); > void Bonobo_Moniker_setParent(Bonobo_Moniker _obj, > const Bonobo_Moniker parent, > CORBA_Environment * ev); > CORBA_string Bonobo_Moniker_getName(Bonobo_Moniker _obj, > CORBA_Environment * ev); > void Bonobo_Moniker_setName(Bonobo_Moniker _obj, const CORBA_char * name, > CORBA_Environment * ev); > Bonobo_Unknown Bonobo_Moniker_resolve(Bonobo_Moniker _obj, > const Bonobo_ResolveOptions * > options, > const CORBA_char * > requestedInterface, > CORBA_Environment * ev); > CORBA_long Bonobo_Moniker_equal(Bonobo_Moniker _obj, > const CORBA_char * name, > CORBA_Environment * ev); > void Bonobo_Moniker_unImplemented1(Bonobo_Moniker _obj, > CORBA_Environment * ev); > void Bonobo_Moniker_unImplemented2(Bonobo_Moniker _obj, > CORBA_Environment * ev); > > > > Bonobo_Unknown Bonobo_MonikerExtender_resolve(Bonobo_MonikerExtender _obj, > const Bonobo_Moniker m, > const Bonobo_ResolveOptions * > options, > const CORBA_char * name, > const CORBA_char * > requestedInterface, > CORBA_Environment * ev); > void Bonobo_MonikerExtender_unImplemented1(Bonobo_MonikerExtender _obj, > CORBA_Environment * ev); > void Bonobo_MonikerExtender_unImplemented2(Bonobo_MonikerExtender _obj, > CORBA_Environment * ev); > void Bonobo_MonikerExtender_unImplemented3(Bonobo_MonikerExtender _obj, > CORBA_Environment * ev); > void Bonobo_MonikerExtender_unImplemented4(Bonobo_MonikerExtender _obj, > CORBA_Environment * ev); > > > > Bonobo_StorageInfo *Bonobo_Stream_getInfo(Bonobo_Stream _obj, > const Bonobo_StorageInfoFields > mask, CORBA_Environment * ev); > void Bonobo_Stream_setInfo(Bonobo_Stream _obj, > const Bonobo_StorageInfo * info, > const Bonobo_StorageInfoFields mask, > CORBA_Environment * ev); > void Bonobo_Stream_read(Bonobo_Stream _obj, const CORBA_long count, > Bonobo_Stream_iobuf ** buffer, > CORBA_Environment * ev); > void Bonobo_Stream_write(Bonobo_Stream _obj, > const Bonobo_Stream_iobuf * buffer, > CORBA_Environment * ev); > CORBA_long Bonobo_Stream_seek(Bonobo_Stream _obj, const CORBA_long offset, > const Bonobo_Stream_SeekType whence, > CORBA_Environment * ev); > void Bonobo_Stream_truncate(Bonobo_Stream _obj, const CORBA_long length, > CORBA_Environment * ev); > void Bonobo_Stream_commit(Bonobo_Stream _obj, CORBA_Environment * ev); > void Bonobo_Stream_revert(Bonobo_Stream _obj, CORBA_Environment * ev); > void Bonobo_Stream_unImplemented1(Bonobo_Stream _obj, > CORBA_Environment * ev); > void Bonobo_Stream_unImplemented2(Bonobo_Stream _obj, > CORBA_Environment * ev); > > > > Bonobo_StorageInfo *Bonobo_Storage_getInfo(Bonobo_Storage _obj, > const CORBA_char * path, > const Bonobo_StorageInfoFields > mask, CORBA_Environment * ev); > void Bonobo_Storage_setInfo(Bonobo_Storage _obj, const CORBA_char * path, > const Bonobo_StorageInfo * info, > const Bonobo_StorageInfoFields mask, > CORBA_Environment * ev); > Bonobo_Stream Bonobo_Storage_openStream(Bonobo_Storage _obj, > const CORBA_char * path, > const Bonobo_Storage_OpenMode mode, > CORBA_Environment * ev); > Bonobo_Storage Bonobo_Storage_openStorage(Bonobo_Storage _obj, > const CORBA_char * path, > const Bonobo_Storage_OpenMode > mode, CORBA_Environment * ev); > void Bonobo_Storage_copyTo(Bonobo_Storage _obj, > const Bonobo_Storage target, > CORBA_Environment * ev); > Bonobo_Storage_DirectoryList *Bonobo_Storage_listContents(Bonobo_Storage > _obj, > const CORBA_char > * path, > const > Bonobo_StorageInfoFields > mask, > CORBA_Environment > * ev); > void Bonobo_Storage_erase(Bonobo_Storage _obj, const CORBA_char * path, > CORBA_Environment * ev); > void Bonobo_Storage_rename(Bonobo_Storage _obj, > const CORBA_char * path_name, > const CORBA_char * new_path_name, > CORBA_Environment * ev); > void Bonobo_Storage_commit(Bonobo_Storage _obj, CORBA_Environment * ev); > void Bonobo_Storage_revert(Bonobo_Storage _obj, CORBA_Environment * ev); > void Bonobo_Storage_unImplemented1(Bonobo_Storage _obj, > CORBA_Environment * ev); > void Bonobo_Storage_unImplemented2(Bonobo_Storage _obj, > CORBA_Environment * ev); > > > > Bonobo_Unknown Bonobo_MonikerContext_getObject(Bonobo_MonikerContext _obj, > const CORBA_char * name, > const CORBA_char * repoId, > CORBA_Environment * ev); > Bonobo_Moniker Bonobo_MonikerContext_createFromName(Bonobo_MonikerContext > _obj, > const CORBA_char * > name, > CORBA_Environment * > ev); > Bonobo_MonikerExtender > Bonobo_MonikerContext_getExtender(Bonobo_MonikerContext _obj, > const CORBA_char * monikerPrefix, > const CORBA_char * interfaceId, > CORBA_Environment * ev); > void Bonobo_MonikerContext_unImplemented1(Bonobo_MonikerContext _obj, > CORBA_Environment * ev); > void Bonobo_MonikerContext_unImplemented2(Bonobo_MonikerContext _obj, > CORBA_Environment * ev); > void Bonobo_MonikerContext_unImplemented3(Bonobo_MonikerContext _obj, > CORBA_Environment * ev); > void Bonobo_MonikerContext_unImplemented4(Bonobo_MonikerContext _obj, > CORBA_Environment * ev); > void Bonobo_MonikerContext_unImplemented5(Bonobo_MonikerContext _obj, > CORBA_Environment * ev); > void Bonobo_MonikerContext_unImplemented6(Bonobo_MonikerContext _obj, > CORBA_Environment * ev); > > > > void Bonobo_RunningContext_addObject(Bonobo_RunningContext _obj, > const CORBA_Object obj, > CORBA_Environment * ev); > void Bonobo_RunningContext_removeObject(Bonobo_RunningContext _obj, > const CORBA_Object obj, > CORBA_Environment * ev); > void Bonobo_RunningContext_addKey(Bonobo_RunningContext _obj, > const CORBA_char * key, > CORBA_Environment * ev); > void Bonobo_RunningContext_removeKey(Bonobo_RunningContext _obj, > const CORBA_char * key, > CORBA_Environment * ev); > void Bonobo_RunningContext_atExitUnref(Bonobo_RunningContext _obj, > const CORBA_Object obj, > CORBA_Environment * ev); > void Bonobo_RunningContext_unImplemented1(Bonobo_RunningContext _obj, > CORBA_Environment * ev); > void Bonobo_RunningContext_unImplemented2(Bonobo_RunningContext _obj, > CORBA_Environment * ev); > > > > Bonobo_Persist_ContentTypeList > *Bonobo_Persist_getContentTypes(Bonobo_Persist _obj, > CORBA_Environment * ev); > Bonobo_Persist_IID Bonobo_Persist_getIId(Bonobo_Persist _obj, > CORBA_Environment * ev); > CORBA_boolean Bonobo_Persist_isDirty(Bonobo_Persist _obj, > CORBA_Environment * ev); > void Bonobo_Persist_unImplemented1(Bonobo_Persist _obj, > CORBA_Environment * ev); > void Bonobo_Persist_unImplemented2(Bonobo_Persist _obj, > CORBA_Environment * ev); ># 8429 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > void Bonobo_PersistFile_load(Bonobo_PersistFile _obj, > const CORBA_char * uri, > CORBA_Environment * ev); > void Bonobo_PersistFile_save(Bonobo_PersistFile _obj, > const CORBA_char * uri, > CORBA_Environment * ev); > CORBA_string Bonobo_PersistFile_getCurrentFile(Bonobo_PersistFile _obj, > CORBA_Environment * ev); > void Bonobo_PersistFile_unImplemented3(Bonobo_PersistFile _obj, > CORBA_Environment * ev); > void Bonobo_PersistFile_unImplemented4(Bonobo_PersistFile _obj, > CORBA_Environment * ev); ># 8449 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > void Bonobo_PersistStorage_load(Bonobo_PersistStorage _obj, > const Bonobo_Storage storage, > CORBA_Environment * ev); > void Bonobo_PersistStorage_save(Bonobo_PersistStorage _obj, > const Bonobo_Storage storage, > const CORBA_boolean same_as_loaded, > CORBA_Environment * ev); ># 8464 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > void Bonobo_PersistStream_load(Bonobo_PersistStream _obj, > const Bonobo_Stream stream, > const CORBA_char * type, > CORBA_Environment * ev); > void Bonobo_PersistStream_save(Bonobo_PersistStream _obj, > const Bonobo_Stream stream, > const CORBA_char * type, > CORBA_Environment * ev); > void Bonobo_PersistStream_unImplemented3(Bonobo_PersistStream _obj, > CORBA_Environment * ev); > void Bonobo_PersistStream_unImplemented4(Bonobo_PersistStream _obj, > CORBA_Environment * ev); > > > > void Bonobo_Listener_event(Bonobo_Listener _obj, > const CORBA_char * event_name, > const CORBA_any * args, CORBA_Environment * ev); > void Bonobo_Listener_unImplemented(Bonobo_Listener _obj, > CORBA_Environment * ev); > void Bonobo_Listener_unImplemented2(Bonobo_Listener _obj, > CORBA_Environment * ev); > > > > void Bonobo_EventSource_addListener(Bonobo_EventSource _obj, > const Bonobo_Listener l, > CORBA_Environment * ev); > void Bonobo_EventSource_addListenerWithMask(Bonobo_EventSource _obj, > const Bonobo_Listener l, > const CORBA_char * event_mask, > CORBA_Environment * ev); > void Bonobo_EventSource_removeListener(Bonobo_EventSource _obj, > const Bonobo_Listener l, > CORBA_Environment * ev); > void Bonobo_EventSource_unImplemented(Bonobo_EventSource _obj, > CORBA_Environment * ev); > void Bonobo_EventSource_unImplemented2(Bonobo_EventSource _obj, > CORBA_Environment * ev); > > > > void Bonobo_UIComponent_setContainer(Bonobo_UIComponent _obj, > const Bonobo_UIContainer container, > CORBA_Environment * ev); > void Bonobo_UIComponent_unsetContainer(Bonobo_UIComponent _obj, > CORBA_Environment * ev); > CORBA_string Bonobo_UIComponent__get_name(Bonobo_UIComponent _obj, > CORBA_Environment * ev); > CORBA_string Bonobo_UIComponent_describeVerbs(Bonobo_UIComponent _obj, > CORBA_Environment * ev); > void Bonobo_UIComponent_execVerb(Bonobo_UIComponent _obj, > const CORBA_char * cname, > CORBA_Environment * ev); > void Bonobo_UIComponent_uiEvent(Bonobo_UIComponent _obj, > const CORBA_char * id, > const Bonobo_UIComponent_EventType type, > const CORBA_char * state, > CORBA_Environment * ev); > void Bonobo_UIComponent_unImplemented(Bonobo_UIComponent _obj, > CORBA_Environment * ev); > void Bonobo_UIComponent_unImplemented2(Bonobo_UIComponent _obj, > CORBA_Environment * ev); > void Bonobo_UIComponent_unImplemented3(Bonobo_UIComponent _obj, > CORBA_Environment * ev); > void Bonobo_UIComponent_unImplemented4(Bonobo_UIComponent _obj, > CORBA_Environment * ev); > > > > void Bonobo_UIContainer_registerComponent(Bonobo_UIContainer _obj, > const CORBA_char * > component_name, > const Bonobo_UIComponent > component, > CORBA_Environment * ev); > void Bonobo_UIContainer_deregisterComponent(Bonobo_UIContainer _obj, > const CORBA_char * > component_name, > CORBA_Environment * ev); > void Bonobo_UIContainer_freeze(Bonobo_UIContainer _obj, > CORBA_Environment * ev); > void Bonobo_UIContainer_thaw(Bonobo_UIContainer _obj, > CORBA_Environment * ev); > void Bonobo_UIContainer_setAttr(Bonobo_UIContainer _obj, > const CORBA_char * path, > const CORBA_char * attr, > const CORBA_char * value, > const CORBA_char * component_name, > CORBA_Environment * ev); > CORBA_string Bonobo_UIContainer_getAttr(Bonobo_UIContainer _obj, > const CORBA_char * path, > const CORBA_char * attr, > CORBA_Environment * ev); > void Bonobo_UIContainer_setNode(Bonobo_UIContainer _obj, > const CORBA_char * path, > const CORBA_char * xml, > const CORBA_char * component_name, > CORBA_Environment * ev); > CORBA_string Bonobo_UIContainer_getNode(Bonobo_UIContainer _obj, > const CORBA_char * path, > const CORBA_boolean nodeOnly, > CORBA_Environment * ev); > void Bonobo_UIContainer_removeNode(Bonobo_UIContainer _obj, > const CORBA_char * path, > const CORBA_char * by_component_name, > CORBA_Environment * ev); > CORBA_boolean Bonobo_UIContainer_exists(Bonobo_UIContainer _obj, > const CORBA_char * path, > CORBA_Environment * ev); > void Bonobo_UIContainer_execVerb(Bonobo_UIContainer _obj, > const CORBA_char * cname, > CORBA_Environment * ev); > void Bonobo_UIContainer_uiEvent(Bonobo_UIContainer _obj, > const CORBA_char * id, > const Bonobo_UIComponent_EventType type, > const CORBA_char * state, > CORBA_Environment * ev); > void Bonobo_UIContainer_setObject(Bonobo_UIContainer _obj, > const CORBA_char * path, > const Bonobo_Unknown control, > CORBA_Environment * ev); > Bonobo_Unknown Bonobo_UIContainer_getObject(Bonobo_UIContainer _obj, > const CORBA_char * path, > CORBA_Environment * ev); > void Bonobo_UIContainer_unImplemented(Bonobo_UIContainer _obj, > CORBA_Environment * ev); > void Bonobo_UIContainer_unImplemented2(Bonobo_UIContainer _obj, > CORBA_Environment * ev); > void Bonobo_UIContainer_unImplemented3(Bonobo_UIContainer _obj, > CORBA_Environment * ev); > void Bonobo_UIContainer_unImplemented4(Bonobo_UIContainer _obj, > CORBA_Environment * ev); > > > > Bonobo_KeyList *Bonobo_PropertyBag_getKeys(Bonobo_PropertyBag _obj, > const CORBA_char * filter, > CORBA_Environment * ev); > CORBA_TypeCode Bonobo_PropertyBag_getType(Bonobo_PropertyBag _obj, > const CORBA_char * key, > CORBA_Environment * ev); > CORBA_any *Bonobo_PropertyBag_getValue(Bonobo_PropertyBag _obj, > const CORBA_char * key, > CORBA_Environment * ev); > void Bonobo_PropertyBag_setValue(Bonobo_PropertyBag _obj, > const CORBA_char * key, > const CORBA_any * value, > CORBA_Environment * ev); > Bonobo_PropertySet *Bonobo_PropertyBag_getValues(Bonobo_PropertyBag _obj, > const CORBA_char * filter, > CORBA_Environment * ev); > void Bonobo_PropertyBag_setValues(Bonobo_PropertyBag _obj, > const Bonobo_PropertySet * set, > CORBA_Environment * ev); > CORBA_any *Bonobo_PropertyBag_getDefault(Bonobo_PropertyBag _obj, > const CORBA_char * key, > CORBA_Environment * ev); > CORBA_string Bonobo_PropertyBag_getDocTitle(Bonobo_PropertyBag _obj, > const CORBA_char * key, > CORBA_Environment * ev); > CORBA_string Bonobo_PropertyBag_getDoc(Bonobo_PropertyBag _obj, > const CORBA_char * key, > CORBA_Environment * ev); > Bonobo_PropertyFlags Bonobo_PropertyBag_getFlags(Bonobo_PropertyBag _obj, > const CORBA_char * key, > CORBA_Environment * ev); > void Bonobo_PropertyBag_unImplemented1(Bonobo_PropertyBag _obj, > CORBA_Environment * ev); > void Bonobo_PropertyBag_unImplemented2(Bonobo_PropertyBag _obj, > CORBA_Environment * ev); > void Bonobo_PropertyBag_unImplemented3(Bonobo_PropertyBag _obj, > CORBA_Environment * ev); > void Bonobo_PropertyBag_unImplemented4(Bonobo_PropertyBag _obj, > CORBA_Environment * ev); ># 8656 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" > CORBA_boolean Bonobo_ConfigDatabase__get_isWriteable(Bonobo_ConfigDatabase > _obj, > CORBA_Environment * > ev); > Bonobo_KeyList *Bonobo_ConfigDatabase_getDirs(Bonobo_ConfigDatabase _obj, > const CORBA_char * dir, > CORBA_Environment * ev); > CORBA_boolean Bonobo_ConfigDatabase_hasDir(Bonobo_ConfigDatabase _obj, > const CORBA_char * dir, > CORBA_Environment * ev); > void Bonobo_ConfigDatabase_removeValue(Bonobo_ConfigDatabase _obj, > const CORBA_char * key, > CORBA_Environment * ev); > void Bonobo_ConfigDatabase_removeDir(Bonobo_ConfigDatabase _obj, > const CORBA_char * dir, > CORBA_Environment * ev); > void Bonobo_ConfigDatabase_addDatabase(Bonobo_ConfigDatabase _obj, > const Bonobo_ConfigDatabase db, > const CORBA_char * key, > const Bonobo_ConfigDatabase_DBFlags > flags, CORBA_Environment * ev); > void Bonobo_ConfigDatabase_sync(Bonobo_ConfigDatabase _obj, > CORBA_Environment * ev); > void Bonobo_ConfigDatabase_unImplemented5(Bonobo_ConfigDatabase _obj, > CORBA_Environment * ev); > void Bonobo_ConfigDatabase_unImplemented6(Bonobo_ConfigDatabase _obj, > CORBA_Environment * ev); > void Bonobo_ConfigDatabase_unImplemented7(Bonobo_ConfigDatabase _obj, > CORBA_Environment * ev); > void Bonobo_ConfigDatabase_unImplemented8(Bonobo_ConfigDatabase _obj, > CORBA_Environment * ev); > > > > Bonobo_Gdk_WindowId Bonobo_ControlFrame_getToplevelId(Bonobo_ControlFrame > _obj, > CORBA_Environment * > ev); > Bonobo_PropertyBag > Bonobo_ControlFrame_getAmbientProperties(Bonobo_ControlFrame _obj, > CORBA_Environment * ev); > Bonobo_UIContainer Bonobo_ControlFrame_getUIContainer(Bonobo_ControlFrame > _obj, > CORBA_Environment * > ev); > void Bonobo_ControlFrame_notifyActivated(Bonobo_ControlFrame _obj, > const CORBA_boolean state, > CORBA_Environment * ev); > void Bonobo_ControlFrame_queueResize(Bonobo_ControlFrame _obj, > CORBA_Environment * ev); > void Bonobo_ControlFrame_activateURI(Bonobo_ControlFrame _obj, > const CORBA_char * uri, > const CORBA_boolean relative, > CORBA_Environment * ev); > Bonobo_Unknown Bonobo_ControlFrame_getParentAccessible(Bonobo_ControlFrame > _obj, > CORBA_Environment * > ev); > void Bonobo_ControlFrame_unImplemented(Bonobo_ControlFrame _obj, > CORBA_Environment * ev); > void Bonobo_ControlFrame_unImplemented2(Bonobo_ControlFrame _obj, > CORBA_Environment * ev); > > > > Bonobo_PropertyBag Bonobo_Control_getProperties(Bonobo_Control _obj, > CORBA_Environment * ev); > Bonobo_Gtk_Requisition Bonobo_Control_getDesiredSize(Bonobo_Control _obj, > CORBA_Environment * > ev); > Bonobo_Unknown Bonobo_Control_getAccessible(Bonobo_Control _obj, > CORBA_Environment * ev); > Bonobo_Gdk_WindowId Bonobo_Control_getWindowId(Bonobo_Control _obj, > const CORBA_char * cookie, > CORBA_Environment * ev); > Bonobo_UIContainer Bonobo_Control_getPopupContainer(Bonobo_Control _obj, > CORBA_Environment * > ev); > void Bonobo_Control_setFrame(Bonobo_Control _obj, > const Bonobo_ControlFrame frame, > CORBA_Environment * ev); > void Bonobo_Control_setSize(Bonobo_Control _obj, const CORBA_short width, > const CORBA_short height, > CORBA_Environment * ev); > void Bonobo_Control_setState(Bonobo_Control _obj, > const Bonobo_Gtk_State state, > CORBA_Environment * ev); > void Bonobo_Control_activate(Bonobo_Control _obj, > const CORBA_boolean activate, > CORBA_Environment * ev); > CORBA_boolean Bonobo_Control_focus(Bonobo_Control _obj, > const Bonobo_Gtk_Direction direction, > CORBA_Environment * ev); > void Bonobo_Control_unImplemented(Bonobo_Control _obj, > CORBA_Environment * ev); > void Bonobo_Control_unImplemented2(Bonobo_Control _obj, > CORBA_Environment * ev); > void Bonobo_Control_unImplemented3(Bonobo_Control _obj, > CORBA_Environment * ev); > > > > CORBA_long Bonobo_PropertyControl__get_pageCount(Bonobo_PropertyControl > _obj, > CORBA_Environment * ev); > Bonobo_Control Bonobo_PropertyControl_getControl(Bonobo_PropertyControl > _obj, > const CORBA_long > pagenumber, > CORBA_Environment * ev); > void Bonobo_PropertyControl_notifyAction(Bonobo_PropertyControl _obj, > const CORBA_long pagenumber, > const > Bonobo_PropertyControl_Action > action, CORBA_Environment * ev); > void Bonobo_PropertyControl_unImplemented(Bonobo_PropertyControl _obj, > CORBA_Environment * ev); > void Bonobo_PropertyControl_unImplemented2(Bonobo_PropertyControl _obj, > CORBA_Environment * ev); > > > > void Bonobo_ZoomableFrame_onLevelChanged(Bonobo_ZoomableFrame _obj, > const CORBA_float zoom_level, > CORBA_Environment * ev); > void Bonobo_ZoomableFrame_onParametersChanged(Bonobo_ZoomableFrame _obj, > CORBA_Environment * ev); > void Bonobo_ZoomableFrame_unImplemented1(Bonobo_ZoomableFrame _obj, > CORBA_Environment * ev); > void Bonobo_ZoomableFrame_unImplemented2(Bonobo_ZoomableFrame _obj, > CORBA_Environment * ev); > void Bonobo_ZoomableFrame_unImplemented3(Bonobo_ZoomableFrame _obj, > CORBA_Environment * ev); > void Bonobo_ZoomableFrame_unImplemented4(Bonobo_ZoomableFrame _obj, > CORBA_Environment * ev); > > > > CORBA_float Bonobo_Zoomable__get_level(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > CORBA_float Bonobo_Zoomable__get_minLevel(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > CORBA_float Bonobo_Zoomable__get_maxLevel(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > CORBA_boolean Bonobo_Zoomable__get_hasMinLevel(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > CORBA_boolean Bonobo_Zoomable__get_hasMaxLevel(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > CORBA_boolean Bonobo_Zoomable__get_isContinuous(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > Bonobo_ZoomLevelList *Bonobo_Zoomable__get_preferredLevels(Bonobo_Zoomable > _obj, > CORBA_Environment > * ev); > Bonobo_ZoomLevelNameList > *Bonobo_Zoomable__get_preferredLevelNames(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > void Bonobo_Zoomable_zoomIn(Bonobo_Zoomable _obj, CORBA_Environment * ev); > void Bonobo_Zoomable_zoomOut(Bonobo_Zoomable _obj, CORBA_Environment * ev); > void Bonobo_Zoomable_zoomFit(Bonobo_Zoomable _obj, CORBA_Environment * ev); > void Bonobo_Zoomable_zoomDefault(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > void Bonobo_Zoomable_setLevel(Bonobo_Zoomable _obj, > const CORBA_float zoom_level, > CORBA_Environment * ev); > void Bonobo_Zoomable_setFrame(Bonobo_Zoomable _obj, > const Bonobo_ZoomableFrame zoomable_frame, > CORBA_Environment * ev); > void Bonobo_Zoomable_unImplemented1(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > void Bonobo_Zoomable_unImplemented2(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > void Bonobo_Zoomable_unImplemented3(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > void Bonobo_Zoomable_unImplemented4(Bonobo_Zoomable _obj, > CORBA_Environment * ev); > > > > Bonobo_ItemContainer_ObjectNames > *Bonobo_ItemContainer_enumObjects(Bonobo_ItemContainer _obj, > CORBA_Environment * ev); > Bonobo_Unknown Bonobo_ItemContainer_getObjectByName(Bonobo_ItemContainer > _obj, > const CORBA_char * > item_name, > const CORBA_boolean > only_if_exists, > CORBA_Environment * > ev); > void Bonobo_ItemContainer_unImplemented1(Bonobo_ItemContainer _obj, > CORBA_Environment * ev); > void Bonobo_ItemContainer_unImplemented2(Bonobo_ItemContainer _obj, > CORBA_Environment * ev); > void Bonobo_ItemContainer_unImplemented3(Bonobo_ItemContainer _obj, > CORBA_Environment * ev); > void Bonobo_ItemContainer_unImplemented4(Bonobo_ItemContainer _obj, > CORBA_Environment * ev); > > > > Bonobo_Canvas_ArtUTA > *Bonobo_Canvas_Component_update(Bonobo_Canvas_Component _obj, > const Bonobo_Canvas_State * state, > const Bonobo_Canvas_affine aff, > const Bonobo_Canvas_SVP * clip_path, > const CORBA_long flags, > CORBA_double * x1, CORBA_double * y1, > CORBA_double * x2, CORBA_double * y2, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_realize(Bonobo_Canvas_Component _obj, > const CORBA_char * drawable, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_unrealize(Bonobo_Canvas_Component _obj, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_map(Bonobo_Canvas_Component _obj, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_unmap(Bonobo_Canvas_Component _obj, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_draw(Bonobo_Canvas_Component _obj, > const Bonobo_Canvas_State * state, > const CORBA_char * drawable, > const CORBA_short x, const CORBA_short y, > const CORBA_short width, > const CORBA_short height, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_render(Bonobo_Canvas_Component _obj, > Bonobo_Canvas_Buf * buf, > CORBA_Environment * ev); > CORBA_boolean Bonobo_Canvas_Component_contains(Bonobo_Canvas_Component > _obj, const CORBA_double x, > const CORBA_double y, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_bounds(Bonobo_Canvas_Component _obj, > const Bonobo_Canvas_State * state, > CORBA_double * x1, CORBA_double * x2, > CORBA_double * y1, CORBA_double * y2, > CORBA_Environment * ev); > CORBA_boolean Bonobo_Canvas_Component_event(Bonobo_Canvas_Component _obj, > const Bonobo_Canvas_State * > state, > const Bonobo_Gdk_Event * event, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_setCanvasSize(Bonobo_Canvas_Component _obj, > const CORBA_short x, > const CORBA_short y, > const CORBA_short width, > const CORBA_short height, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_setBounds(Bonobo_Canvas_Component _obj, > const Bonobo_Canvas_DRect * bbox, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_unImplemented1(Bonobo_Canvas_Component _obj, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_unImplemented2(Bonobo_Canvas_Component _obj, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_unImplemented3(Bonobo_Canvas_Component _obj, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_unImplemented4(Bonobo_Canvas_Component _obj, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_unImplemented5(Bonobo_Canvas_Component _obj, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_unImplemented6(Bonobo_Canvas_Component _obj, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_unImplemented7(Bonobo_Canvas_Component _obj, > CORBA_Environment * ev); > void Bonobo_Canvas_Component_unImplemented8(Bonobo_Canvas_Component _obj, > CORBA_Environment * ev); > void > Bonobo_Canvas_ComponentProxy_requestUpdate(Bonobo_Canvas_ComponentProxy > _obj, > CORBA_Environment * ev); > void Bonobo_Canvas_ComponentProxy_grabFocus(Bonobo_Canvas_ComponentProxy > _obj, > const CORBA_unsigned_long mask, > const CORBA_long cursor, > const CORBA_unsigned_long time, > CORBA_Environment * ev); > void Bonobo_Canvas_ComponentProxy_ungrabFocus(Bonobo_Canvas_ComponentProxy > _obj, > const CORBA_unsigned_long > time, > CORBA_Environment * ev); > Bonobo_UIContainer > Bonobo_Canvas_ComponentProxy_getUIContainer(Bonobo_Canvas_ComponentProxy > _obj, > CORBA_Environment * ev); > void > Bonobo_Canvas_ComponentProxy_unImplemented1(Bonobo_Canvas_ComponentProxy > _obj, > CORBA_Environment * ev); > void > Bonobo_Canvas_ComponentProxy_unImplemented2(Bonobo_Canvas_ComponentProxy > _obj, > CORBA_Environment * ev); > void > Bonobo_Canvas_ComponentProxy_unImplemented3(Bonobo_Canvas_ComponentProxy > _obj, > CORBA_Environment * ev); > void > Bonobo_Canvas_ComponentProxy_unImplemented4(Bonobo_Canvas_ComponentProxy > _obj, > CORBA_Environment * ev); > void > Bonobo_Canvas_ComponentProxy_unImplemented5(Bonobo_Canvas_ComponentProxy > _obj, > CORBA_Environment * ev); > void > Bonobo_Canvas_ComponentProxy_unImplemented6(Bonobo_Canvas_ComponentProxy > _obj, > CORBA_Environment * ev); > void > Bonobo_Canvas_ComponentProxy_unImplemented7(Bonobo_Canvas_ComponentProxy > _obj, > CORBA_Environment * ev); > void > Bonobo_Canvas_ComponentProxy_unImplemented8(Bonobo_Canvas_ComponentProxy > _obj, > CORBA_Environment * ev); > > > > Bonobo_Control Bonobo_ControlFactory_createControl(Bonobo_ControlFactory > _obj, > const > Bonobo_ControlFrame > frame, > const Bonobo_UIContainer > uic, > CORBA_Environment * ev); > void Bonobo_ControlFactory_unImplemented1(Bonobo_ControlFactory _obj, > CORBA_Environment * ev); > void Bonobo_ControlFactory_unImplemented2(Bonobo_ControlFactory _obj, > CORBA_Environment * ev); > > > > Bonobo_Canvas_Component > Bonobo_CanvasComponentFactory_createCanvasComponent > (Bonobo_CanvasComponentFactory _obj, const CORBA_boolean aa, > const Bonobo_Canvas_ComponentProxy proxy, CORBA_Environment * ev); > void > Bonobo_CanvasComponentFactory_unImplemented1 > (Bonobo_CanvasComponentFactory _obj, CORBA_Environment * ev); > void > Bonobo_CanvasComponentFactory_unImplemented2 > (Bonobo_CanvasComponentFactory _obj, CORBA_Environment * ev); > > > > void Bonobo_Embeddable_unImplemented1(Bonobo_Embeddable _obj, > CORBA_Environment * ev); > void Bonobo_Embeddable_unImplemented2(Bonobo_Embeddable _obj, > CORBA_Environment * ev); > void Bonobo_Embeddable_unImplemented3(Bonobo_Embeddable _obj, > CORBA_Environment * ev); > void Bonobo_Embeddable_unImplemented4(Bonobo_Embeddable _obj, > CORBA_Environment * ev); > void Bonobo_Embeddable_unImplemented5(Bonobo_Embeddable _obj, > CORBA_Environment * ev); > void Bonobo_Embeddable_unImplemented6(Bonobo_Embeddable _obj, > CORBA_Environment * ev); > void Bonobo_Embeddable_unImplemented7(Bonobo_Embeddable _obj, > CORBA_Environment * ev); > void Bonobo_Embeddable_unImplemented8(Bonobo_Embeddable _obj, > CORBA_Environment * ev); > > > > Bonobo_Stream Bonobo_Print_render(Bonobo_Print _obj, > const Bonobo_PrintDimensions * pd, > const Bonobo_PrintScissor * scissor, > CORBA_Environment * ev); > void Bonobo_Print_unImplemented1(Bonobo_Print _obj, > CORBA_Environment * ev); > void Bonobo_Print_unImplemented2(Bonobo_Print _obj, > CORBA_Environment * ev); > void Bonobo_Print_unImplemented3(Bonobo_Print _obj, > CORBA_Environment * ev); > void Bonobo_Print_unImplemented4(Bonobo_Print _obj, > CORBA_Environment * ev); > > > > void Bonobo_Clipboard_setClipboard(Bonobo_Clipboard _obj, > const Bonobo_Moniker pasting_moniker, > const Bonobo_Moniker linking_moniker, > CORBA_Environment * ev); > Bonobo_Moniker Bonobo_Clipboard_paste(Bonobo_Clipboard _obj, > CORBA_Environment * ev); > Bonobo_Moniker Bonobo_Clipboard_link(Bonobo_Clipboard _obj, > CORBA_Environment * ev); > void Bonobo_Clipboard_unImplemented1(Bonobo_Clipboard _obj, > CORBA_Environment * ev); > void Bonobo_Clipboard_unImplemented2(Bonobo_Clipboard _obj, > CORBA_Environment * ev); > void Bonobo_Clipboard_unImplemented3(Bonobo_Clipboard _obj, > CORBA_Environment * ev); > void Bonobo_Clipboard_unImplemented4(Bonobo_Clipboard _obj, > CORBA_Environment * ev); > > > > void Bonobo_ClipboardStore_fetchStream(Bonobo_ClipboardStore _obj, > const Bonobo_PersistStream source, > const Bonobo_Moniker > linking_moniker, > CORBA_Environment * ev); > void Bonobo_ClipboardStore_fetchStorage(Bonobo_ClipboardStore _obj, > const Bonobo_PersistStorage source, > const Bonobo_Moniker > linking_moniker, > CORBA_Environment * ev); > void Bonobo_ClipboardStore_unImplemented1(Bonobo_ClipboardStore _obj, > CORBA_Environment * ev); > void Bonobo_ClipboardStore_unImplemented2(Bonobo_ClipboardStore _obj, > CORBA_Environment * ev); > void Bonobo_ClipboardStore_unImplemented3(Bonobo_ClipboardStore _obj, > CORBA_Environment * ev); > void Bonobo_ClipboardStore_unImplemented4(Bonobo_ClipboardStore _obj, > CORBA_Environment * ev); > > > > CORBA_any *Bonobo_Application_message(Bonobo_Application _obj, > const CORBA_char * msg, > const Bonobo_Application_ArgList * > args, CORBA_Environment * ev); > CORBA_long Bonobo_Application_newInstance(Bonobo_Application _obj, > const Bonobo_Application_argv_t * > argv, CORBA_Environment * ev); > Bonobo_Application_MessageList > *Bonobo_Application_listMessages(Bonobo_Application _obj, > CORBA_Environment * ev); > CORBA_string Bonobo_Application_getName(Bonobo_Application _obj, > CORBA_Environment * ev); > void Bonobo_Application_unimplemented1(Bonobo_Application _obj, > CORBA_Environment * ev); > void Bonobo_Application_unimplemented2(Bonobo_Application _obj, > CORBA_Environment * ev); > void Bonobo_Application_unimplemented3(Bonobo_Application _obj, > CORBA_Environment * ev); > void Bonobo_Application_unimplemented4(Bonobo_Application _obj, > CORBA_Environment * ev); > void Bonobo_Application_unimplemented5(Bonobo_Application _obj, > CORBA_Environment * ev); > void Bonobo_Application_unimplemented6(Bonobo_Application _obj, > CORBA_Environment * ev); > void Bonobo_Application_unimplemented7(Bonobo_Application _obj, > CORBA_Environment * ev); > void Bonobo_Application_unimplemented8(Bonobo_Application _obj, > CORBA_Environment * ev); ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" 1 ># 9109 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" 2 > > > > > extern > > ORBit_IInterface Bonobo_Moniker__iinterface; > > > > > extern > > ORBit_IMethod Bonobo_Moniker__imethods[8]; > > > > extern > > ORBit_IInterface Bonobo_MonikerExtender__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_MonikerExtender__imethods[5]; > > > > extern > > ORBit_IInterface Bonobo_Stream__iinterface; > > > > > extern > > ORBit_IMethod Bonobo_Stream__imethods[10]; > > > > extern > > ORBit_IInterface Bonobo_Storage__iinterface; > > > > > extern > > ORBit_IMethod Bonobo_Storage__imethods[12]; > > > > extern > > ORBit_IInterface Bonobo_MonikerContext__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_MonikerContext__imethods[9]; > > > > extern > > ORBit_IInterface Bonobo_RunningContext__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_RunningContext__imethods[7]; > > > > extern > > ORBit_IInterface Bonobo_Persist__iinterface; > > > > > extern > > ORBit_IMethod Bonobo_Persist__imethods[5]; > > > > extern > > ORBit_IInterface Bonobo_PersistFile__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_PersistFile__imethods[5]; > > > > extern > > ORBit_IInterface Bonobo_PersistStorage__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_PersistStorage__imethods[2]; > > > > extern > > ORBit_IInterface Bonobo_PersistStream__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_PersistStream__imethods[4]; > > > > extern > > ORBit_IInterface Bonobo_Listener__iinterface; > > > > > extern > > ORBit_IMethod Bonobo_Listener__imethods[3]; > > > > extern > > ORBit_IInterface Bonobo_EventSource__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_EventSource__imethods[5]; > > > > extern > > ORBit_IInterface Bonobo_UIComponent__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_UIComponent__imethods[10]; > > > > extern > > ORBit_IInterface Bonobo_UIContainer__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_UIContainer__imethods[18]; > > > > extern > > ORBit_IInterface Bonobo_PropertyBag__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_PropertyBag__imethods[14]; > > > > extern > > ORBit_IInterface Bonobo_ConfigDatabase__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_ConfigDatabase__imethods[11]; > > > > extern > > ORBit_IInterface Bonobo_ControlFrame__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_ControlFrame__imethods[9]; > > > > extern > > ORBit_IInterface Bonobo_Control__iinterface; > > > > > extern > > ORBit_IMethod Bonobo_Control__imethods[13]; > > > > extern > > ORBit_IInterface Bonobo_PropertyControl__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_PropertyControl__imethods[5]; > > > > extern > > ORBit_IInterface Bonobo_ZoomableFrame__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_ZoomableFrame__imethods[6]; > > > > extern > > ORBit_IInterface Bonobo_Zoomable__iinterface; > > > > > extern > > ORBit_IMethod Bonobo_Zoomable__imethods[18]; > > > > extern > > ORBit_IInterface Bonobo_ItemContainer__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_ItemContainer__imethods[6]; > > > > extern > > ORBit_IInterface Bonobo_Canvas_Component__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_Canvas_Component__imethods[20]; > > > > extern > > ORBit_IInterface Bonobo_Canvas_ComponentProxy__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_Canvas_ComponentProxy__imethods > [12]; > > > > extern > > ORBit_IInterface Bonobo_ControlFactory__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_ControlFactory__imethods[3]; > > > > extern > > ORBit_IInterface Bonobo_CanvasComponentFactory__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_CanvasComponentFactory__imethods > [3]; > > > > extern > > ORBit_IInterface Bonobo_Embeddable__iinterface; > > > > > extern > > ORBit_IMethod Bonobo_Embeddable__imethods[8]; > > > > extern > > ORBit_IInterface Bonobo_Print__iinterface; > > > > > extern > > ORBit_IMethod Bonobo_Print__imethods[5]; > > > > extern > > ORBit_IInterface Bonobo_Clipboard__iinterface; > > > > > extern > > ORBit_IMethod Bonobo_Clipboard__imethods[7]; > > > > extern > > ORBit_IInterface Bonobo_ClipboardStore__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_ClipboardStore__imethods[6]; > > > > extern > > ORBit_IInterface Bonobo_Application__iinterface; > > > > > extern > > ORBit_IMethod > Bonobo_Application__imethods[12]; > > > > > ># 1 "/usr/include/orbit-2.0/orbit/orbit.h" 1 ># 9542 "/usr/include/libbonobo-2.0/bonobo/Bonobo.h" 2 ># 18 "GNOME_Evolution_Importer.h" 2 > > > > > typedef CORBA_Object GNOME_Evolution_ImporterListener; > extern CORBA_unsigned_long GNOME_Evolution_ImporterListener__classid; ># 52 "GNOME_Evolution_Importer.h" > extern > > const struct CORBA_TypeCode_struct > TC_GNOME_Evolution_ImporterListener_struct; > > > > > > typedef enum > { > GNOME_Evolution_ImporterListener_OK, > GNOME_Evolution_ImporterListener_UNSUPPORTED_OPERATION, > GNOME_Evolution_ImporterListener_NOT_READY, > GNOME_Evolution_ImporterListener_BUSY, > GNOME_Evolution_ImporterListener_UNKNOWN_DATA, > GNOME_Evolution_ImporterListener_BAD_DATA, > GNOME_Evolution_ImporterListener_BAD_FILE > } > GNOME_Evolution_ImporterListener_ImporterResult; ># 100 "GNOME_Evolution_Importer.h" > extern > > const struct CORBA_TypeCode_struct > TC_GNOME_Evolution_ImporterListener_ImporterResult_struct; > > > > > > > > typedef CORBA_Object GNOME_Evolution_Importer; > extern CORBA_unsigned_long GNOME_Evolution_Importer__classid; ># 141 "GNOME_Evolution_Importer.h" > extern > > const struct CORBA_TypeCode_struct TC_GNOME_Evolution_Importer_struct; > > > > > > > > typedef CORBA_Object GNOME_Evolution_IntelligentImporter; > extern CORBA_unsigned_long GNOME_Evolution_IntelligentImporter__classid; ># 181 "GNOME_Evolution_Importer.h" > extern > > const struct CORBA_TypeCode_struct > TC_GNOME_Evolution_IntelligentImporter_struct; > > > > > > > > typedef struct > { > void *_private; > void (*notifyResult) (PortableServer_Servant _servant, > const > GNOME_Evolution_ImporterListener_ImporterResult > result, const CORBA_boolean more_items, > CORBA_Environment * ev); > } > POA_GNOME_Evolution_ImporterListener__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_GNOME_Evolution_ImporterListener__epv > *GNOME_Evolution_ImporterListener_epv; > } > POA_GNOME_Evolution_ImporterListener__vepv; > typedef struct > { > void *_private; > POA_GNOME_Evolution_ImporterListener__vepv *vepv; > } > POA_GNOME_Evolution_ImporterListener; > extern void > POA_GNOME_Evolution_ImporterListener__init(PortableServer_Servant > servant, > CORBA_Environment * ev); > extern void > POA_GNOME_Evolution_ImporterListener__fini(PortableServer_Servant > servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > void (*processItem) (PortableServer_Servant _servant, > const GNOME_Evolution_ImporterListener listener, > CORBA_Environment * ev); > CORBA_string(*getError) (PortableServer_Servant _servant, > CORBA_Environment * ev); > CORBA_boolean(*supportFormat) (PortableServer_Servant _servant, > const CORBA_char * filename, > CORBA_Environment * ev); > CORBA_boolean(*loadFile) (PortableServer_Servant _servant, > const CORBA_char * filename, > const CORBA_char * folderpath, > const CORBA_char * foldertype, > CORBA_Environment * ev); > } > POA_GNOME_Evolution_Importer__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_GNOME_Evolution_Importer__epv *GNOME_Evolution_Importer_epv; > } > POA_GNOME_Evolution_Importer__vepv; > typedef struct > { > void *_private; > POA_GNOME_Evolution_Importer__vepv *vepv; > } > POA_GNOME_Evolution_Importer; > extern void POA_GNOME_Evolution_Importer__init(PortableServer_Servant > servant, > CORBA_Environment * ev); > extern void POA_GNOME_Evolution_Importer__fini(PortableServer_Servant > servant, > CORBA_Environment * ev); > > > > typedef struct > { > void *_private; > CORBA_string(*_get_importername) (PortableServer_Servant _servant, > CORBA_Environment * ev); > CORBA_string(*_get_message) (PortableServer_Servant _servant, > CORBA_Environment * ev); > CORBA_boolean(*canImport) (PortableServer_Servant _servant, > CORBA_Environment * ev); > void (*importData) (PortableServer_Servant _servant, > CORBA_Environment * ev); > } > POA_GNOME_Evolution_IntelligentImporter__epv; > typedef struct > { > PortableServer_ServantBase__epv *_base_epv; > POA_Bonobo_Unknown__epv *Bonobo_Unknown_epv; > POA_GNOME_Evolution_IntelligentImporter__epv > *GNOME_Evolution_IntelligentImporter_epv; > } > POA_GNOME_Evolution_IntelligentImporter__vepv; > typedef struct > { > void *_private; > POA_GNOME_Evolution_IntelligentImporter__vepv *vepv; > } > POA_GNOME_Evolution_IntelligentImporter; > extern void > POA_GNOME_Evolution_IntelligentImporter__init(PortableServer_Servant > servant, > CORBA_Environment * ev); > extern void > POA_GNOME_Evolution_IntelligentImporter__fini(PortableServer_Servant > servant, > CORBA_Environment * ev); > > > > void > _ORBIT_skel_small_GNOME_Evolution_ImporterListener_notifyResult > (POA_GNOME_Evolution_ImporterListener * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_notifyResult) (PortableServer_Servant _servant, > const > GNOME_Evolution_ImporterListener_ImporterResult > result, const CORBA_boolean more_items, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_GNOME_Evolution_Importer_processItem > (POA_GNOME_Evolution_Importer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > void (*_impl_processItem) (PortableServer_Servant _servant, > const GNOME_Evolution_ImporterListener > listener, CORBA_Environment * ev)); > void > _ORBIT_skel_small_GNOME_Evolution_Importer_getError > (POA_GNOME_Evolution_Importer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > CORBA_string(*_impl_getError) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_GNOME_Evolution_Importer_supportFormat > (POA_GNOME_Evolution_Importer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > CORBA_boolean(*_impl_supportFormat) (PortableServer_Servant _servant, > const CORBA_char * filename, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_GNOME_Evolution_Importer_loadFile > (POA_GNOME_Evolution_Importer * _ORBIT_servant, gpointer _ORBIT_retval, > gpointer * _ORBIT_args, CORBA_Context ctx, CORBA_Environment * ev, > CORBA_boolean(*_impl_loadFile) (PortableServer_Servant _servant, > const CORBA_char * filename, > const CORBA_char * folderpath, > const CORBA_char * foldertype, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_GNOME_Evolution_IntelligentImporter__get_importername > (POA_GNOME_Evolution_IntelligentImporter * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_string(*_impl__get_importername) (PortableServer_Servant > _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_GNOME_Evolution_IntelligentImporter__get_message > (POA_GNOME_Evolution_IntelligentImporter * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_string(*_impl__get_message) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_GNOME_Evolution_IntelligentImporter_canImport > (POA_GNOME_Evolution_IntelligentImporter * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > CORBA_boolean(*_impl_canImport) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > void > _ORBIT_skel_small_GNOME_Evolution_IntelligentImporter_importData > (POA_GNOME_Evolution_IntelligentImporter * _ORBIT_servant, > gpointer _ORBIT_retval, gpointer * _ORBIT_args, CORBA_Context ctx, > CORBA_Environment * ev, > void (*_impl_importData) (PortableServer_Servant _servant, > CORBA_Environment * ev)); > > > > > > void > GNOME_Evolution_ImporterListener_notifyResult > (GNOME_Evolution_ImporterListener _obj, > const GNOME_Evolution_ImporterListener_ImporterResult result, > const CORBA_boolean more_items, CORBA_Environment * ev); > > > > void GNOME_Evolution_Importer_processItem(GNOME_Evolution_Importer _obj, > const > GNOME_Evolution_ImporterListener > listener, > CORBA_Environment * ev); > CORBA_string GNOME_Evolution_Importer_getError(GNOME_Evolution_Importer > _obj, > CORBA_Environment * ev); > CORBA_boolean > GNOME_Evolution_Importer_supportFormat(GNOME_Evolution_Importer _obj, > const CORBA_char * filename, > CORBA_Environment * ev); > CORBA_boolean GNOME_Evolution_Importer_loadFile(GNOME_Evolution_Importer > _obj, > const CORBA_char * > filename, > const CORBA_char * > folderpath, > const CORBA_char * > foldertype, > CORBA_Environment * ev); > > > > CORBA_string > GNOME_Evolution_IntelligentImporter__get_importername > (GNOME_Evolution_IntelligentImporter _obj, CORBA_Environment * ev); > CORBA_string > GNOME_Evolution_IntelligentImporter__get_message > (GNOME_Evolution_IntelligentImporter _obj, CORBA_Environment * ev); > CORBA_boolean > GNOME_Evolution_IntelligentImporter_canImport > (GNOME_Evolution_IntelligentImporter _obj, CORBA_Environment * ev); > void > GNOME_Evolution_IntelligentImporter_importData > (GNOME_Evolution_IntelligentImporter _obj, CORBA_Environment * ev); ># 1 "/usr/include/orbit-2.0/orbit/orb-core/orbit-interface.h" 1 ># 423 "GNOME_Evolution_Importer.h" 2 > > > > > extern > > ORBit_IInterface GNOME_Evolution_ImporterListener__iinterface; > > > > > extern > > ORBit_IMethod > GNOME_Evolution_ImporterListener__imethods > [1]; > > > > extern > > ORBit_IInterface GNOME_Evolution_Importer__iinterface; > > > > > extern > > ORBit_IMethod > GNOME_Evolution_Importer__imethods > [4]; > > > > extern > > ORBit_IInterface GNOME_Evolution_IntelligentImporter__iinterface; > > > > > extern > > ORBit_IMethod > GNOME_Evolution_IntelligentImporter__imethods > [4]; > > > > > ># 1 "/usr/include/orbit-2.0/orbit/orbit.h" 1 ># 475 "GNOME_Evolution_Importer.h" 2 ># 8 "GNOME_Evolution_Importer-stubs.c" 2 > >void >GNOME_Evolution_ImporterListener_notifyResult(GNOME_Evolution_ImporterListener > _obj, > const > GNOME_Evolution_ImporterListener_ImporterResult > result, > const CORBA_boolean more_items, > CORBA_Environment * ev) >{ > gpointer _args[2]; > > _args[0] = (gpointer) & result; > _args[1] = (gpointer) & more_items; > ORBit_c_stub_invoke(_obj, > &GNOME_Evolution_ImporterListener__iinterface.methods, > 0, ((void *)0), _args, ((void *)0), ev, > GNOME_Evolution_ImporterListener__classid, > ((glong) ((guint8*) &((POA_GNOME_Evolution_ImporterListener__epv*) 0)->notifyResult)), > > > (ORBitSmallSkeleton) > _ORBIT_skel_small_GNOME_Evolution_ImporterListener_notifyResult); > >} > >void >GNOME_Evolution_Importer_processItem(GNOME_Evolution_Importer _obj, > const GNOME_Evolution_ImporterListener > listener, CORBA_Environment * ev) >{ > gpointer _args[1]; > > _args[0] = (gpointer) & listener; > ORBit_c_stub_invoke(_obj, &GNOME_Evolution_Importer__iinterface.methods, 0, > ((void *)0), _args, ((void *)0), ev, > GNOME_Evolution_Importer__classid, > ((glong) ((guint8*) &((POA_GNOME_Evolution_Importer__epv*) 0)->processItem)), > > (ORBitSmallSkeleton) > _ORBIT_skel_small_GNOME_Evolution_Importer_processItem); > >} > >CORBA_string >GNOME_Evolution_Importer_getError(GNOME_Evolution_Importer _obj, > CORBA_Environment * ev) >{ > CORBA_string _ORBIT_retval; > > ORBit_c_stub_invoke(_obj, &GNOME_Evolution_Importer__iinterface.methods, 1, > &_ORBIT_retval, ((void *)0), ((void *)0), ev, > GNOME_Evolution_Importer__classid, > ((glong) ((guint8*) &((POA_GNOME_Evolution_Importer__epv*) 0)->getError)), > > (ORBitSmallSkeleton) > _ORBIT_skel_small_GNOME_Evolution_Importer_getError); > > return _ORBIT_retval; >} > >CORBA_boolean >GNOME_Evolution_Importer_supportFormat(GNOME_Evolution_Importer _obj, > const CORBA_char * filename, > CORBA_Environment * ev) >{ > CORBA_boolean _ORBIT_retval; > gpointer _args[1]; > > _args[0] = (gpointer) & filename; > ORBit_c_stub_invoke(_obj, &GNOME_Evolution_Importer__iinterface.methods, 2, > &_ORBIT_retval, _args, ((void *)0), ev, > GNOME_Evolution_Importer__classid, > ((glong) ((guint8*) &((POA_GNOME_Evolution_Importer__epv*) 0)->supportFormat)), > > (ORBitSmallSkeleton) > _ORBIT_skel_small_GNOME_Evolution_Importer_supportFormat); > > return _ORBIT_retval; >} > >CORBA_boolean >GNOME_Evolution_Importer_loadFile(GNOME_Evolution_Importer _obj, > const CORBA_char * filename, > const CORBA_char * folderpath, > const CORBA_char * foldertype, > CORBA_Environment * ev) >{ > CORBA_boolean _ORBIT_retval; > gpointer _args[3]; > > _args[0] = (gpointer) & filename; > _args[1] = (gpointer) & folderpath; > _args[2] = (gpointer) & foldertype; > ORBit_c_stub_invoke(_obj, &GNOME_Evolution_Importer__iinterface.methods, 3, > &_ORBIT_retval, _args, ((void *)0), ev, > GNOME_Evolution_Importer__classid, > ((glong) ((guint8*) &((POA_GNOME_Evolution_Importer__epv*) 0)->loadFile)), > > (ORBitSmallSkeleton) > _ORBIT_skel_small_GNOME_Evolution_Importer_loadFile); > > return _ORBIT_retval; >} > >CORBA_string >GNOME_Evolution_IntelligentImporter__get_importername > (GNOME_Evolution_IntelligentImporter _obj, CORBA_Environment * ev) >{ > CORBA_string _ORBIT_retval; > > ORBit_c_stub_invoke(_obj, > &GNOME_Evolution_IntelligentImporter__iinterface. > methods, 0, &_ORBIT_retval, ((void *)0), ((void *)0), ev, > GNOME_Evolution_IntelligentImporter__classid, > ((glong) ((guint8*) &((POA_GNOME_Evolution_IntelligentImporter__epv*) 0)->_get_importername)), > > > (ORBitSmallSkeleton) > _ORBIT_skel_small_GNOME_Evolution_IntelligentImporter__get_importername); > > return _ORBIT_retval; >} > >CORBA_string >GNOME_Evolution_IntelligentImporter__get_message > (GNOME_Evolution_IntelligentImporter _obj, CORBA_Environment * ev) >{ > CORBA_string _ORBIT_retval; > > ORBit_c_stub_invoke(_obj, > &GNOME_Evolution_IntelligentImporter__iinterface. > methods, 1, &_ORBIT_retval, ((void *)0), ((void *)0), ev, > GNOME_Evolution_IntelligentImporter__classid, > ((glong) ((guint8*) &((POA_GNOME_Evolution_IntelligentImporter__epv*) 0)->_get_message)), > > > (ORBitSmallSkeleton) > _ORBIT_skel_small_GNOME_Evolution_IntelligentImporter__get_message); > > return _ORBIT_retval; >} > >CORBA_boolean >GNOME_Evolution_IntelligentImporter_canImport > (GNOME_Evolution_IntelligentImporter _obj, CORBA_Environment * ev) >{ > CORBA_boolean _ORBIT_retval; > > ORBit_c_stub_invoke(_obj, > &GNOME_Evolution_IntelligentImporter__iinterface. > methods, 2, &_ORBIT_retval, ((void *)0), ((void *)0), ev, > GNOME_Evolution_IntelligentImporter__classid, > ((glong) ((guint8*) &((POA_GNOME_Evolution_IntelligentImporter__epv*) 0)->canImport)), > > > (ORBitSmallSkeleton) > _ORBIT_skel_small_GNOME_Evolution_IntelligentImporter_canImport); > > return _ORBIT_retval; >} > >void >GNOME_Evolution_IntelligentImporter_importData > (GNOME_Evolution_IntelligentImporter _obj, CORBA_Environment * ev) >{ > ORBit_c_stub_invoke(_obj, > &GNOME_Evolution_IntelligentImporter__iinterface. > methods, 3, ((void *)0), ((void *)0), ((void *)0), ev, > GNOME_Evolution_IntelligentImporter__classid, > ((glong) ((guint8*) &((POA_GNOME_Evolution_IntelligentImporter__epv*) 0)->importData)), > > > (ORBitSmallSkeleton) > _ORBIT_skel_small_GNOME_Evolution_IntelligentImporter_importData); > >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 63816
: 39460 |
39468