Hi, Andreas!

Here is a quote from http://wiki.qemu.org/QOMConventions
    
>     a FooClass structure definition containing at least the parent class 
> field: 
>
>     typedef struct {
>         /*< private >*/
>         MyParentClass parent_class;
>         /*< public >*/
>
>         [any fields you need]
>     } FooClass;

What do the "< private >" and "< public >" comments exactly mean here?

-- 
Best regards,
  Antony Pavlov

Reply via email to