mirror of https://github.com/GNOME/gimp.git
minor update for the API reference
This commit is contained in:
parent
2b8ea21f36
commit
5d45aed020
|
@ -1,3 +1,8 @@
|
|||
2006-08-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpcolor/gimprgb.c
|
||||
* libgimpwidgets/gimpdialog.c: fixed gtk-doc comments.
|
||||
|
||||
2006-08-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell-transform.[ch]: added new function
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2006-08-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimpcolor/libgimpcolor-sections.txt
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt: added new symbols.
|
||||
|
||||
* tools/widgets.c: undef GIMP_DISABLE_DEPRECATED.
|
||||
|
||||
2006-06-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp.types: added missing type.
|
||||
|
|
|
@ -257,6 +257,7 @@ gimp_context_set_paint_method
|
|||
gimp_image_convert_rgb
|
||||
gimp_image_convert_grayscale
|
||||
gimp_image_convert_indexed
|
||||
gimp_image_convert_set_dither_matrix
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -884,6 +885,7 @@ gimp_vectors_set_name
|
|||
gimp_vectors_set_tattoo
|
||||
gimp_vectors_set_visible
|
||||
gimp_vectors_get_strokes
|
||||
gimp_vectors_to_selection
|
||||
gimp_vectors_parasite_attach
|
||||
gimp_vectors_parasite_detach
|
||||
gimp_vectors_parasite_find
|
||||
|
@ -949,9 +951,11 @@ GIMP_DRAWABLE_PREVIEW_GET_CLASS
|
|||
<TITLE>GimpZoomPreview</TITLE>
|
||||
GimpZoomPreview
|
||||
gimp_zoom_preview_new
|
||||
gimp_zoom_preview_new_with_model
|
||||
gimp_zoom_preview_get_source
|
||||
gimp_zoom_preview_get_drawable
|
||||
gimp_zoom_preview_get_factor
|
||||
gimp_zoom_preview_get_model
|
||||
<SUBSECTION Standard>
|
||||
GimpZoomPreviewClass
|
||||
GIMP_ZOOM_PREVIEW
|
||||
|
|
|
@ -51,3 +51,15 @@ Conversions between RGB, indexed, and grayscale modes.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_convert_set_dither_matrix ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@width:
|
||||
@height:
|
||||
@matrix_length:
|
||||
@matrix:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
|
@ -28,10 +28,33 @@ GimpFontSelectButton
|
|||
|
||||
</para>
|
||||
|
||||
@:
|
||||
@:
|
||||
@:
|
||||
|
||||
@gimpfontselectbutton: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GimpFontSelectButton::font-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gimpfontselectbutton: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GimpFontSelectButton:font-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpFontSelectButton:title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpFontSelectButton:font-name ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -122,6 +122,20 @@ gimpvectors
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_to_selection ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius_x:
|
||||
@feather_radius_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_parasite_attach ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -28,6 +28,11 @@ GimpZoomPreview
|
|||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpZoomPreview:model ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_zoom_preview_new ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -37,6 +42,16 @@ GimpZoomPreview
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_zoom_preview_new_with_model ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable:
|
||||
@model:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_zoom_preview_get_source ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -67,3 +82,12 @@ GimpZoomPreview
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_zoom_preview_get_model ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@preview:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<SECTION>
|
||||
<FILE>gimpcolorspace</FILE>
|
||||
<TITLE>GimpColorSpace</TITLE>
|
||||
GimpHSL
|
||||
gimp_rgb_to_hsv
|
||||
gimp_rgb_to_hsl
|
||||
gimp_rgb_to_cmyk
|
||||
|
@ -31,15 +30,24 @@ gimp_cmyk_get_uchar
|
|||
gimp_cmyka_set
|
||||
gimp_cmyka_set_uchar
|
||||
gimp_cmyka_get_uchar
|
||||
GIMP_TYPE_CMYK
|
||||
<SUBSECTION Standard>
|
||||
gimp_cmyk_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimphsv</FILE>
|
||||
<TITLE>GimpHSV</TITLE>
|
||||
GimpHSV
|
||||
GimpHSL
|
||||
gimp_hsv_set
|
||||
gimp_hsv_clamp
|
||||
gimp_hsva_set
|
||||
GIMP_TYPE_HSV
|
||||
GIMP_TYPE_HSL
|
||||
<SUBSECTION Standard>
|
||||
gimp_hsv_get_type
|
||||
gimp_hsl_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -103,3 +103,10 @@ Definitions and Functions relating to CMYK colors.
|
|||
@alpha:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_TYPE_CMYK ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -20,16 +20,6 @@ different color spaces.
|
|||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpHSL ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@h:
|
||||
@s:
|
||||
@l:
|
||||
@a:
|
||||
|
||||
<!-- ##### FUNCTION gimp_rgb_to_hsv ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -27,6 +27,16 @@ Definitions and Functions relating to HSV colors.
|
|||
@v:
|
||||
@a:
|
||||
|
||||
<!-- ##### STRUCT GimpHSL ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@h:
|
||||
@s:
|
||||
@l:
|
||||
@a:
|
||||
|
||||
<!-- ##### FUNCTION gimp_hsv_set ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -58,3 +68,17 @@ Definitions and Functions relating to HSV colors.
|
|||
@alpha:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_TYPE_HSV ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_TYPE_HSL ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -502,6 +502,8 @@ GIMP_OFFSET_AREA_GET_CLASS
|
|||
GimpDialog
|
||||
gimp_dialog_new
|
||||
gimp_dialog_new_valist
|
||||
gimp_dialog_add_button
|
||||
gimp_dialog_add_buttons
|
||||
gimp_dialog_add_buttons_valist
|
||||
gimp_dialog_run
|
||||
gimp_dialogs_show_help_button
|
||||
|
|
|
@ -64,6 +64,26 @@ dialog-related stuff.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_dialog_add_button ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@dialog:
|
||||
@button_text:
|
||||
@response_id:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_dialog_add_buttons ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@dialog:
|
||||
@Varargs:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_dialog_add_buttons_valist ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -490,6 +490,7 @@ RTL variant
|
|||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_CURSOR ##### -->
|
||||
<para xml:base="../gimpstock.xml">
|
||||
<inlinegraphic fileref="stock-cursor-24.png" format="png"></inlinegraphic>
|
||||
|
@ -1448,3 +1449,6 @@ RTL variant
|
|||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
#include <gdk/gdkx.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
|
||||
#include "libgimpconfig/gimpconfig.h"
|
||||
#include "libgimpcolor/gimpcolor.h"
|
||||
#include "libgimpwidgets/gimpwidgets.h"
|
||||
|
|
|
@ -690,7 +690,7 @@ gimp_param_spec_rgb (const gchar *name,
|
|||
}
|
||||
|
||||
/**
|
||||
* gimp_param_spec_rgb:
|
||||
* gimp_param_spec_rgb_has_alpha:
|
||||
* @pspec: a #GParamSpec to hold an #GimpRGB value.
|
||||
*
|
||||
* Returns: %TRUE if the alpha channel is relevant.
|
||||
|
|
|
@ -451,6 +451,7 @@ gimp_dialog_add_button (GimpDialog *dialog,
|
|||
}
|
||||
|
||||
/**
|
||||
* gimp_dialog_add_buttons:
|
||||
* @dialog: The @dialog to add buttons to.
|
||||
* @Varargs: button_text-response_id pairs.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue