|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/root/usr/include/libbonobo-2.0/bonobo/ |
Upload File : |
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /** * bonobo-persist-client.h: Client-side utility functions dealing with persistancy * * Author: * ÉRDI Gergõ <cactus@cactus.rulez.org> * * Copyright 2001 Gergõ Érdi */ #ifndef _BONOBO_PERSIST_CLIENT_H_ #define _BONOBO_PERSIST_CLIENT_H_ #include <bonobo/bonobo-object.h> G_BEGIN_DECLS void bonobo_object_save_to_stream (Bonobo_Unknown object, Bonobo_Stream stream, CORBA_Environment *opt_ev); Bonobo_Unknown bonobo_object_from_stream (Bonobo_Stream stream, CORBA_Environment *opt_ev); G_END_DECLS #endif /* _BONOBO_PERSIST_CLIENT_H_ */