From 8398ce7b33dd9b6866795998d60e9bc7bb7090e2 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 20 Sep 2010 17:44:09 -0300 Subject: [scanner] Support private/public directives Fixes https://bugzilla.gnome.org/show_bug.cgi?id=594125 --- giscanner/sourcescanner.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'giscanner/sourcescanner.h') diff --git a/giscanner/sourcescanner.h b/giscanner/sourcescanner.h index a7bc176c..500d84c3 100644 --- a/giscanner/sourcescanner.h +++ b/giscanner/sourcescanner.h @@ -107,6 +107,7 @@ struct _GISourceScanner { char *current_filename; gboolean macro_scan; + gboolean private; /* set by gtk-doc comment / */ GSList *symbols; GList *filenames; GSList *comments; /* _GIComment */ @@ -122,6 +123,7 @@ struct _GISourceSymbol char *ident; GISourceType *base_type; gboolean const_int_set; + gboolean private; int const_int; char *const_string; gboolean const_double_set; -- cgit v1.2.1