X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/714b58ab4606ed4d40cec3702cb378938f8c883f..7231d76fbf4ae0b501af648e1216b88714aa7353:/examples/README diff --git a/examples/README b/examples/README index 1eebe55..dba804d 100644 --- a/examples/README +++ b/examples/README @@ -15,3 +15,8 @@ my-person.gob A simple file which can store some identity my-person2.gob The same as above but using automatic initialization, destruction and argument linking features of 0.93.0+ + +GNOME_Foo_SomeInterface.idl +foo-some-interface.gob Example idl and gob file for a BonoboXClass + implementation. It can be this easy to write + Bonobo classes.