1
1
mc/gnome/gcorba.h
Miguel de Icaza e5c80d6e71 1999-09-09 Federico Mena Quintero <federico@redhat.com>
* gmc-client.c: New file.  This is a small program to which you
	can pass arguments to call the GMC CORBA interface for you.  You
	can do stuff like create a directory window, rescan the desktop,
	etc.
1999-09-09 22:46:54 +00:00

25 строки
431 B
C

/* CORBA support for the Midhignt Commander
*
* Copyright (C) 1999 The Free Sofware Foundation
*
* Authors: Miguel de Icaza <miguel@nuclecu.unam.mx>
* Federico Mena <federico@nuclecu.unam.mx>
* Elliot Lee <sopwith@cuc.edu>
*/
#ifndef __GCORBA_H
#define __GCORBA_H
#include <orb/orbit.h>
/* The ORB */
extern CORBA_ORB orb;
int corba_init_server (void);
void corba_create_window (char *dir);
#endif