GNOME Bugzilla – Bug 757370
Things like G_GINT64_FORMAT is missing from debian/ubuntu doc
Last modified: 2015-10-30 15:43:01 UTC
They are defined in glibconfig.h that is generated from configure.ac. When building debian package it thus goes to builddir and not srcdir. But in docs/reference/glib/Makefile.am it includes headers like that: HFILE_GLOB=$(top_srcdir)/glib/*.h $(top_srcdir)/gmodule/*.h glibconfig.h is thus missing when gtk-doc generate the doc during debian package build, and all symbols from that file are thus missing.
There's a patch on Bug #734469, although it's over a year old and might not apply any more. Reviews or updates welcome... *** This bug has been marked as a duplicate of bug 734469 ***