ફાઇલોનાં પ્રકારોને સુધારી રહ્યા છે
If your library or application includes GObjects, you want their signals, arguments/parameters and position in the hierarchy to be shown in the documentation. All you need to do, is to list the xxx_get_type functions together with their include inside the <package>.types file.
ઉદાહરણ 4-1 Example types file snippet
#include <gtk/gtk.h> gtk_accel_label_get_type gtk_adjustment_get_type gtk_alignment_get_type gtk_arrow_get_type
જ્યાં સુધી GTK-Doc 1.8 gtkdoc-scan એ તમારા માટે આ યાદી ઉત્પન્ન કરી શકે, Makefile.am માં SCAN_OPTIONS માટે "--rebuild-types" ને ખાલી ઉમેરો. જો તમે આ હેતુ થી વાપરો તો તમારે ફાઇલનાં પ્રકારોની યાદી કરવી જોઇએ નહિ અથવા આવૃત્તિ નિયંત્રણ હેઠળ તે હોવુ જોઇએ નહિં.