Make gtk-doc happy about EBookQuery definitions.
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 1 Mar 2013 17:05:00 +0000 (12:05 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 1 Mar 2013 17:05:00 +0000 (12:05 -0500)
commit27c20182398c29a40f541b65740a1e4645dc3179
tree335fa51388b774d3ecbcc4a87c808734738a5739
parent808a4cb58130246b553f1a00a1bfe9bd0d736553
Make gtk-doc happy about EBookQuery definitions.

gtk-doc interprets

    typedef struct EBookQuery EBookQuery;

as multiple definitions of EBookQuery and freaks out.

The usual way to work around this is to mutate the struct name:

    typedef struct _EBookQuery EBookQuery;
addressbook/libebook-contacts/e-book-query.c
addressbook/libebook-contacts/e-book-query.h