KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
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/21571/root/usr/include/libbonobo-2.0/bonobo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/21571/root/usr/include/libbonobo-2.0/bonobo/bonobo-stream-client.h
/**
 * gnome-stream-client.c: Helper routines to access a Bonobo_Stream CORBA object
 *
 * Authors:
 *   Nat Friedman    (nat@nat.org)
 *   Miguel de Icaza (miguel@kernel.org).
 *   Michael Meekss  (michael@helixcode.com)
 *
 * Copyright 1999,2000 Helix Code, Inc.
 */
#ifndef _BONOBO_STREAM_CLIENT_H_
#define _BONOBO_STREAM_CLIENT_H_

#include <bonobo/Bonobo.h>

void       bonobo_stream_client_write        (const Bonobo_Stream stream,
					      const void         *buffer,
					      const size_t        size,
					      CORBA_Environment  *ev);

guint8    *bonobo_stream_client_read         (const Bonobo_Stream stream,
					      const size_t        size,
					      CORBA_long         *length_read,
					      CORBA_Environment  *ev);

void       bonobo_stream_client_write_string (const Bonobo_Stream stream,
					      const char         *str,
					      const gboolean      terminate,
					      CORBA_Environment  *ev);

void       bonobo_stream_client_printf       (const Bonobo_Stream stream,
					      const gboolean      terminate,
					      CORBA_Environment  *ev,
					      const char         *fmt, ...) G_GNUC_PRINTF(4,5);

CORBA_long bonobo_stream_client_read_string  (const Bonobo_Stream stream,
					      char              **str,
					      CORBA_Environment  *ev);

CORBA_long bonobo_stream_client_get_length   (const Bonobo_Stream stream,
					      CORBA_Environment  *ev);

#endif /* _BONOBO_STREAM_CLIENT_H_ */

Anon7 - 2021