Re: [Vala] What is the internal access specification (Re: A couple of Vala questions)

2018-01-29 Thread Al Thomas via vala-list
> On Monday, 29 January 2018, 07:26:22 GMT, Manish Jain wrote: > Does 'internal' hook into the Vala package system, meaning internal > members > cannot be accessed from a different package ? A simple library like: [CCode (gir_namespace = "libexample", gir_version

Re: [Vala] What is the internal access specification (Re: A couple of Vala questions)

2018-01-29 Thread Ulink
> Does 'internal' hook into the Vala package system, meaning internal > members cannot be accessed from a different package ? See Vala tutorial (https://wiki.gnome.org/Projects/Vala/Tutorial): internal: Access is limited exclusively to classes defined within the same package