/* -*- Mode: idl; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Bonobo_Application.idl: Unique application support (some would call * it--or can be used for--Automation). * */ #ifndef BONOBO_APPLICATION_IDL #define BONOBO_APPLICATION_IDL #include "Bonobo_Unknown.idl" module Bonobo { interface Application : Bonobo::Unknown { typedef sequence<any> ArgList; typedef sequence<string> argv_t; struct MessageDesc { string name; sequence<TypeCode> types; TypeCode return_type; string description; }; typedef sequence<MessageDesc> MessageList; any message (in string msg, in ArgList args); long newInstance (in argv_t argv); MessageList listMessages (); string getName (); void unimplemented1 (); void unimplemented2 (); void unimplemented3 (); void unimplemented4 (); void unimplemented5 (); void unimplemented6 (); void unimplemented7 (); void unimplemented8 (); }; }; #endif /* BONOBO_APPLICATION_IDL */
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Bonobo.idl | File | 1.12 KB | 0644 |
|
Bonobo_Application.idl | File | 1.38 KB | 0644 |
|
Bonobo_Canvas.idl | File | 3.95 KB | 0644 |
|
Bonobo_Clipboard.idl | File | 2.02 KB | 0644 |
|
Bonobo_Context.idl | File | 2.86 KB | 0644 |
|
Bonobo_Control.idl | File | 4.97 KB | 0644 |
|
Bonobo_Embeddable.idl | File | 1.82 KB | 0644 |
|
Bonobo_Exception.idl | File | 369 B | 0644 |
|
Bonobo_Gdk.idl | File | 2.14 KB | 0644 |
|
Bonobo_ItemContainer.idl | File | 1.22 KB | 0644 |
|
Bonobo_Listener.idl | File | 1.91 KB | 0644 |
|
Bonobo_Moniker.idl | File | 2.87 KB | 0644 |
|
Bonobo_Persist.idl | File | 4.12 KB | 0644 |
|
Bonobo_Print.idl | File | 1013 B | 0644 |
|
Bonobo_Property.idl | File | 4.57 KB | 0644 |
|
Bonobo_Sample_Echo.idl | File | 219 B | 0644 |
|
Bonobo_Storage.idl | File | 5.65 KB | 0644 |
|
Bonobo_UI.idl | File | 3.09 KB | 0644 |
|
Bonobo_Zoomable.idl | File | 3.67 KB | 0644 |
|