gtk-doc update

This commit is contained in:
Sven Neumann 2005-03-25 00:45:17 +00:00
parent 01c245133a
commit 759cec2168
5 changed files with 35 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2005-03-25 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/tmpl/gimppropwidgets.sgml
* libgimpwidgets/tmpl/gimpsizeentry.sgml: updated.
2005-03-24 Sven Neumann <sven@gimp.org> 2005-03-24 Sven Neumann <sven@gimp.org>
* libgimp/libgimp-sections.txt * libgimp/libgimp-sections.txt

View File

@ -364,6 +364,7 @@ gimp_size_entry_set_refval
gimp_size_entry_get_unit gimp_size_entry_get_unit
gimp_size_entry_set_unit gimp_size_entry_set_unit
gimp_size_entry_set_pixel_digits gimp_size_entry_set_pixel_digits
gimp_size_entry_show_unit_menu
gimp_size_entry_grab_focus gimp_size_entry_grab_focus
gimp_size_entry_set_activates_default gimp_size_entry_set_activates_default
gimp_size_entry_get_help_widget gimp_size_entry_get_help_widget
@ -723,6 +724,7 @@ gimp_prop_memsize_entry_new
gimp_prop_label_new gimp_prop_label_new
gimp_prop_entry_new gimp_prop_entry_new
gimp_prop_text_buffer_new gimp_prop_text_buffer_new
gimp_prop_file_chooser_button_new
gimp_prop_file_entry_new gimp_prop_file_entry_new
gimp_prop_path_editor_new gimp_prop_path_editor_new
gimp_prop_size_entry_new gimp_prop_size_entry_new

View File

@ -224,6 +224,18 @@ GimpPropWidgets
@Returns: @Returns:
<!-- ##### FUNCTION gimp_prop_file_chooser_button_new ##### -->
<para>
</para>
@config:
@property_name:
@title:
@action:
@Returns:
<!-- ##### FUNCTION gimp_prop_file_entry_new ##### --> <!-- ##### FUNCTION gimp_prop_file_entry_new ##### -->
<para> <para>

View File

@ -244,6 +244,15 @@ gimp_coordinates_new()
@digits: @digits:
<!-- ##### FUNCTION gimp_size_entry_show_unit_menu ##### -->
<para>
</para>
@gse:
@show:
<!-- ##### FUNCTION gimp_size_entry_grab_focus ##### --> <!-- ##### FUNCTION gimp_size_entry_grab_focus ##### -->
<para> <para>

View File

@ -1927,10 +1927,13 @@ static void gimp_prop_file_chooser_button_notify (GObject *config,
* @title: the title of the browse dialog. * @title: the title of the browse dialog.
* @action: the open mode for the widget. * @action: the open mode for the widget.
* *
* Creates a #GtkFileChooserButton to set and display the specified * Creates a #GtkFileChooserButton to edit the specified path
* Path property. * property.
* *
* Return value: A new #GimpFileButton widget. * Note that #GtkFileChooserButton implements the #GtkFileChooser
* interface; you can use the #GtkFileChooser API with it.
*
* Return value: A new #GtkFileChooserButton.
* *
* Since GIMP 2.4 * Since GIMP 2.4
*/ */