/tutorial/plugin/mini_gtk/gtk_agent_launcher.e
http://github.com/tybor/Liberty · Specman e · 25 lines · 20 code · 5 blank · 0 comment · 0 complexity · 4dea874b4ad2d262b1b54ef930b3e8ef MD5 · raw file
- expanded class GTK_AGENT_LAUNCHER
- creation {} -- for Cecil
- make
- feature {}
- make is
- do
- end
- launch_routine (routine: ROUTINE[TUPLE]) is
- do
- routine.call([])
- end
- callback_agent: POINTER is
- external "plug_in"
- alias "{
- location: "."
- module_name: "plugin"
- feature_name: "G_CALLBACK(callback_agent)"
- }"
- end
- end -- class GTK_AGENT_LAUNCHER