Handle gtk-doc just like GTK+ does it now:
2002-03-08 Sven Neumann <sven@gimp.org> Handle gtk-doc just like GTK+ does it now: * configure.in: check for gtk-doc version 0.9. Do not build the API reference by default. * autogen.sh: pass --enable-gtk-doc to configure. * Makefile.am: Added a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. * NEWS: updated. Revival of the API reference framework. Misc fixes.
This commit is contained in:
committed by
Sven Neumann
parent
2d1b904752
commit
906a8784ba
@ -96,10 +96,12 @@ gtk_object_set_user_data().</entry>
|
||||
|
||||
@menu_only:
|
||||
@menu_item_callback:
|
||||
@data:
|
||||
@menu_item_callback_data:
|
||||
@initial:
|
||||
@Varargs:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_option_menu_set_history ##### -->
|
||||
@ -108,6 +110,8 @@ gtk_object_set_user_data().</entry>
|
||||
</para>
|
||||
|
||||
@option_menu:
|
||||
@item_data:
|
||||
<!-- # Unused Parameters # -->
|
||||
@user_data:
|
||||
|
||||
|
||||
@ -194,10 +198,12 @@ gtk_object_set_user_data().</entry>
|
||||
@in_frame:
|
||||
@frame_title:
|
||||
@radio_button_callback:
|
||||
@data:
|
||||
@radio_button_callback_data:
|
||||
@initial:
|
||||
@Varargs:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_spin_button_new ##### -->
|
||||
@ -266,8 +272,8 @@ Returns the #GtkAdjustment of the scale_entry's #GtkSpinButton.
|
||||
@column:
|
||||
@row:
|
||||
@text:
|
||||
@scale_usize:
|
||||
@spinbutton_usize:
|
||||
@scale_width:
|
||||
@spinbutton_width:
|
||||
@value:
|
||||
@lower:
|
||||
@upper:
|
||||
@ -280,6 +286,9 @@ Returns the #GtkAdjustment of the scale_entry's #GtkSpinButton.
|
||||
@tooltip:
|
||||
@help_data:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@scale_usize:
|
||||
@spinbutton_usize:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_RANDOM_SEED_SPINBUTTON ##### -->
|
||||
@ -335,7 +344,7 @@ Returns the #GimpChainButton which is attached to the #GimpSizeEntry.
|
||||
@unit_format:
|
||||
@menu_show_pixels:
|
||||
@menu_show_percent:
|
||||
@spinbutton_usize:
|
||||
@spinbutton_width:
|
||||
@update_policy:
|
||||
@chainbutton_active:
|
||||
@chain_constrains_ratio:
|
||||
@ -354,6 +363,8 @@ Returns the #GimpChainButton which is attached to the #GimpSizeEntry.
|
||||
@ysize_0:
|
||||
@ysize_100:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@spinbutton_usize:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MEM_SIZE_ENTRY_SPINBUTTON ##### -->
|
||||
|
||||
Reference in New Issue
Block a user