From ad79032d86616166cb4b60618577a797a7afb9a5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 12 May 2012 23:31:27 +0200 Subject: use proper CClosure marshallers for vlc-player and experiment-navigator signals the ...VOID__LONG standard marshaller used worked for INT64 but this wasn't guaranteed (size of LONG is platform-dependant) * now, required marshallers are generated if they don't already exist in gobject, if they do, only an alias is defined * every widget has its own marshaller namespace * exclude marshallers from Doxygen docs --- doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 6deff10..88e0f24 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -618,7 +618,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = */cclosure-marshallers.[ch] # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the -- cgit v1.2.3