mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
libgimpwidgets: add and fix some annotations
This commit is contained in:
parent
ea53089545
commit
bdac38a854
5 changed files with 12 additions and 8 deletions
|
@ -414,7 +414,8 @@ gimp_color_display_get_enabled (GimpColorDisplay *display)
|
||||||
* gimp_color_display_get_config:
|
* gimp_color_display_get_config:
|
||||||
* @display:
|
* @display:
|
||||||
*
|
*
|
||||||
* Return value: (transfer none): a pointer to the #GimpColorConfig object or %NULL.
|
* Return value: (transfer none): a pointer to the #GimpColorConfig
|
||||||
|
* object or %NULL.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
**/
|
**/
|
||||||
|
@ -430,7 +431,8 @@ gimp_color_display_get_config (GimpColorDisplay *display)
|
||||||
* gimp_color_display_get_managed:
|
* gimp_color_display_get_managed:
|
||||||
* @display:
|
* @display:
|
||||||
*
|
*
|
||||||
* Return value: (transfer none): a pointer to the #GimpColorManaged object or %NULL.
|
* Return value: (transfer none): a pointer to the #GimpColorManaged
|
||||||
|
* object or %NULL.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -568,7 +568,8 @@ gimp_color_notebook_get_notebook (GimpColorNotebook *notebook)
|
||||||
* gimp_color_notebook_get_selectors:
|
* gimp_color_notebook_get_selectors:
|
||||||
* @notebook: A #GimpColorNotebook widget.
|
* @notebook: A #GimpColorNotebook widget.
|
||||||
*
|
*
|
||||||
* Return value: (transfer none): The notebook's list of #GimpColorSelector's.
|
* Return value: (element-type GimpColorSelector) (transfer-none): The
|
||||||
|
* notebook's list of #GimpColorSelector's.
|
||||||
*
|
*
|
||||||
* Since: 3.0
|
* Since: 3.0
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -446,7 +446,7 @@ gimp_color_profile_combo_box_set_active_file (GimpColorProfileComboBox *combo,
|
||||||
* gimp_color_profile_combo_box_get_active_file:
|
* gimp_color_profile_combo_box_get_active_file:
|
||||||
* @combo: a #GimpColorProfileComboBox
|
* @combo: a #GimpColorProfileComboBox
|
||||||
*
|
*
|
||||||
* Return value: (transfer full): The file of the currently selected
|
* Return value: (transfer none): The file of the currently selected
|
||||||
* color profile, release using g_object_unref() when it
|
* color profile, release using g_object_unref() when it
|
||||||
* is not any longer needed.
|
* is not any longer needed.
|
||||||
*
|
*
|
||||||
|
|
|
@ -471,7 +471,7 @@ gimp_color_selection_set_color (GimpColorSelection *selection,
|
||||||
/**
|
/**
|
||||||
* gimp_color_selection_get_color:
|
* gimp_color_selection_get_color:
|
||||||
* @selection: A #GimpColorSelection widget.
|
* @selection: A #GimpColorSelection widget.
|
||||||
* @color: Return location for the @selection's current @color.
|
* @color: (out): Return location for the @selection's current @color.
|
||||||
*
|
*
|
||||||
* This function returns the #GimpColorSelection's current color.
|
* This function returns the #GimpColorSelection's current color.
|
||||||
**/
|
**/
|
||||||
|
@ -509,7 +509,7 @@ gimp_color_selection_set_old_color (GimpColorSelection *selection,
|
||||||
/**
|
/**
|
||||||
* gimp_color_selection_get_old_color:
|
* gimp_color_selection_get_old_color:
|
||||||
* @selection: A #GimpColorSelection widget.
|
* @selection: A #GimpColorSelection widget.
|
||||||
* @color: Return location for the @selection's old @color.
|
* @color: (out): Return location for the @selection's old @color.
|
||||||
*
|
*
|
||||||
* This function returns the #GimpColorSelection's old color.
|
* This function returns the #GimpColorSelection's old color.
|
||||||
**/
|
**/
|
||||||
|
@ -611,7 +611,8 @@ gimp_color_selection_get_notebook (GimpColorSelection *selection)
|
||||||
* gimp_color_selection_get_right_vbox:
|
* gimp_color_selection_get_right_vbox:
|
||||||
* @selection: A #GimpColorSelection widget.
|
* @selection: A #GimpColorSelection widget.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): The selection's right #GtkBox which contains the color scales.
|
* Returns: (transfer none): The selection's right #GtkBox which
|
||||||
|
* contains the color scales.
|
||||||
*
|
*
|
||||||
* Since: 3.0
|
* Since: 3.0
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -559,7 +559,7 @@ gimp_size_entry_get_unit_combo (GimpSizeEntry *gse)
|
||||||
*
|
*
|
||||||
* Attaches a #GtkLabel to the #GimpSizeEntry (which is a #GtkGrid).
|
* Attaches a #GtkLabel to the #GimpSizeEntry (which is a #GtkGrid).
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): A pointer to the new #GtkLabel widget.
|
* Returns: (transfer none): A pointer to the new #GtkLabel widget.
|
||||||
**/
|
**/
|
||||||
GtkWidget *
|
GtkWidget *
|
||||||
gimp_size_entry_attach_label (GimpSizeEntry *gse,
|
gimp_size_entry_attach_label (GimpSizeEntry *gse,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue