On Sun, 5 Aug 2018 at 18:42, Emmanuele Bassi <ebassi gmail com> wrote:
[vs virtual method slot]
The syntax for a signal is different: the token before the `::` separator is the type name, as opposed to the structure name; so, it's `GtkButton::clicked`, and `GListModelInterface::get_item()`.
OK. And with the convention to use `typedef struct _StructName StructName`, in the annotation you wouldn't include the leading underscore in the annotation, right?