I assume you are not using namespaces.
I assume the external files that you talk about are source files of
your application (as in not an already compiled library)
In this case you should need to do... nothing.
Just include all the source files during compilation.

HTH. Go ahead with learning!


On Tue, Mar 4, 2014 at 12:22 PM, Flavio Danesse <[email protected]> wrote:
> Hello, I'm starting to learn this language and basically I decided to
> migrate one of my applications python + gtk + gstreamer and although I
> already have a lot of ported code, I have some doubts that I can not solve.
>
> One is as I import classes that are in external files to python style:
>
> from my_file import my_class
> _______________________________________________
> vala-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/vala-list
_______________________________________________
vala-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to