mirror of https://github.com/GNOME/gimp.git
libgimp/libgimp-decl.txt add gimppatterns which I've forgotten last time
2000-06-24 Sven Neumann <neo@wintermute.ochsenblut.de> * libgimp/libgimp-decl.txt * libgimp/libgimp-docs.sgml: add gimppatterns which I've forgotten last time * libgimp/tmpl/gimppaths.sgml * libgimp/tmpl/gimpselection.sgml: updated to reflect latest changes to libgimp
This commit is contained in:
parent
7ab966bae6
commit
984890619b
|
@ -1,3 +1,13 @@
|
|||
2000-06-24 Sven Neumann <neo@wintermute.ochsenblut.de>
|
||||
|
||||
* libgimp/libgimp-decl.txt
|
||||
* libgimp/libgimp-docs.sgml: add gimppatterns which I've
|
||||
forgotten last time
|
||||
|
||||
* libgimp/tmpl/gimppaths.sgml
|
||||
* libgimp/tmpl/gimpselection.sgml: updated to reflect latest
|
||||
changes to libgimp
|
||||
|
||||
2000-06-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
moved various files from the docs directory
|
||||
|
|
|
@ -2309,11 +2309,11 @@ gint32 *image_ID,gint32 *drawable_ID,gchar
|
|||
</MACRO>
|
||||
<MACRO>
|
||||
<NAME>GIMP_MICRO_VERSION</NAME>
|
||||
#define GIMP_MICRO_VERSION (23)
|
||||
#define GIMP_MICRO_VERSION (24)
|
||||
</MACRO>
|
||||
<MACRO>
|
||||
<NAME>GIMP_VERSION</NAME>
|
||||
#define GIMP_VERSION "1.1.23"
|
||||
#define GIMP_VERSION "1.1.24"
|
||||
</MACRO>
|
||||
<MACRO>
|
||||
<NAME>GIMP_CHECK_VERSION</NAME>
|
||||
|
@ -3823,92 +3823,92 @@ gint32 drawable_ID,gint *width,gint *height,gint
|
|||
<FUNCTION>
|
||||
<NAME>gimp_drawable_merge_shadow</NAME>
|
||||
<RETURNS>void </RETURNS>
|
||||
gint32 drawable_ID,gboolean undo
|
||||
gint32 drawable_ID,gboolean undo
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_fill</NAME>
|
||||
<RETURNS>void </RETURNS>
|
||||
gint32 drawable_ID,GimpFillType fill_type
|
||||
gint32 drawable_ID,GimpFillType fill_type
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_update</NAME>
|
||||
<RETURNS>void </RETURNS>
|
||||
gint32 drawable_ID,gint x,gint y,gint width,gint height
|
||||
gint32 drawable_ID,gint x,gint y,gint width,gint height
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_mask_bounds</NAME>
|
||||
<RETURNS>gboolean </RETURNS>
|
||||
gint32 drawable_ID,gint *x1,gint *y1,gint *x2,gint *y2
|
||||
gint32 drawable_ID,gint *x1,gint *y1,gint *x2,gint *y2
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_image</NAME>
|
||||
<RETURNS>gint32 </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_type</NAME>
|
||||
<RETURNS>GimpImageType </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_has_alpha</NAME>
|
||||
<RETURNS>gboolean </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_type_with_alpha</NAME>
|
||||
<RETURNS>GimpImageType </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_is_rgb</NAME>
|
||||
<RETURNS>gboolean </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_is_gray</NAME>
|
||||
<RETURNS>gboolean </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_is_indexed</NAME>
|
||||
<RETURNS>gboolean </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_bytes</NAME>
|
||||
<RETURNS>gint </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_width</NAME>
|
||||
<RETURNS>gint </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_height</NAME>
|
||||
<RETURNS>gint </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_offsets</NAME>
|
||||
<RETURNS>void </RETURNS>
|
||||
gint32 drawable_ID,gint *offset_x,gint *offset_y
|
||||
gint32 drawable_ID,gint *offset_x,gint *offset_y
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_is_layer</NAME>
|
||||
<RETURNS>gboolean </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_is_layer_mask</NAME>
|
||||
<RETURNS>gboolean </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_drawable_is_channel</NAME>
|
||||
<RETURNS>gboolean </RETURNS>
|
||||
gint32 drawable_ID
|
||||
gint32 drawable_ID
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_edit_cut</NAME>
|
||||
|
@ -4848,8 +4848,8 @@ gint32 image_ID,gint32 drawable_ID,gint offx,gint offy
|
|||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_selection_bounds</NAME>
|
||||
<RETURNS>gboolean </RETURNS>
|
||||
gint32 image_ID,gboolean *none_empty,gint *x1,gint *y1,gint *x2,gint *y2
|
||||
<RETURNS>void </RETURNS>
|
||||
gint32 image_ID,gboolean *non_empty,gint *x1,gint *y1,gint *x2,gint *y2
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_selection_is_empty</NAME>
|
||||
|
@ -5133,7 +5133,7 @@ gint32 image_ID,gint *num_paths
|
|||
<FUNCTION>
|
||||
<NAME>gimp_path_get_points</NAME>
|
||||
<RETURNS>gint </RETURNS>
|
||||
gint32 image_ID,gchar *pathname,gint *num_path_point_details,gint *path_closed,gdouble **points_pairs
|
||||
gint32 image_ID,gchar *pathname,gint *path_closed,gint *num_path_point_details,gdouble **points_pairs
|
||||
</FUNCTION>
|
||||
<FUNCTION>
|
||||
<NAME>gimp_path_get_current</NAME>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<!entity libgimp-gimpmessage SYSTEM "sgml/gimpmessage.sgml">
|
||||
<!entity libgimp-gimpmisc SYSTEM "sgml/gimpmisc.sgml">
|
||||
<!entity libgimp-gimppalette SYSTEM "sgml/gimppalette.sgml">
|
||||
<!entity libgimp-gimppatterns SYSTEM "sgml/gimppatterns.sgml">
|
||||
<!entity libgimp-gimppixelrgn SYSTEM "sgml/gimppixelrgn.sgml">
|
||||
<!entity libgimp-gimpplugin SYSTEM "sgml/gimpplugin.sgml">
|
||||
<!entity libgimp-gimpproceduraldb SYSTEM "sgml/gimpproceduraldb.sgml">
|
||||
|
@ -100,6 +101,7 @@
|
|||
&libgimp-gimpmessage;
|
||||
&libgimp-gimpmisc;
|
||||
&libgimp-gimppalette;
|
||||
&libgimp-gimppatterns;
|
||||
&libgimp-gimpparasite;
|
||||
&libgimp-gimpparasiteio;
|
||||
&libgimp-gimppixelrgn;
|
||||
|
|
|
@ -31,8 +31,8 @@ gimppaths
|
|||
|
||||
@image_ID:
|
||||
@pathname:
|
||||
@num_path_point_details:
|
||||
@path_closed:
|
||||
@num_path_point_details:
|
||||
@points_pairs:
|
||||
@Returns:
|
||||
|
||||
|
|
|
@ -35,14 +35,14 @@ gimpselection
|
|||
</para>
|
||||
|
||||
@image_ID:
|
||||
@none_empty:
|
||||
@non_empty:
|
||||
@x1:
|
||||
@y1:
|
||||
@x2:
|
||||
@y2:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@non_empty:
|
||||
@none_empty:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_selection_is_empty ##### -->
|
||||
|
|
Loading…
Reference in New Issue