Imported Upstream version 2.8.16
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.15 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
||||
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@ -20,7 +20,17 @@
|
||||
# Everything below here is generic #
|
||||
####################################
|
||||
VPATH = @srcdir@
|
||||
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
||||
am__is_gnu_make = { \
|
||||
if test -z '$(MAKELEVEL)'; then \
|
||||
false; \
|
||||
elif test -n '$(MAKE_HOST)'; then \
|
||||
true; \
|
||||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
||||
true; \
|
||||
else \
|
||||
false; \
|
||||
fi; \
|
||||
}
|
||||
am__make_running_with_option = \
|
||||
case $${target_option-} in \
|
||||
?) ;; \
|
||||
@ -83,18 +93,23 @@ PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
DIST_COMMON = $(top_srcdir)/gtk-doc.make $(srcdir)/Makefile.in \
|
||||
$(srcdir)/Makefile.am $(srcdir)/version.in
|
||||
subdir = devel-docs/libgimpbase
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
||||
$(top_srcdir)/m4macros/alsa.m4 \
|
||||
am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
|
||||
$(top_srcdir)/m4macros/intltool.m4 \
|
||||
$(top_srcdir)/m4macros/libtool.m4 \
|
||||
$(top_srcdir)/m4macros/ltoptions.m4 \
|
||||
$(top_srcdir)/m4macros/ltsugar.m4 \
|
||||
$(top_srcdir)/m4macros/ltversion.m4 \
|
||||
$(top_srcdir)/m4macros/lt~obsolete.m4 \
|
||||
$(top_srcdir)/acinclude.m4 $(top_srcdir)/m4macros/alsa.m4 \
|
||||
$(top_srcdir)/m4macros/binreloc.m4 \
|
||||
$(top_srcdir)/m4macros/detectcflags.m4 \
|
||||
$(top_srcdir)/m4macros/gimpprint.m4 \
|
||||
$(top_srcdir)/m4macros/pythondev.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES = version
|
||||
@ -119,6 +134,8 @@ am__can_run_installinfo = \
|
||||
*) (install-info --version) >/dev/null 2>&1;; \
|
||||
esac
|
||||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
||||
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/version.in \
|
||||
$(top_srcdir)/gtk-doc.make
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
AA_LIBS = @AA_LIBS@
|
||||
ACLOCAL = @ACLOCAL@
|
||||
@ -448,6 +465,7 @@ program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
pyexecdir = @pyexecdir@
|
||||
pythondir = @pythondir@
|
||||
runstatedir = @runstatedir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
@ -521,6 +539,7 @@ GPATH = $(srcdir)
|
||||
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
|
||||
SETUP_FILES = \
|
||||
$(content_files) \
|
||||
$(expand_content_files) \
|
||||
$(DOC_MAIN_SGML_FILE) \
|
||||
$(DOC_MODULE)-sections.txt \
|
||||
$(DOC_MODULE)-overrides.txt
|
||||
@ -528,9 +547,9 @@ SETUP_FILES = \
|
||||
|
||||
# Other files to distribute
|
||||
EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.in
|
||||
DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \
|
||||
DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \
|
||||
html-build.stamp pdf-build.stamp \
|
||||
tmpl.stamp sgml.stamp html.stamp pdf.stamp
|
||||
sgml.stamp html.stamp pdf.stamp
|
||||
|
||||
SCANOBJ_FILES = \
|
||||
$(DOC_MODULE).args \
|
||||
@ -563,11 +582,6 @@ GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_$(V))
|
||||
GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY))
|
||||
GTK_DOC_V_INTROSPECT_0 = @echo " DOC Introspecting gobjects";
|
||||
|
||||
#### templates ####
|
||||
GTK_DOC_V_TMPL = $(GTK_DOC_V_TMPL_$(V))
|
||||
GTK_DOC_V_TMPL_ = $(GTK_DOC_V_TMPL_$(AM_DEFAULT_VERBOSITY))
|
||||
GTK_DOC_V_TMPL_0 = @echo " DOC Rebuilding template files";
|
||||
|
||||
#### xml ####
|
||||
GTK_DOC_V_XML = $(GTK_DOC_V_XML_$(V))
|
||||
GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY))
|
||||
@ -600,7 +614,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpbase/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu devel-docs/libgimpbase/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
@ -609,7 +622,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
$(top_srcdir)/gtk-doc.make:
|
||||
$(top_srcdir)/gtk-doc.make $(am__empty):
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
@ -786,6 +799,8 @@ uninstall-am: uninstall-local
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
|
||||
uninstall-am uninstall-local
|
||||
|
||||
.PRECIOUS: Makefile
|
||||
|
||||
|
||||
gtkdoc-check.test: Makefile
|
||||
$(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
|
||||
@ -803,18 +818,15 @@ $(REPORT_FILES): sgml-build.stamp
|
||||
|
||||
setup-build.stamp:
|
||||
-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
|
||||
files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
|
||||
files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
|
||||
if test "x$$files" != "x" ; then \
|
||||
for file in $$files ; do \
|
||||
destdir=`dirname $(abs_builddir)/$$file` ;\
|
||||
destdir=`dirname $(abs_builddir)/$$file`; \
|
||||
test -d "$$destdir" || mkdir -p "$$destdir"; \
|
||||
test -f $(abs_srcdir)/$$file && \
|
||||
cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
|
||||
done; \
|
||||
fi; \
|
||||
test -d $(abs_srcdir)/tmpl && \
|
||||
{ cp -pR $(abs_srcdir)/tmpl $(abs_builddir)/; \
|
||||
chmod -R u+w $(abs_builddir)/tmpl; } \
|
||||
fi
|
||||
$(AM_V_at)touch setup-build.stamp
|
||||
|
||||
@ -827,7 +839,7 @@ scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB)
|
||||
$(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
|
||||
scanobj_options=""; \
|
||||
gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \
|
||||
if test "$(?)" = "0"; then \
|
||||
if test "$$?" = "0"; then \
|
||||
if test "x$(V)" = "x1"; then \
|
||||
scanobj_options="--verbose"; \
|
||||
fi; \
|
||||
@ -844,23 +856,8 @@ scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB)
|
||||
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
|
||||
@true
|
||||
|
||||
tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
|
||||
$(GTK_DOC_V_TMPL)gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
|
||||
$(AM_V_at)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
|
||||
if test -w $(abs_srcdir) ; then \
|
||||
cp -pR $(abs_builddir)/tmpl $(abs_srcdir)/; \
|
||||
fi \
|
||||
fi
|
||||
$(AM_V_at)touch tmpl-build.stamp
|
||||
|
||||
tmpl.stamp: tmpl-build.stamp
|
||||
@true
|
||||
|
||||
$(srcdir)/tmpl/*.sgml:
|
||||
@true
|
||||
|
||||
sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
|
||||
-$(GTK_DOC_V_XML)chmod -R u+w $(srcdir) && _source_dir='' ; \
|
||||
sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent
|
||||
$(GTK_DOC_V_XML)_source_dir='' ; \
|
||||
for i in $(DOC_SOURCE_DIR) ; do \
|
||||
_source_dir="$${_source_dir} --source-dir=$$i" ; \
|
||||
done ; \
|
||||
@ -870,17 +867,28 @@ sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(
|
||||
sgml.stamp: sgml-build.stamp
|
||||
@true
|
||||
|
||||
html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
|
||||
xml/gtkdocentities.ent: Makefile
|
||||
$(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \
|
||||
echo "<!ENTITY package \"$(PACKAGE)\">"; \
|
||||
echo "<!ENTITY package_bugreport \"$(PACKAGE_BUGREPORT)\">"; \
|
||||
echo "<!ENTITY package_name \"$(PACKAGE_NAME)\">"; \
|
||||
echo "<!ENTITY package_string \"$(PACKAGE_STRING)\">"; \
|
||||
echo "<!ENTITY package_tarname \"$(PACKAGE_TARNAME)\">"; \
|
||||
echo "<!ENTITY package_url \"$(PACKAGE_URL)\">"; \
|
||||
echo "<!ENTITY package_version \"$(PACKAGE_VERSION)\">"; \
|
||||
) > $@
|
||||
|
||||
html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
|
||||
$(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
|
||||
mkhtml_options=""; \
|
||||
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \
|
||||
if test "$(?)" = "0"; then \
|
||||
if test "$$?" = "0"; then \
|
||||
if test "x$(V)" = "x1"; then \
|
||||
mkhtml_options="$$mkhtml_options --verbose"; \
|
||||
fi; \
|
||||
fi; \
|
||||
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \
|
||||
if test "$(?)" = "0"; then \
|
||||
if test "$$?" = "0"; then \
|
||||
mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \
|
||||
fi; \
|
||||
cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
|
||||
@ -896,11 +904,11 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
|
||||
$(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
|
||||
$(AM_V_at)touch html-build.stamp
|
||||
|
||||
pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
|
||||
pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
|
||||
$(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
|
||||
mkpdf_options=""; \
|
||||
gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \
|
||||
if test "$(?)" = "0"; then \
|
||||
if test "$$?" = "0"; then \
|
||||
if test "x$(V)" = "x1"; then \
|
||||
mkpdf_options="$$mkpdf_options --verbose"; \
|
||||
fi; \
|
||||
@ -925,13 +933,15 @@ clean-local:
|
||||
@if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \
|
||||
rm -f $(DOC_MODULE).types; \
|
||||
fi
|
||||
@if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \
|
||||
rm -f $(DOC_MODULE)-sections.txt; \
|
||||
fi
|
||||
|
||||
distclean-local:
|
||||
@rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \
|
||||
$(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
|
||||
@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
|
||||
rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
|
||||
rm -rf tmpl; \
|
||||
rm -f $(SETUP_FILES) $(DOC_MODULE).types; \
|
||||
fi
|
||||
|
||||
maintainer-clean-local:
|
||||
@ -978,9 +988,7 @@ uninstall-local:
|
||||
@HAVE_GTK_DOC_FALSE@ @false
|
||||
|
||||
dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local
|
||||
@mkdir $(distdir)/tmpl
|
||||
@mkdir $(distdir)/html
|
||||
@-cp ./tmpl/*.sgml $(distdir)/tmpl
|
||||
@cp ./html/* $(distdir)/html
|
||||
@-cp ./$(DOC_MODULE).pdf $(distdir)/
|
||||
@-cp ./$(DOC_MODULE).types $(distdir)/
|
||||
|
@ -6,7 +6,7 @@
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="next" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -15,7 +15,7 @@
|
||||
<div>
|
||||
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Base Library Reference Manual</p></th></tr></table></div>
|
||||
<div><p class="releaseinfo">
|
||||
for GIMP 2.8.14
|
||||
for GIMP 2.8.16
|
||||
|
||||
</p></div>
|
||||
</div>
|
||||
@ -40,7 +40,7 @@
|
||||
global constants.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimpbase-gimpparam.html">gimpparam</a></span><span class="refpurpose">Definitions of useful <span class="type">GParamFlags</span>.</span>
|
||||
<span class="refentrytitle"><a href="libgimpbase-gimpparam.html">gimpparam</a></span><span class="refpurpose"> — Definitions of useful <span class="type">GParamFlags</span>.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimpbase-gimpchecks.html">gimpchecks</a></span><span class="refpurpose"> — Constants and functions related to rendering
|
||||
@ -66,7 +66,7 @@
|
||||
to various GIMP objects.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimpbase-gimpparasiteio.html">gimpparasiteio</a></span><span class="refpurpose">Utility functions to (de)serialize certain C
|
||||
<span class="refentrytitle"><a href="libgimpbase-gimpparasiteio.html">gimpparasiteio</a></span><span class="refpurpose"> — Utility functions to (de)serialize certain C
|
||||
structures to/from <span class="type">GimpParasite</span>'s.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
@ -89,7 +89,6 @@
|
||||
</dl></div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -4,41 +4,201 @@
|
||||
<ANCHOR id="libgimpbase-gimpbaseenums.functions_details" href="libgimpbase/libgimpbase-gimpbaseenums.html#libgimpbase-gimpbaseenums.functions_details">
|
||||
<ANCHOR id="libgimpbase-gimpbaseenums.other_details" href="libgimpbase/libgimpbase-gimpbaseenums.html#libgimpbase-gimpbaseenums.other_details">
|
||||
<ANCHOR id="GimpAddMaskType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpAddMaskType">
|
||||
<ANCHOR id="GIMP-ADD-WHITE-MASK:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ADD-WHITE-MASK:CAPS">
|
||||
<ANCHOR id="GIMP-ADD-BLACK-MASK:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ADD-BLACK-MASK:CAPS">
|
||||
<ANCHOR id="GIMP-ADD-ALPHA-MASK:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ADD-ALPHA-MASK:CAPS">
|
||||
<ANCHOR id="GIMP-ADD-ALPHA-TRANSFER-MASK:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ADD-ALPHA-TRANSFER-MASK:CAPS">
|
||||
<ANCHOR id="GIMP-ADD-SELECTION-MASK:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ADD-SELECTION-MASK:CAPS">
|
||||
<ANCHOR id="GIMP-ADD-COPY-MASK:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ADD-COPY-MASK:CAPS">
|
||||
<ANCHOR id="GIMP-ADD-CHANNEL-MASK:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ADD-CHANNEL-MASK:CAPS">
|
||||
<ANCHOR id="GimpBlendMode" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpBlendMode">
|
||||
<ANCHOR id="GIMP-FG-BG-RGB-MODE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-FG-BG-RGB-MODE:CAPS">
|
||||
<ANCHOR id="GIMP-FG-BG-HSV-MODE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-FG-BG-HSV-MODE:CAPS">
|
||||
<ANCHOR id="GIMP-FG-TRANSPARENT-MODE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-FG-TRANSPARENT-MODE:CAPS">
|
||||
<ANCHOR id="GIMP-CUSTOM-MODE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CUSTOM-MODE:CAPS">
|
||||
<ANCHOR id="GimpBucketFillMode" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpBucketFillMode">
|
||||
<ANCHOR id="GIMP-FG-BUCKET-FILL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-FG-BUCKET-FILL:CAPS">
|
||||
<ANCHOR id="GIMP-BG-BUCKET-FILL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-BG-BUCKET-FILL:CAPS">
|
||||
<ANCHOR id="GIMP-PATTERN-BUCKET-FILL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PATTERN-BUCKET-FILL:CAPS">
|
||||
<ANCHOR id="GimpChannelOps" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps">
|
||||
<ANCHOR id="GIMP-CHANNEL-OP-ADD:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHANNEL-OP-ADD:CAPS">
|
||||
<ANCHOR id="GIMP-CHANNEL-OP-SUBTRACT:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHANNEL-OP-SUBTRACT:CAPS">
|
||||
<ANCHOR id="GIMP-CHANNEL-OP-REPLACE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHANNEL-OP-REPLACE:CAPS">
|
||||
<ANCHOR id="GIMP-CHANNEL-OP-INTERSECT:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHANNEL-OP-INTERSECT:CAPS">
|
||||
<ANCHOR id="GimpChannelType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType">
|
||||
<ANCHOR id="GIMP-RED-CHANNEL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-RED-CHANNEL:CAPS">
|
||||
<ANCHOR id="GIMP-GREEN-CHANNEL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GREEN-CHANNEL:CAPS">
|
||||
<ANCHOR id="GIMP-BLUE-CHANNEL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-BLUE-CHANNEL:CAPS">
|
||||
<ANCHOR id="GIMP-GRAY-CHANNEL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRAY-CHANNEL:CAPS">
|
||||
<ANCHOR id="GIMP-INDEXED-CHANNEL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-INDEXED-CHANNEL:CAPS">
|
||||
<ANCHOR id="GIMP-ALPHA-CHANNEL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ALPHA-CHANNEL:CAPS">
|
||||
<ANCHOR id="GimpCheckSize" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize">
|
||||
<ANCHOR id="GIMP-CHECK-SIZE-SMALL-CHECKS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHECK-SIZE-SMALL-CHECKS:CAPS">
|
||||
<ANCHOR id="GIMP-CHECK-SIZE-MEDIUM-CHECKS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHECK-SIZE-MEDIUM-CHECKS:CAPS">
|
||||
<ANCHOR id="GIMP-CHECK-SIZE-LARGE-CHECKS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHECK-SIZE-LARGE-CHECKS:CAPS">
|
||||
<ANCHOR id="GimpCheckType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType">
|
||||
<ANCHOR id="GIMP-CHECK-TYPE-LIGHT-CHECKS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-LIGHT-CHECKS:CAPS">
|
||||
<ANCHOR id="GIMP-CHECK-TYPE-GRAY-CHECKS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-GRAY-CHECKS:CAPS">
|
||||
<ANCHOR id="GIMP-CHECK-TYPE-DARK-CHECKS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-DARK-CHECKS:CAPS">
|
||||
<ANCHOR id="GIMP-CHECK-TYPE-WHITE-ONLY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-WHITE-ONLY:CAPS">
|
||||
<ANCHOR id="GIMP-CHECK-TYPE-GRAY-ONLY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-GRAY-ONLY:CAPS">
|
||||
<ANCHOR id="GIMP-CHECK-TYPE-BLACK-ONLY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-BLACK-ONLY:CAPS">
|
||||
<ANCHOR id="GimpCloneType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpCloneType">
|
||||
<ANCHOR id="GIMP-IMAGE-CLONE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-IMAGE-CLONE:CAPS">
|
||||
<ANCHOR id="GIMP-PATTERN-CLONE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PATTERN-CLONE:CAPS">
|
||||
<ANCHOR id="GimpDesaturateMode" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpDesaturateMode">
|
||||
<ANCHOR id="GIMP-DESATURATE-LIGHTNESS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-DESATURATE-LIGHTNESS:CAPS">
|
||||
<ANCHOR id="GIMP-DESATURATE-LUMINOSITY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-DESATURATE-LUMINOSITY:CAPS">
|
||||
<ANCHOR id="GIMP-DESATURATE-AVERAGE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-DESATURATE-AVERAGE:CAPS">
|
||||
<ANCHOR id="GimpDodgeBurnType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpDodgeBurnType">
|
||||
<ANCHOR id="GIMP-DODGE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-DODGE:CAPS">
|
||||
<ANCHOR id="GIMP-BURN:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-BURN:CAPS">
|
||||
<ANCHOR id="GimpForegroundExtractMode" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpForegroundExtractMode">
|
||||
<ANCHOR id="GIMP-FOREGROUND-EXTRACT-SIOX:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-FOREGROUND-EXTRACT-SIOX:CAPS">
|
||||
<ANCHOR id="GimpGradientType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpGradientType">
|
||||
<ANCHOR id="GIMP-GRADIENT-LINEAR:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-LINEAR:CAPS">
|
||||
<ANCHOR id="GIMP-GRADIENT-BILINEAR:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-BILINEAR:CAPS">
|
||||
<ANCHOR id="GIMP-GRADIENT-RADIAL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-RADIAL:CAPS">
|
||||
<ANCHOR id="GIMP-GRADIENT-SQUARE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SQUARE:CAPS">
|
||||
<ANCHOR id="GIMP-GRADIENT-CONICAL-SYMMETRIC:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-CONICAL-SYMMETRIC:CAPS">
|
||||
<ANCHOR id="GIMP-GRADIENT-CONICAL-ASYMMETRIC:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-CONICAL-ASYMMETRIC:CAPS">
|
||||
<ANCHOR id="GIMP-GRADIENT-SHAPEBURST-ANGULAR:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SHAPEBURST-ANGULAR:CAPS">
|
||||
<ANCHOR id="GIMP-GRADIENT-SHAPEBURST-SPHERICAL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SHAPEBURST-SPHERICAL:CAPS">
|
||||
<ANCHOR id="GIMP-GRADIENT-SHAPEBURST-DIMPLED:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SHAPEBURST-DIMPLED:CAPS">
|
||||
<ANCHOR id="GIMP-GRADIENT-SPIRAL-CLOCKWISE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SPIRAL-CLOCKWISE:CAPS">
|
||||
<ANCHOR id="GIMP-GRADIENT-SPIRAL-ANTICLOCKWISE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SPIRAL-ANTICLOCKWISE:CAPS">
|
||||
<ANCHOR id="GimpGridStyle" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpGridStyle">
|
||||
<ANCHOR id="GIMP-GRID-DOTS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRID-DOTS:CAPS">
|
||||
<ANCHOR id="GIMP-GRID-INTERSECTIONS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRID-INTERSECTIONS:CAPS">
|
||||
<ANCHOR id="GIMP-GRID-ON-OFF-DASH:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRID-ON-OFF-DASH:CAPS">
|
||||
<ANCHOR id="GIMP-GRID-DOUBLE-DASH:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRID-DOUBLE-DASH:CAPS">
|
||||
<ANCHOR id="GIMP-GRID-SOLID:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRID-SOLID:CAPS">
|
||||
<ANCHOR id="GimpIconType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpIconType">
|
||||
<ANCHOR id="GIMP-ICON-TYPE-STOCK-ID:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ICON-TYPE-STOCK-ID:CAPS">
|
||||
<ANCHOR id="GIMP-ICON-TYPE-INLINE-PIXBUF:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ICON-TYPE-INLINE-PIXBUF:CAPS">
|
||||
<ANCHOR id="GIMP-ICON-TYPE-IMAGE-FILE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ICON-TYPE-IMAGE-FILE:CAPS">
|
||||
<ANCHOR id="GimpImageBaseType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType">
|
||||
<ANCHOR id="GIMP-RGB:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-RGB:CAPS">
|
||||
<ANCHOR id="GIMP-GRAY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRAY:CAPS">
|
||||
<ANCHOR id="GIMP-INDEXED:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-INDEXED:CAPS">
|
||||
<ANCHOR id="GimpImageType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType">
|
||||
<ANCHOR id="GIMP-RGB-IMAGE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-RGB-IMAGE:CAPS">
|
||||
<ANCHOR id="GIMP-RGBA-IMAGE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-RGBA-IMAGE:CAPS">
|
||||
<ANCHOR id="GIMP-GRAY-IMAGE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRAY-IMAGE:CAPS">
|
||||
<ANCHOR id="GIMP-GRAYA-IMAGE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-GRAYA-IMAGE:CAPS">
|
||||
<ANCHOR id="GIMP-INDEXED-IMAGE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-INDEXED-IMAGE:CAPS">
|
||||
<ANCHOR id="GIMP-INDEXEDA-IMAGE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-INDEXEDA-IMAGE:CAPS">
|
||||
<ANCHOR id="GimpInterpolationType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpInterpolationType">
|
||||
<ANCHOR id="GIMP-INTERPOLATION-NONE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-INTERPOLATION-NONE:CAPS">
|
||||
<ANCHOR id="GIMP-INTERPOLATION-LINEAR:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-INTERPOLATION-LINEAR:CAPS">
|
||||
<ANCHOR id="GIMP-INTERPOLATION-CUBIC:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-INTERPOLATION-CUBIC:CAPS">
|
||||
<ANCHOR id="GIMP-INTERPOLATION-LANCZOS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-INTERPOLATION-LANCZOS:CAPS">
|
||||
<ANCHOR id="GimpMessageHandlerType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType">
|
||||
<ANCHOR id="GIMP-MESSAGE-BOX:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-MESSAGE-BOX:CAPS">
|
||||
<ANCHOR id="GIMP-CONSOLE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-CONSOLE:CAPS">
|
||||
<ANCHOR id="GIMP-ERROR-CONSOLE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-ERROR-CONSOLE:CAPS">
|
||||
<ANCHOR id="GimpPaintApplicationMode" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpPaintApplicationMode">
|
||||
<ANCHOR id="GIMP-PAINT-CONSTANT:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PAINT-CONSTANT:CAPS">
|
||||
<ANCHOR id="GIMP-PAINT-INCREMENTAL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PAINT-INCREMENTAL:CAPS">
|
||||
<ANCHOR id="GimpPDBArgType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBArgType">
|
||||
<ANCHOR id="GIMP-PDB-INT32:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-INT32:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-INT16:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-INT16:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-INT8:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-INT8:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-FLOAT:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-FLOAT:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-STRING:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-STRING:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-INT32ARRAY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-INT32ARRAY:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-INT16ARRAY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-INT16ARRAY:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-INT8ARRAY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-INT8ARRAY:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-FLOATARRAY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-FLOATARRAY:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-STRINGARRAY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-STRINGARRAY:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-COLOR:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-COLOR:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-ITEM:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-ITEM:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-DISPLAY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-DISPLAY:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-IMAGE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-IMAGE:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-LAYER:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-LAYER:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-CHANNEL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-CHANNEL:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-DRAWABLE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-DRAWABLE:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-SELECTION:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-SELECTION:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-COLORARRAY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-COLORARRAY:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-VECTORS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-VECTORS:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-PARASITE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-PARASITE:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-STATUS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-STATUS:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-END:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-END:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-PATH:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-PATH:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-BOUNDARY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-BOUNDARY:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-REGION:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-REGION:CAPS">
|
||||
<ANCHOR id="GimpPDBErrorHandler" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBErrorHandler">
|
||||
<ANCHOR id="GIMP-PDB-ERROR-HANDLER-INTERNAL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-ERROR-HANDLER-INTERNAL:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-ERROR-HANDLER-PLUGIN:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-ERROR-HANDLER-PLUGIN:CAPS">
|
||||
<ANCHOR id="GimpPDBProcType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBProcType">
|
||||
<ANCHOR id="GIMP-INTERNAL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-INTERNAL:CAPS">
|
||||
<ANCHOR id="GIMP-PLUGIN:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PLUGIN:CAPS">
|
||||
<ANCHOR id="GIMP-EXTENSION:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-EXTENSION:CAPS">
|
||||
<ANCHOR id="GIMP-TEMPORARY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TEMPORARY:CAPS">
|
||||
<ANCHOR id="GimpPDBStatusType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBStatusType">
|
||||
<ANCHOR id="GIMP-PDB-EXECUTION-ERROR:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-EXECUTION-ERROR:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-CALLING-ERROR:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-CALLING-ERROR:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-PASS-THROUGH:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-PASS-THROUGH:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-SUCCESS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-SUCCESS:CAPS">
|
||||
<ANCHOR id="GIMP-PDB-CANCEL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PDB-CANCEL:CAPS">
|
||||
<ANCHOR id="GimpProgressCommand" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpProgressCommand">
|
||||
<ANCHOR id="GIMP-PROGRESS-COMMAND-START:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-START:CAPS">
|
||||
<ANCHOR id="GIMP-PROGRESS-COMMAND-END:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-END:CAPS">
|
||||
<ANCHOR id="GIMP-PROGRESS-COMMAND-SET-TEXT:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-SET-TEXT:CAPS">
|
||||
<ANCHOR id="GIMP-PROGRESS-COMMAND-SET-VALUE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-SET-VALUE:CAPS">
|
||||
<ANCHOR id="GIMP-PROGRESS-COMMAND-PULSE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-PULSE:CAPS">
|
||||
<ANCHOR id="GIMP-PROGRESS-COMMAND-GET-WINDOW:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-GET-WINDOW:CAPS">
|
||||
<ANCHOR id="GimpRepeatMode" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpRepeatMode">
|
||||
<ANCHOR id="GIMP-REPEAT-NONE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-REPEAT-NONE:CAPS">
|
||||
<ANCHOR id="GIMP-REPEAT-SAWTOOTH:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-REPEAT-SAWTOOTH:CAPS">
|
||||
<ANCHOR id="GIMP-REPEAT-TRIANGULAR:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-REPEAT-TRIANGULAR:CAPS">
|
||||
<ANCHOR id="GimpRunMode" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpRunMode">
|
||||
<ANCHOR id="GIMP-RUN-INTERACTIVE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-RUN-INTERACTIVE:CAPS">
|
||||
<ANCHOR id="GIMP-RUN-NONINTERACTIVE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-RUN-NONINTERACTIVE:CAPS">
|
||||
<ANCHOR id="GIMP-RUN-WITH-LAST-VALS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-RUN-WITH-LAST-VALS:CAPS">
|
||||
<ANCHOR id="GimpSizeType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType">
|
||||
<ANCHOR id="GIMP-PIXELS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-PIXELS:CAPS">
|
||||
<ANCHOR id="GIMP-POINTS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-POINTS:CAPS">
|
||||
<ANCHOR id="GimpStackTraceMode" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpStackTraceMode">
|
||||
<ANCHOR id="GIMP-STACK-TRACE-NEVER:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-STACK-TRACE-NEVER:CAPS">
|
||||
<ANCHOR id="GIMP-STACK-TRACE-QUERY:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-STACK-TRACE-QUERY:CAPS">
|
||||
<ANCHOR id="GIMP-STACK-TRACE-ALWAYS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-STACK-TRACE-ALWAYS:CAPS">
|
||||
<ANCHOR id="GimpTextDirection" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpTextDirection">
|
||||
<ANCHOR id="GIMP-TEXT-DIRECTION-LTR:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TEXT-DIRECTION-LTR:CAPS">
|
||||
<ANCHOR id="GIMP-TEXT-DIRECTION-RTL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TEXT-DIRECTION-RTL:CAPS">
|
||||
<ANCHOR id="GimpTextHintStyle" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpTextHintStyle">
|
||||
<ANCHOR id="GIMP-TEXT-HINT-STYLE-NONE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TEXT-HINT-STYLE-NONE:CAPS">
|
||||
<ANCHOR id="GIMP-TEXT-HINT-STYLE-SLIGHT:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TEXT-HINT-STYLE-SLIGHT:CAPS">
|
||||
<ANCHOR id="GIMP-TEXT-HINT-STYLE-MEDIUM:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TEXT-HINT-STYLE-MEDIUM:CAPS">
|
||||
<ANCHOR id="GIMP-TEXT-HINT-STYLE-FULL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TEXT-HINT-STYLE-FULL:CAPS">
|
||||
<ANCHOR id="GimpTextJustification" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpTextJustification">
|
||||
<ANCHOR id="GIMP-TEXT-JUSTIFY-LEFT:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TEXT-JUSTIFY-LEFT:CAPS">
|
||||
<ANCHOR id="GIMP-TEXT-JUSTIFY-RIGHT:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TEXT-JUSTIFY-RIGHT:CAPS">
|
||||
<ANCHOR id="GIMP-TEXT-JUSTIFY-CENTER:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TEXT-JUSTIFY-CENTER:CAPS">
|
||||
<ANCHOR id="GIMP-TEXT-JUSTIFY-FILL:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TEXT-JUSTIFY-FILL:CAPS">
|
||||
<ANCHOR id="GimpTransferMode" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransferMode">
|
||||
<ANCHOR id="GIMP-SHADOWS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-SHADOWS:CAPS">
|
||||
<ANCHOR id="GIMP-MIDTONES:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-MIDTONES:CAPS">
|
||||
<ANCHOR id="GIMP-HIGHLIGHTS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-HIGHLIGHTS:CAPS">
|
||||
<ANCHOR id="GimpTransformDirection" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformDirection">
|
||||
<ANCHOR id="GIMP-TRANSFORM-FORWARD:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-FORWARD:CAPS">
|
||||
<ANCHOR id="GIMP-TRANSFORM-BACKWARD:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-BACKWARD:CAPS">
|
||||
<ANCHOR id="GimpTransformResize" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformResize">
|
||||
<ANCHOR id="GIMP-TRANSFORM-RESIZE-ADJUST:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-RESIZE-ADJUST:CAPS">
|
||||
<ANCHOR id="GIMP-TRANSFORM-RESIZE-CLIP:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-RESIZE-CLIP:CAPS">
|
||||
<ANCHOR id="GIMP-TRANSFORM-RESIZE-CROP:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-RESIZE-CROP:CAPS">
|
||||
<ANCHOR id="GIMP-TRANSFORM-RESIZE-CROP-WITH-ASPECT:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-RESIZE-CROP-WITH-ASPECT:CAPS">
|
||||
<ANCHOR id="GimpUserDirectory" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpUserDirectory">
|
||||
<ANCHOR id="GIMP-USER-DIRECTORY-DESKTOP:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-DESKTOP:CAPS">
|
||||
<ANCHOR id="GIMP-USER-DIRECTORY-DOCUMENTS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-DOCUMENTS:CAPS">
|
||||
<ANCHOR id="GIMP-USER-DIRECTORY-DOWNLOAD:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-DOWNLOAD:CAPS">
|
||||
<ANCHOR id="GIMP-USER-DIRECTORY-MUSIC:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-MUSIC:CAPS">
|
||||
<ANCHOR id="GIMP-USER-DIRECTORY-PICTURES:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-PICTURES:CAPS">
|
||||
<ANCHOR id="GIMP-USER-DIRECTORY-PUBLIC-SHARE:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-PUBLIC-SHARE:CAPS">
|
||||
<ANCHOR id="GIMP-USER-DIRECTORY-TEMPLATES:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-TEMPLATES:CAPS">
|
||||
<ANCHOR id="GIMP-USER-DIRECTORY-VIDEOS:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-VIDEOS:CAPS">
|
||||
<ANCHOR id="GimpVectorsStrokeType" href="libgimpbase/libgimpbase-gimpbaseenums.html#GimpVectorsStrokeType">
|
||||
<ANCHOR id="GIMP-VECTORS-STROKE-TYPE-BEZIER:CAPS" href="libgimpbase/libgimpbase-gimpbaseenums.html#GIMP-VECTORS-STROKE-TYPE-BEZIER:CAPS">
|
||||
<ANCHOR id="libgimpbase-gimpbasetypes" href="libgimpbase/libgimpbase-gimpbasetypes.html">
|
||||
<ANCHOR id="libgimpbase-gimpbasetypes.functions" href="libgimpbase/libgimpbase-gimpbasetypes.html#libgimpbase-gimpbasetypes.functions">
|
||||
<ANCHOR id="libgimpbase-gimpbasetypes.other" href="libgimpbase/libgimpbase-gimpbasetypes.html#libgimpbase-gimpbasetypes.other">
|
||||
@ -111,6 +271,14 @@
|
||||
<ANCHOR id="gimp-cpu-accel-set-use" href="libgimpbase/libgimpbase-gimpcpuaccel.html#gimp-cpu-accel-set-use">
|
||||
<ANCHOR id="libgimpbase-gimpcpuaccel.other_details" href="libgimpbase/libgimpbase-gimpcpuaccel.html#libgimpbase-gimpcpuaccel.other_details">
|
||||
<ANCHOR id="GimpCpuAccelFlags" href="libgimpbase/libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags">
|
||||
<ANCHOR id="GIMP-CPU-ACCEL-NONE:CAPS" href="libgimpbase/libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-NONE:CAPS">
|
||||
<ANCHOR id="GIMP-CPU-ACCEL-X86-MMX:CAPS" href="libgimpbase/libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-MMX:CAPS">
|
||||
<ANCHOR id="GIMP-CPU-ACCEL-X86-3DNOW:CAPS" href="libgimpbase/libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-3DNOW:CAPS">
|
||||
<ANCHOR id="GIMP-CPU-ACCEL-X86-MMXEXT:CAPS" href="libgimpbase/libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-MMXEXT:CAPS">
|
||||
<ANCHOR id="GIMP-CPU-ACCEL-X86-SSE:CAPS" href="libgimpbase/libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-SSE:CAPS">
|
||||
<ANCHOR id="GIMP-CPU-ACCEL-X86-SSE2:CAPS" href="libgimpbase/libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-SSE2:CAPS">
|
||||
<ANCHOR id="GIMP-CPU-ACCEL-X86-SSE3:CAPS" href="libgimpbase/libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-SSE3:CAPS">
|
||||
<ANCHOR id="GIMP-CPU-ACCEL-PPC-ALTIVEC:CAPS" href="libgimpbase/libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-PPC-ALTIVEC:CAPS">
|
||||
<ANCHOR id="libgimpbase-gimpdatafiles" href="libgimpbase/libgimpbase-gimpdatafiles.html">
|
||||
<ANCHOR id="libgimpbase-gimpdatafiles.functions" href="libgimpbase/libgimpbase-gimpdatafiles.html#libgimpbase-gimpdatafiles.functions">
|
||||
<ANCHOR id="libgimpbase-gimpdatafiles.other" href="libgimpbase/libgimpbase-gimpdatafiles.html#libgimpbase-gimpdatafiles.other">
|
||||
@ -240,6 +408,13 @@
|
||||
<ANCHOR id="GIMP-VALUE-HOLDS-UNIT:CAPS" href="libgimpbase/libgimpbase-gimpunit.html#GIMP-VALUE-HOLDS-UNIT:CAPS">
|
||||
<ANCHOR id="libgimpbase-gimpunit.other_details" href="libgimpbase/libgimpbase-gimpunit.html#libgimpbase-gimpunit.other_details">
|
||||
<ANCHOR id="GimpUnit" href="libgimpbase/libgimpbase-gimpunit.html#GimpUnit">
|
||||
<ANCHOR id="GIMP-UNIT-PIXEL:CAPS" href="libgimpbase/libgimpbase-gimpunit.html#GIMP-UNIT-PIXEL:CAPS">
|
||||
<ANCHOR id="GIMP-UNIT-INCH:CAPS" href="libgimpbase/libgimpbase-gimpunit.html#GIMP-UNIT-INCH:CAPS">
|
||||
<ANCHOR id="GIMP-UNIT-MM:CAPS" href="libgimpbase/libgimpbase-gimpunit.html#GIMP-UNIT-MM:CAPS">
|
||||
<ANCHOR id="GIMP-UNIT-POINT:CAPS" href="libgimpbase/libgimpbase-gimpunit.html#GIMP-UNIT-POINT:CAPS">
|
||||
<ANCHOR id="GIMP-UNIT-PICA:CAPS" href="libgimpbase/libgimpbase-gimpunit.html#GIMP-UNIT-PICA:CAPS">
|
||||
<ANCHOR id="GIMP-UNIT-END:CAPS" href="libgimpbase/libgimpbase-gimpunit.html#GIMP-UNIT-END:CAPS">
|
||||
<ANCHOR id="GIMP-UNIT-PERCENT:CAPS" href="libgimpbase/libgimpbase-gimpunit.html#GIMP-UNIT-PERCENT:CAPS">
|
||||
<ANCHOR id="libgimpbase-gimpunit.see-also" href="libgimpbase/libgimpbase-gimpunit.html#libgimpbase-gimpunit.see-also">
|
||||
<ANCHOR id="libgimpbase-gimputils" href="libgimpbase/libgimpbase-gimputils.html">
|
||||
<ANCHOR id="libgimpbase-gimputils.functions" href="libgimpbase/libgimpbase-gimputils.html#libgimpbase-gimputils.functions">
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpbasetypes</title>
|
||||
<title>gimpbasetypes: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpbaseenums.html" title="gimpbaseenums">
|
||||
<link rel="next" href="libgimpbase-gimpversion.html" title="gimpversion">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -49,7 +49,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpbasetypes.html#gimp-type-get-translation-domain" title="gimp_type_get_translation_domain ()">gimp_type_get_translation_domain</a> <span class="c_punctuation">()</span>
|
||||
@ -64,7 +64,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpbasetypes.html#gimp-type-get-translation-context" title="gimp_type_get_translation_context ()">gimp_type_get_translation_context</a> <span class="c_punctuation">()</span>
|
||||
@ -132,11 +132,11 @@ GType.</p>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-type-set-translation-domain"></a><h3>gimp_type_set_translation_domain ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_type_set_translation_domain (<em class="parameter"><code><span class="type">GType</span> type</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *domain</code></em>);</pre>
|
||||
gimp_type_set_translation_domain (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>);</pre>
|
||||
<p>This function attaches a constant string as a gettext translation
|
||||
domain identifier to a <span class="type">GType</span>. The only purpose of this function is
|
||||
to use it when registering a <span class="type">G_TYPE_ENUM</span> with translatable value
|
||||
domain identifier to a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a>. The only purpose of this function is
|
||||
to use it when registering a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#G-TYPE-ENUM:CAPS"><span class="type">G_TYPE_ENUM</span></a> with translatable value
|
||||
names.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.3.6.2.5"></a><h4>Parameters</h4>
|
||||
@ -149,24 +149,24 @@ names.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>type</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GType</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>domain</p></td>
|
||||
<td class="parameter_description"><p>a constant string that identifies a translation domain or <code class="literal">NULL</code></p></td>
|
||||
<td class="parameter_description"><p>a constant string that identifies a translation domain or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-type-get-translation-domain"></a><h3>gimp_type_get_translation_domain ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
gimp_type_get_translation_domain (<em class="parameter"><code><span class="type">GType</span> type</code></em>);</pre>
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_type_get_translation_domain (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
||||
<p>Retrieves the gettext translation domain identifier that has been
|
||||
previously set using <a class="link" href="libgimpbase-gimpbasetypes.html#gimp-type-set-translation-domain" title="gimp_type_set_translation_domain ()"><code class="function">gimp_type_set_translation_domain()</code></a>. You should
|
||||
not need to use this function directly, use <a class="link" href="libgimpbase-gimputils.html#gimp-enum-get-value" title="gimp_enum_get_value ()"><code class="function">gimp_enum_get_value()</code></a>
|
||||
@ -181,7 +181,7 @@ or <a class="link" href="libgimpbase-gimputils.html#gimp-enum-value-get-desc" ti
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>type</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GType</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
@ -189,20 +189,19 @@ or <a class="link" href="libgimpbase-gimputils.html#gimp-enum-value-get-desc" ti
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.3.6.3.6"></a><h4>Returns</h4>
|
||||
<p> the translation domain associated with <em class="parameter"><code>type</code></em>
|
||||
or <code class="literal">NULL</code> if no domain was set</p>
|
||||
<p></p>
|
||||
or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no domain was set</p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-type-set-translation-context"></a><h3>gimp_type_set_translation_context ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_type_set_translation_context (<em class="parameter"><code><span class="type">GType</span> type</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *context</code></em>);</pre>
|
||||
gimp_type_set_translation_context (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *context</code></em>);</pre>
|
||||
<p>This function attaches a constant string as a translation context
|
||||
to a <span class="type">GType</span>. The only purpose of this function is to use it when
|
||||
registering a <span class="type">G_TYPE_ENUM</span> with translatable value names.</p>
|
||||
to a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a>. The only purpose of this function is to use it when
|
||||
registering a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#G-TYPE-ENUM:CAPS"><span class="type">G_TYPE_ENUM</span></a> with translatable value names.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.3.6.4.5"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -214,24 +213,24 @@ registering a <span class="type">G_TYPE_ENUM</span> with translatable value name
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>type</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GType</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>context</p></td>
|
||||
<td class="parameter_description"><p>a constant string that identifies a translation context or <code class="literal">NULL</code></p></td>
|
||||
<td class="parameter_description"><p>a constant string that identifies a translation context or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.8</p>
|
||||
<p class="since">Since: GIMP 2.8</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-type-get-translation-context"></a><h3>gimp_type_get_translation_context ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
gimp_type_get_translation_context (<em class="parameter"><code><span class="type">GType</span> type</code></em>);</pre>
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_type_get_translation_context (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
||||
<p>Retrieves the translation context that has been previously set
|
||||
using <a class="link" href="libgimpbase-gimpbasetypes.html#gimp-type-set-translation-context" title="gimp_type_set_translation_context ()"><code class="function">gimp_type_set_translation_context()</code></a>. You should not need to
|
||||
use this function directly, use <a class="link" href="libgimpbase-gimputils.html#gimp-enum-get-value" title="gimp_enum_get_value ()"><code class="function">gimp_enum_get_value()</code></a> or
|
||||
@ -246,7 +245,7 @@ use this function directly, use <a class="link" href="libgimpbase-gimputils.html
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>type</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GType</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
@ -254,16 +253,15 @@ use this function directly, use <a class="link" href="libgimpbase-gimputils.html
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.3.6.5.6"></a><h4>Returns</h4>
|
||||
<p> the translation context associated with <em class="parameter"><code>type</code></em>
|
||||
or <code class="literal">NULL</code> if no context was set</p>
|
||||
<p></p>
|
||||
or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no context was set</p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.8</p>
|
||||
<p class="since">Since: GIMP 2.8</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-enum-set-value-descriptions"></a><h3>gimp_enum_set_value_descriptions ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_enum_set_value_descriptions (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>,
|
||||
gimp_enum_set_value_descriptions (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> enum_type</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="struct GimpEnumDesc"><span class="type">GimpEnumDesc</span></a> *descriptions</code></em>);</pre>
|
||||
<p>Sets the array of human readable and translatable descriptions
|
||||
and help texts for enum values.</p>
|
||||
@ -278,24 +276,24 @@ and help texts for enum values.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>enum_type</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GType</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>descriptions</p></td>
|
||||
<td class="parameter_description"><p>a <code class="literal">NULL</code> terminated constant static array of <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="struct GimpEnumDesc"><span class="type">GimpEnumDesc</span></a></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated constant static array of <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="struct GimpEnumDesc"><span class="type">GimpEnumDesc</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-enum-get-value-descriptions"></a><h3>gimp_enum_get_value_descriptions ()</h3>
|
||||
<pre class="programlisting">const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="struct GimpEnumDesc"><span class="returnvalue">GimpEnumDesc</span></a> *
|
||||
gimp_enum_get_value_descriptions (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>);</pre>
|
||||
gimp_enum_get_value_descriptions (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> enum_type</code></em>);</pre>
|
||||
<p>Retreives the array of human readable and translatable descriptions
|
||||
and help texts for enum values.</p>
|
||||
<div class="refsect3">
|
||||
@ -308,23 +306,22 @@ and help texts for enum values.</p>
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>enum_type</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GType</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.3.6.7.6"></a><h4>Returns</h4>
|
||||
<p> a <code class="literal">NULL</code> terminated constant array of <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="struct GimpEnumDesc"><span class="type">GimpEnumDesc</span></a></p>
|
||||
<p></p>
|
||||
<p> a <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated constant array of <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="struct GimpEnumDesc"><span class="type">GimpEnumDesc</span></a></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-flags-get-value-descriptions"></a><h3>gimp_flags_get_value_descriptions ()</h3>
|
||||
<pre class="programlisting">const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="struct GimpFlagsDesc"><span class="returnvalue">GimpFlagsDesc</span></a> *
|
||||
gimp_flags_get_value_descriptions (<em class="parameter"><code><span class="type">GType</span> flags_type</code></em>);</pre>
|
||||
gimp_flags_get_value_descriptions (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> flags_type</code></em>);</pre>
|
||||
<p>Retreives the array of human readable and translatable descriptions
|
||||
and help texts for flags values.</p>
|
||||
<div class="refsect3">
|
||||
@ -337,23 +334,22 @@ and help texts for flags values.</p>
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>flags_type</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GType</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.3.6.8.6"></a><h4>Returns</h4>
|
||||
<p> a <code class="literal">NULL</code> terminated constant array of <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="struct GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a></p>
|
||||
<p></p>
|
||||
<p> a <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated constant array of <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="struct GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-flags-set-value-descriptions"></a><h3>gimp_flags_set_value_descriptions ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_flags_set_value_descriptions (<em class="parameter"><code><span class="type">GType</span> flags_type</code></em>,
|
||||
gimp_flags_set_value_descriptions (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> flags_type</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="struct GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a> *descriptions</code></em>);</pre>
|
||||
<p>Sets the array of human readable and translatable descriptions
|
||||
and help texts for flags values.</p>
|
||||
@ -368,18 +364,18 @@ and help texts for flags values.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>flags_type</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GType</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>descriptions</p></td>
|
||||
<td class="parameter_description"><p>a <code class="literal">NULL</code> terminated constant static array of <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="struct GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated constant static array of <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="struct GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -404,17 +400,17 @@ help texts for enum values. See <a class="link" href="libgimpbase-gimpbasetypes.
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p><span class="type">gint</span> <em class="structfield"><code><a name="GimpEnumDesc.value"></a>value</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GimpEnumDesc.value"></a>value</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>An enum value.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="GimpEnumDesc.value-desc"></a>value_desc</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GimpEnumDesc.value-desc"></a>value_desc</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>The value's description.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="GimpEnumDesc.value-help"></a>value_help</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GimpEnumDesc.value-help"></a>value_help</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>The value's help text.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -443,17 +439,17 @@ help texts for flag values. See <a class="link" href="libgimpbase-gimpbasetypes.
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="GimpFlagsDesc.value"></a>value</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GimpFlagsDesc.value"></a>value</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>A flag value.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="GimpFlagsDesc.value-desc"></a>value_desc</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GimpFlagsDesc.value-desc"></a>value_desc</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>The value's description.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="GimpFlagsDesc.value-help"></a>value_help</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GimpFlagsDesc.value-help"></a>value_help</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>The value's help text.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -464,7 +460,6 @@ help texts for flag values. See <a class="link" href="libgimpbase-gimpbasetypes.
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpchecks</title>
|
||||
<title>gimpchecks: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpparam.html" title="gimpparam">
|
||||
<link rel="next" href="libgimpbase-gimpcpuaccel.html" title="gimpcpuaccel">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -86,8 +86,8 @@
|
||||
<a name="gimp-checks-get-shades"></a><h3>gimp_checks_get_shades ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_checks_get_shades (<em class="parameter"><code><a class="link" href="libgimpbase-gimpbaseenums.html#GimpCheckType" title="enum GimpCheckType"><span class="type">GimpCheckType</span></a> type</code></em>,
|
||||
<em class="parameter"><code><span class="type">guchar</span> *light</code></em>,
|
||||
<em class="parameter"><code><span class="type">guchar</span> *dark</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *light</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *dark</code></em>);</pre>
|
||||
<p>Retrieves the actual shades of gray to use when drawing a
|
||||
checkerboard for a certain <a class="link" href="libgimpbase-gimpbaseenums.html#GimpCheckType" title="enum GimpCheckType"><span class="type">GimpCheckType</span></a>.</p>
|
||||
<div class="refsect3">
|
||||
@ -117,7 +117,7 @@ checkerboard for a certain <a class="link" href="libgimpbase-gimpbaseenums.html#
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -154,7 +154,6 @@ should use this constant instead.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpcpuaccel</title>
|
||||
<title>gimpcpuaccel: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpchecks.html" title="gimpchecks">
|
||||
<link rel="next" href="libgimpbase-gimpdatafiles.html" title="gimpdatafiles">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -85,15 +85,14 @@ gimp_cpu_accel_get_support (<em class="parameter"><code><span class="type">void<
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.8.6.2.5"></a><h4>Returns</h4>
|
||||
<p> <a class="link" href="libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags" title="enum GimpCpuAccelFlags"><span class="type">GimpCpuAccelFlags</span></a> as supported by the CPU.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-cpu-accel-set-use"></a><h3>gimp_cpu_accel_set_use ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_cpu_accel_set_use (<em class="parameter"><code><span class="type">gboolean</span> use</code></em>);</pre>
|
||||
gimp_cpu_accel_set_use (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use</code></em>);</pre>
|
||||
<p>This function is for internal use only.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.8.6.3.5"></a><h4>Parameters</h4>
|
||||
@ -110,17 +109,15 @@ gimp_cpu_accel_set_use (<em class="parameter"><code><span class="type">gboolean<
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimpbase-gimpcpuaccel.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GimpCpuAccelFlags"></a><h3>enum GimpCpuAccelFlags</h3>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.8.7.2.4"></a><h4>Members</h4>
|
||||
<a name="id-1.2.8.7.2.3"></a><h4>Members</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="300px" class="enum_members_name">
|
||||
@ -130,43 +127,43 @@ gimp_cpu_accel_set_use (<em class="parameter"><code><span class="type">gboolean<
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-CPU-ACCEL-NONE:CAPS"></a>GIMP_CPU_ACCEL_NONE</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-CPU-ACCEL-X86-MMX:CAPS"></a>GIMP_CPU_ACCEL_X86_MMX</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-CPU-ACCEL-X86-3DNOW:CAPS"></a>GIMP_CPU_ACCEL_X86_3DNOW</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-CPU-ACCEL-X86-MMXEXT:CAPS"></a>GIMP_CPU_ACCEL_X86_MMXEXT</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-CPU-ACCEL-X86-SSE:CAPS"></a>GIMP_CPU_ACCEL_X86_SSE</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-CPU-ACCEL-X86-SSE2:CAPS"></a>GIMP_CPU_ACCEL_X86_SSE2</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-CPU-ACCEL-X86-SSE3:CAPS"></a>GIMP_CPU_ACCEL_X86_SSE3</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-CPU-ACCEL-PPC-ALTIVEC:CAPS"></a>GIMP_CPU_ACCEL_PPC_ALTIVEC</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -175,7 +172,6 @@ gimp_cpu_accel_set_use (<em class="parameter"><code><span class="type">gboolean<
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpdatafiles</title>
|
||||
<title>gimpdatafiles: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpcpuaccel.html" title="gimpcpuaccel">
|
||||
<link rel="next" href="libgimpbase-gimpenv.html" title="gimpenv">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -49,7 +49,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpdatafiles.html#gimp-datafiles-check-extension" title="gimp_datafiles_check_extension ()">gimp_datafiles_check_extension</a> <span class="c_punctuation">()</span>
|
||||
@ -89,33 +89,23 @@
|
||||
<a name="GimpDatafileLoaderFunc"></a><h3>GimpDatafileLoaderFunc ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
<span class="c_punctuation">(</span>*GimpDatafileLoaderFunc<span class="c_punctuation">)</span> (<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpdatafiles.html#GimpDatafileData" title="GimpDatafileData"><span class="type">GimpDatafileData</span></a> *file_data</code></em>,
|
||||
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-datafiles-check-extension"></a><h3>gimp_datafiles_check_extension ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gimp_datafiles_check_extension (<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *extension</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.9.6.3.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_datafiles_check_extension (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *extension</code></em>);</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-datafiles-read-directories"></a><h3>gimp_datafiles_read_directories ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_datafiles_read_directories (<em class="parameter"><code>const <span class="type">gchar</span> *path_str</code></em>,
|
||||
<em class="parameter"><code><span class="type">GFileTest</span> flags</code></em>,
|
||||
gimp_datafiles_read_directories (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path_str</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-File-Utilities.html#GFileTest"><span class="type">GFileTest</span></a> flags</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimpbase-gimpdatafiles.html#GimpDatafileLoaderFunc" title="GimpDatafileLoaderFunc ()"><span class="type">GimpDatafileLoaderFunc</span></a> loader_func</code></em>,
|
||||
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -145,17 +135,17 @@ data path.</p>
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="GimpDatafileData.filename"></a>filename</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GimpDatafileData.filename"></a>filename</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>the data file's full path.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="GimpDatafileData.dirname"></a>dirname</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GimpDatafileData.dirname"></a>dirname</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>the folder the data file is is.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="GimpDatafileData.basename"></a>basename</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GimpDatafileData.basename"></a>basename</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>the data file's basename.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -181,7 +171,6 @@ data path.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpenv</title>
|
||||
<title>gimpenv: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpdatafiles.html" title="gimpdatafiles">
|
||||
<link rel="next" href="libgimpbase-gimpmemsize.html" title="gimpmemsize">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -48,42 +48,42 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpenv.html#gimp-directory" title="gimp_directory ()">gimp_directory</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpenv.html#gimp-data-directory" title="gimp_data_directory ()">gimp_data_directory</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpenv.html#gimp-locale-directory" title="gimp_locale_directory ()">gimp_locale_directory</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpenv.html#gimp-plug-in-directory" title="gimp_plug_in_directory ()">gimp_plug_in_directory</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpenv.html#gimp-sysconf-directory" title="gimp_sysconf_directory ()">gimp_sysconf_directory</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpenv.html#gimp-user-directory" title="gimp_user_directory ()">gimp_user_directory</a> <span class="c_punctuation">()</span>
|
||||
@ -91,14 +91,14 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpenv.html#gimp-personal-rc-file" title="gimp_personal_rc_file ()">gimp_personal_rc_file</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpenv.html#gimp-gtkrc" title="gimp_gtkrc ()">gimp_gtkrc</a> <span class="c_punctuation">()</span>
|
||||
@ -106,7 +106,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">GList</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpenv.html#gimp-path-parse" title="gimp_path_parse ()">gimp_path_parse</a> <span class="c_punctuation">()</span>
|
||||
@ -114,7 +114,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpenv.html#gimp-path-to-str" title="gimp_path_to_str ()">gimp_path_to_str</a> <span class="c_punctuation">()</span>
|
||||
@ -130,7 +130,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpenv.html#gimp-path-get-user-writable-dir" title="gimp_path_get_user_writable_dir ()">gimp_path_get_user_writable_dir</a> <span class="c_punctuation">()</span>
|
||||
@ -149,9 +149,9 @@ and configuration files.</p>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-env-init"></a><h3>gimp_env_init ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_env_init (<em class="parameter"><code><span class="type">gboolean</span> plug_in</code></em>);</pre>
|
||||
gimp_env_init (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> plug_in</code></em>);</pre>
|
||||
<p>You don't need to care about this function. It is being called for
|
||||
you automatically (by means of the <a href="/local/head/share/gtk-doc/html/libgimp/libgimp-Gimp.html#MAIN:CAPS"><code class="function">MAIN()</code></a> macro that every plug-in
|
||||
you automatically (by means of the <code class="function">MAIN()</code> macro that every plug-in
|
||||
runs). Calling it again will cause a fatal error.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.2.5"></a><h4>Parameters</h4>
|
||||
@ -163,17 +163,17 @@ runs). Calling it again will cause a fatal error.</p>
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>plug_in</p></td>
|
||||
<td class="parameter_description"><p>must be <code class="literal">TRUE</code> if this function is called from a plug-in</p></td>
|
||||
<td class="parameter_description"><p>must be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if this function is called from a plug-in</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-directory"></a><h3>gimp_directory ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_directory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<p>Returns the user-specific GIMP settings directory. If the
|
||||
environment variable GIMP2_DIRECTORY exists, it is used. If it is
|
||||
@ -194,13 +194,12 @@ UTF-8.)</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.3.7"></a><h4>Returns</h4>
|
||||
<p> The user-specific GIMP settings directory.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-data-directory"></a><h3>gimp_data_directory ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_data_directory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<p>Returns the top directory for GIMP data. If the environment
|
||||
variable GIMP2_DATADIR exists, that is used. It should be an
|
||||
@ -214,13 +213,12 @@ UTF-8.)</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.4.6"></a><h4>Returns</h4>
|
||||
<p> The top directory for GIMP data.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-locale-directory"></a><h3>gimp_locale_directory ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_locale_directory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<p>Returns the top directory for GIMP locale files. If the environment
|
||||
variable GIMP2_LOCALEDIR exists, that is used. It should be an
|
||||
@ -237,13 +235,12 @@ does not handle UTF-8.)</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.5.6"></a><h4>Returns</h4>
|
||||
<p> The top directory for GIMP locale files.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-plug-in-directory"></a><h3>gimp_plug_in_directory ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_plug_in_directory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<p>Returns the top directory for GIMP plug_ins and modules. If the
|
||||
environment variable GIMP2_PLUGINDIR exists, that is used. It
|
||||
@ -257,13 +254,12 @@ UTF-8.)</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.6.6"></a><h4>Returns</h4>
|
||||
<p> The top directory for GIMP plug_ins and modules.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-sysconf-directory"></a><h3>gimp_sysconf_directory ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_sysconf_directory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<p>Returns the top directory for GIMP config files. If the environment
|
||||
variable GIMP2_SYSCONFDIR exists, that is used. It should be an
|
||||
@ -277,16 +273,15 @@ UTF-8.).</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.7.6"></a><h4>Returns</h4>
|
||||
<p> The top directory for GIMP config files.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-user-directory"></a><h3>gimp_user_directory ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_user_directory (<em class="parameter"><code><a class="link" href="libgimpbase-gimpbaseenums.html#GimpUserDirectory" title="enum GimpUserDirectory"><span class="type">GimpUserDirectory</span></a> type</code></em>);</pre>
|
||||
<div class="warning"><p><code class="literal">gimp_user_directory</code> is deprecated and should not be used in newly-written code.</p></div>
|
||||
<p>This procedure is deprecated! Use <code class="function">g_get_user_special_dir()</code> instead.</p>
|
||||
<p>This procedure is deprecated! Use <a href="https://developer.gnome.org/glib/unstable/glib-Miscellaneous-Utility-Functions.html#g-get-user-special-dir"><code class="function">g_get_user_special_dir()</code></a> instead.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.8.7"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -304,20 +299,19 @@ gimp_user_directory (<em class="parameter"><code><a class="link" href="libgimpba
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.8.8"></a><h4>Returns</h4>
|
||||
<p> The path to the specified user directory, or <code class="literal">NULL</code> if the
|
||||
<p> The path to the specified user directory, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
||||
logical ID was not found.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-personal-rc-file"></a><h3>gimp_personal_rc_file ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
gimp_personal_rc_file (<em class="parameter"><code>const <span class="type">gchar</span> *basename</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_personal_rc_file (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *basename</code></em>);</pre>
|
||||
<p>Returns the name of a file in the user-specific GIMP settings directory.</p>
|
||||
<p>The returned string is allocated dynamically and *SHOULD* be freed
|
||||
with <code class="function">g_free()</code> after use. The returned string is in the encoding
|
||||
with <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> after use. The returned string is in the encoding
|
||||
used for filenames by GLib, which isn't necessarily
|
||||
UTF-8. (On Windows it always is UTF-8.)</p>
|
||||
<div class="refsect3">
|
||||
@ -338,13 +332,12 @@ UTF-8. (On Windows it always is UTF-8.)</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.9.7"></a><h4>Returns</h4>
|
||||
<p> The name of a file in the user-specific GIMP settings directory.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-gtkrc"></a><h3>gimp_gtkrc ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_gtkrc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<div class="warning"><p><code class="literal">gimp_gtkrc</code> is deprecated and should not be used in newly-written code.</p></div>
|
||||
<p>Returns the name of GIMP's application-specific gtkrc file.</p>
|
||||
@ -355,17 +348,16 @@ UTF-8.)</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.10.7"></a><h4>Returns</h4>
|
||||
<p> The name of GIMP's application-specific gtkrc file.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-path-parse"></a><h3>gimp_path_parse ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">GList</span> *
|
||||
gimp_path_parse (<em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> max_paths</code></em>,
|
||||
<em class="parameter"><code><span class="type">gboolean</span> check</code></em>,
|
||||
<em class="parameter"><code><span class="type">GList</span> **check_failed</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
||||
gimp_path_parse (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_paths</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> check</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **check_failed</code></em>);</pre>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.11.4"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -377,7 +369,7 @@ gimp_path_parse (<em class="parameter"><code>const <span class="type">gchar</spa
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>path</p></td>
|
||||
<td class="parameter_description"><p>A list of directories separated by <span class="type">G_SEARCHPATH_SEPARATOR</span>.</p></td>
|
||||
<td class="parameter_description"><p>A list of directories separated by <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"><span class="type">G_SEARCHPATH_SEPARATOR</span></a>.</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -387,12 +379,12 @@ gimp_path_parse (<em class="parameter"><code>const <span class="type">gchar</spa
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>check</p></td>
|
||||
<td class="parameter_description"><p><code class="literal">TRUE</code> if you want the directories to be checked.</p></td>
|
||||
<td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the directories to be checked.</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>check_failed</p></td>
|
||||
<td class="parameter_description"><p>Returns a <span class="type">GList</span> of path elements for which the
|
||||
<td class="parameter_description"><p>Returns a <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of path elements for which the
|
||||
check failed.</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
@ -401,16 +393,15 @@ check failed.</p></td>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.11.5"></a><h4>Returns</h4>
|
||||
<p> A <span class="type">GList</span> of all directories in <em class="parameter"><code>path</code></em>
|
||||
<p> A <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of all directories in <em class="parameter"><code>path</code></em>
|
||||
.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-path-to-str"></a><h3>gimp_path_to_str ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
gimp_path_to_str (<em class="parameter"><code><span class="type">GList</span> *path</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_path_to_str (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *path</code></em>);</pre>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.12.4"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -428,15 +419,14 @@ gimp_path_to_str (<em class="parameter"><code><span class="type">GList</span> *p
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.12.5"></a><h4>Returns</h4>
|
||||
<p> A searchpath string separated by <span class="type">G_SEARCHPATH_SEPARATOR</span>.</p>
|
||||
<p></p>
|
||||
<p> A searchpath string separated by <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"><span class="type">G_SEARCHPATH_SEPARATOR</span></a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-path-free"></a><h3>gimp_path_free ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_path_free (<em class="parameter"><code><span class="type">GList</span> *path</code></em>);</pre>
|
||||
gimp_path_free (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *path</code></em>);</pre>
|
||||
<p>This function frees the memory allocated for the list and the strings
|
||||
it contains.</p>
|
||||
<div class="refsect3">
|
||||
@ -458,9 +448,9 @@ it contains.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-path-get-user-writable-dir"></a><h3>gimp_path_get_user_writable_dir ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
gimp_path_get_user_writable_dir (<em class="parameter"><code><span class="type">GList</span> *path</code></em>);</pre>
|
||||
<p>Note that you have to <code class="function">g_free()</code> the returned string.</p>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_path_get_user_writable_dir (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *path</code></em>);</pre>
|
||||
<p>Note that you have to <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> the returned string.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.10.5.14.5"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -480,7 +470,6 @@ gimp_path_get_user_writable_dir (<em class="parameter"><code><span class="type">
|
||||
<a name="id-1.2.10.5.14.6"></a><h4>Returns</h4>
|
||||
<p> The first directory in <em class="parameter"><code>path</code></em>
|
||||
where the user has write permission.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -489,7 +478,6 @@ where the user has write permission.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimplimits</title>
|
||||
<title>gimplimits: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpversion.html" title="gimpversion">
|
||||
<link rel="next" href="libgimpbase-gimpparam.html" title="gimpparam">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -84,7 +84,7 @@
|
||||
</pre>
|
||||
<p>A large but arbitrary value that can be used when an upper limit
|
||||
for a memory size (in bytes) is needed. It is smaller than
|
||||
<code class="literal">G_MAXDOUBLE</code> since the <a href="/local/head/share/gtk-doc/html/libgimpwidgets/GimpMemsizeEntry.html"><span class="type">GimpMemsizeEntry</span></a> doesn't handle larger
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#G-MAXDOUBLE:CAPS"><code class="literal">G_MAXDOUBLE</code></a> since the <span class="type">GimpMemsizeEntry</span> doesn't handle larger
|
||||
values.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -129,7 +129,6 @@ than this value.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpmemsize</title>
|
||||
<title>gimpmemsize: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpenv.html" title="gimpenv">
|
||||
<link rel="next" href="libgimpbase-gimprectangle.html" title="gimprectangle">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -41,7 +41,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpmemsize.html#gimp-memsize-serialize" title="gimp_memsize_serialize ()">gimp_memsize_serialize</a> <span class="c_punctuation">()</span>
|
||||
@ -49,7 +49,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpmemsize.html#gimp-memsize-deserialize" title="gimp_memsize_deserialize ()">gimp_memsize_deserialize</a> <span class="c_punctuation">()</span>
|
||||
@ -57,7 +57,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpmemsize.html#gimp-memsize-to-string" title="gimp_memsize_to_string ()">gimp_memsize_to_string</a> <span class="c_punctuation">()</span>
|
||||
@ -79,7 +79,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">GParamSpec</span> *
|
||||
<a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpmemsize.html#gimp-param-spec-memsize" title="gimp_param_spec_memsize ()">gimp_param_spec_memsize</a> <span class="c_punctuation">()</span>
|
||||
@ -102,12 +102,12 @@
|
||||
<a name="libgimpbase-gimpmemsize.functions_details"></a><h2>Functions</h2>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-memsize-serialize"></a><h3>gimp_memsize_serialize ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
gimp_memsize_serialize (<em class="parameter"><code><span class="type">guint64</span> memsize</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_memsize_serialize (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> memsize</code></em>);</pre>
|
||||
<p>Creates a string representation of a given memory size. This string
|
||||
can be parsed by <a class="link" href="libgimpbase-gimpmemsize.html#gimp-memsize-deserialize" title="gimp_memsize_deserialize ()"><code class="function">gimp_memsize_deserialize()</code></a> and can thus be used in
|
||||
config files. It should not be displayed to the user. If you need a
|
||||
nice human-readable string please use <code class="function">g_format_size()</code>.</p>
|
||||
nice human-readable string please use <a href="https://developer.gnome.org/glib/unstable/glib-Miscellaneous-Utility-Functions.html#g-format-size"><code class="function">g_format_size()</code></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.11.5.2.5"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -127,16 +127,15 @@ nice human-readable string please use <code class="function">g_format_size()</co
|
||||
<a name="id-1.2.11.5.2.6"></a><h4>Returns</h4>
|
||||
<p> A newly allocated string representation of <em class="parameter"><code>memsize</code></em>
|
||||
.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-memsize-deserialize"></a><h3>gimp_memsize_deserialize ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gimp_memsize_deserialize (<em class="parameter"><code>const <span class="type">gchar</span> *string</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint64</span> *memsize</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_memsize_deserialize (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> *memsize</code></em>);</pre>
|
||||
<p>Parses a string representation of a memory size as returned by
|
||||
<a class="link" href="libgimpbase-gimpmemsize.html#gimp-memsize-serialize" title="gimp_memsize_serialize ()"><code class="function">gimp_memsize_serialize()</code></a>.</p>
|
||||
<div class="refsect3">
|
||||
@ -163,21 +162,20 @@ gimp_memsize_deserialize (<em class="parameter"><code>const <span class="type">g
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.11.5.3.6"></a><h4>Returns</h4>
|
||||
<p> <code class="literal">TRUE</code> if the <em class="parameter"><code>string</code></em>
|
||||
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>string</code></em>
|
||||
was successfully parsed and
|
||||
<em class="parameter"><code>memsize</code></em>
|
||||
has been set, <code class="literal">FALSE</code> otherwise.</p>
|
||||
<p></p>
|
||||
has been set, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-memsize-to-string"></a><h3>gimp_memsize_to_string ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
gimp_memsize_to_string (<em class="parameter"><code><span class="type">guint64</span> memsize</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_memsize_to_string (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> memsize</code></em>);</pre>
|
||||
<div class="warning"><p><code class="literal">gimp_memsize_to_string</code> is deprecated and should not be used in newly-written code.</p></div>
|
||||
<p>This function is deprecated! Use <code class="function">g_format_size()</code> instead.</p>
|
||||
<p>This function is deprecated! Use <a href="https://developer.gnome.org/glib/unstable/glib-Miscellaneous-Utility-Functions.html#g-format-size"><code class="function">g_format_size()</code></a> instead.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.11.5.4.6"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -196,7 +194,6 @@ gimp_memsize_to_string (<em class="parameter"><code><span class="type">guint64</
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.11.5.4.7"></a><h4>Returns</h4>
|
||||
<p> A newly allocated human-readable, translated string.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
@ -204,7 +201,7 @@ gimp_memsize_to_string (<em class="parameter"><code><span class="type">guint64</
|
||||
<a name="GIMP-TYPE-MEMSIZE:CAPS"></a><h3>GIMP_TYPE_MEMSIZE</h3>
|
||||
<pre class="programlisting">#define GIMP_TYPE_MEMSIZE (gimp_memsize_get_type ())
|
||||
</pre>
|
||||
<p><a class="link" href="libgimpbase-gimpmemsize.html#GIMP-TYPE-MEMSIZE:CAPS" title="GIMP_TYPE_MEMSIZE"><span class="type">GIMP_TYPE_MEMSIZE</span></a> is a <span class="type">GType</span> derived from <span class="type">G_TYPE_UINT64</span>.</p>
|
||||
<p><a class="link" href="libgimpbase-gimpmemsize.html#GIMP-TYPE-MEMSIZE:CAPS" title="GIMP_TYPE_MEMSIZE"><span class="type">GIMP_TYPE_MEMSIZE</span></a> is a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> derived from <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#G-TYPE-UINT64:CAPS"><span class="type">G_TYPE_UINT64</span></a>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
@ -212,30 +209,26 @@ gimp_memsize_to_string (<em class="parameter"><code><span class="type">guint64</
|
||||
<pre class="programlisting">#define GIMP_TYPE_PARAM_MEMSIZE (gimp_param_memsize_get_type ())
|
||||
</pre>
|
||||
<div class="warning"><p><code class="literal">GIMP_TYPE_PARAM_MEMSIZE</code> is deprecated and should not be used in newly-written code.</p></div>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-IS-PARAM-SPEC-MEMSIZE:CAPS"></a><h3>GIMP_IS_PARAM_SPEC_MEMSIZE()</h3>
|
||||
<pre class="programlisting">#define GIMP_IS_PARAM_SPEC_MEMSIZE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_MEMSIZE))
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-param-spec-memsize"></a><h3>gimp_param_spec_memsize ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">GParamSpec</span> *
|
||||
gimp_param_spec_memsize (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *nick</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *blurb</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint64</span> minimum</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint64</span> maximum</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint64</span> default_value</code></em>,
|
||||
<em class="parameter"><code><span class="type">GParamFlags</span> flags</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
|
||||
gimp_param_spec_memsize (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> minimum</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> maximum</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint64"><span class="type">guint64</span></a> default_value</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</pre>
|
||||
<p>Creates a param spec to hold a memory size value.
|
||||
See <code class="function">g_param_spec_internal()</code> for more information.</p>
|
||||
See <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#g-param-spec-internal"><code class="function">g_param_spec_internal()</code></a> for more information.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.11.5.8.5"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -277,7 +270,7 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>flags</p></td>
|
||||
<td class="parameter_description"><p>a combination of <span class="type">GParamFlags</span></p></td>
|
||||
<td class="parameter_description"><p>a combination of <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -285,18 +278,15 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.11.5.8.6"></a><h4>Returns</h4>
|
||||
<p> a newly allocated <span class="type">GParamSpec</span> instance</p>
|
||||
<p></p>
|
||||
<p> a newly allocated <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> instance</p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-VALUE-HOLDS-MEMSIZE:CAPS"></a><h3>GIMP_VALUE_HOLDS_MEMSIZE()</h3>
|
||||
<pre class="programlisting">#define GIMP_VALUE_HOLDS_MEMSIZE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_MEMSIZE))
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -304,7 +294,6 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpparam</title>
|
||||
<title>gimpparam: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimplimits.html" title="gimplimits">
|
||||
<link rel="next" href="libgimpbase-gimpchecks.html" title="gimpchecks">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -27,7 +27,7 @@
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2><span class="refentrytitle"><a name="libgimpbase-gimpparam.top_of_page"></a>gimpparam</span></h2>
|
||||
<p>gimpparam — Definitions of useful <span class="type">GParamFlags</span>.</p>
|
||||
<p>gimpparam — Definitions of useful <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a>.</p>
|
||||
</td>
|
||||
<td class="gallery_image" valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
@ -60,32 +60,32 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimpbase-gimpparam.description"></a><h2>Description</h2>
|
||||
<p>Definitions of useful <span class="type">GParamFlags</span>.</p>
|
||||
<p>Definitions of useful <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a>.</p>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimpbase-gimpparam.functions_details"></a><h2>Functions</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARAM-STATIC-STRINGS:CAPS"></a><h3>GIMP_PARAM_STATIC_STRINGS</h3>
|
||||
<pre class="programlisting">#define GIMP_PARAM_STATIC_STRINGS</pre>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARAM-READABLE:CAPS"></a><h3>GIMP_PARAM_READABLE</h3>
|
||||
<pre class="programlisting">#define GIMP_PARAM_READABLE</pre>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARAM-WRITABLE:CAPS"></a><h3>GIMP_PARAM_WRITABLE</h3>
|
||||
<pre class="programlisting">#define GIMP_PARAM_WRITABLE</pre>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARAM-READWRITE:CAPS"></a><h3>GIMP_PARAM_READWRITE</h3>
|
||||
<pre class="programlisting">#define GIMP_PARAM_READWRITE</pre>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -93,7 +93,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpparasite</title>
|
||||
<title>gimpparasite: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimprectangle.html" title="gimprectangle">
|
||||
<link rel="next" href="libgimpbase-gimpparasiteio.html" title="gimpparasiteio">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -66,7 +66,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpparasite.html#gimp-parasite-compare" title="gimp_parasite_compare ()">gimp_parasite_compare</a> <span class="c_punctuation">()</span>
|
||||
@ -74,7 +74,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpparasite.html#gimp-parasite-is-type" title="gimp_parasite_is_type ()">gimp_parasite_is_type</a> <span class="c_punctuation">()</span>
|
||||
@ -82,7 +82,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpparasite.html#gimp-parasite-is-persistent" title="gimp_parasite_is_persistent ()">gimp_parasite_is_persistent</a> <span class="c_punctuation">()</span>
|
||||
@ -90,7 +90,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpparasite.html#gimp-parasite-is-undoable" title="gimp_parasite_is_undoable ()">gimp_parasite_is_undoable</a> <span class="c_punctuation">()</span>
|
||||
@ -98,7 +98,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpparasite.html#gimp-parasite-has-flag" title="gimp_parasite_has_flag ()">gimp_parasite_has_flag</a> <span class="c_punctuation">()</span>
|
||||
@ -106,14 +106,14 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gulong</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpparasite.html#gimp-parasite-flags" title="gimp_parasite_flags ()">gimp_parasite_flags</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpparasite.html#gimp-parasite-name" title="gimp_parasite_name ()">gimp_parasite_name</a> <span class="c_punctuation">()</span>
|
||||
@ -121,7 +121,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gconstpointer</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="returnvalue">gconstpointer</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpparasite.html#gimp-parasite-data" title="gimp_parasite_data ()">gimp_parasite_data</a> <span class="c_punctuation">()</span>
|
||||
@ -129,7 +129,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">glong</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#glong"><span class="returnvalue">glong</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpparasite.html#gimp-parasite-data-size" title="gimp_parasite_data_size ()">gimp_parasite_data_size</a> <span class="c_punctuation">()</span>
|
||||
@ -175,7 +175,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">GParamSpec</span> *
|
||||
<a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpparasite.html#gimp-param-spec-parasite" title="gimp_param_spec_parasite ()">gimp_param_spec_parasite</a> <span class="c_punctuation">()</span>
|
||||
@ -222,242 +222,148 @@
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-new"></a><h3>gimp_parasite_new ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
|
||||
gimp_parasite_new (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint32</span> flags</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint32</span> size</code></em>,
|
||||
<em class="parameter"><code><span class="type">gconstpointer</span> data</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.2.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
gimp_parasite_new (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> flags</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> size</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> data</code></em>);</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-free"></a><h3>gimp_parasite_free ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_parasite_free (<em class="parameter"><code><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-copy"></a><h3>gimp_parasite_copy ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="returnvalue">GimpParasite</span></a> *
|
||||
gimp_parasite_copy (<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.4.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-compare"></a><h3>gimp_parasite_compare ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_parasite_compare (<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *a</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *b</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.5.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-is-type"></a><h3>gimp_parasite_is_type ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_parasite_is_type (<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.6.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-is-persistent"></a><h3>gimp_parasite_is_persistent ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_parasite_is_persistent (<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.7.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-is-undoable"></a><h3>gimp_parasite_is_undoable ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_parasite_is_undoable (<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.8.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-has-flag"></a><h3>gimp_parasite_has_flag ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_parasite_has_flag (<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>,
|
||||
<em class="parameter"><code><span class="type">gulong</span> flag</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.9.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> flag</code></em>);</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-flags"></a><h3>gimp_parasite_flags ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a>
|
||||
gimp_parasite_flags (<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.10.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-name"></a><h3>gimp_parasite_name ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_parasite_name (<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.11.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-data"></a><h3>gimp_parasite_data ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gconstpointer</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="returnvalue">gconstpointer</span></a>
|
||||
gimp_parasite_data (<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.12.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-parasite-data-size"></a><h3>gimp_parasite_data_size ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">glong</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#glong"><span class="returnvalue">glong</span></a>
|
||||
gimp_parasite_data_size (<em class="parameter"><code>const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite" title="GimpParasite"><span class="type">GimpParasite</span></a> *parasite</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.13.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARASITE-ATTACH-PARENT:CAPS"></a><h3>GIMP_PARASITE_ATTACH_PARENT</h3>
|
||||
<pre class="programlisting">#define GIMP_PARASITE_ATTACH_PARENT (0x80 << 8)
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARASITE-PARENT-PERSISTENT:CAPS"></a><h3>GIMP_PARASITE_PARENT_PERSISTENT</h3>
|
||||
<pre class="programlisting">#define GIMP_PARASITE_PARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 8)
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARASITE-PARENT-UNDOABLE:CAPS"></a><h3>GIMP_PARASITE_PARENT_UNDOABLE</h3>
|
||||
<pre class="programlisting">#define GIMP_PARASITE_PARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 8)
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARASITE-ATTACH-GRANDPARENT:CAPS"></a><h3>GIMP_PARASITE_ATTACH_GRANDPARENT</h3>
|
||||
<pre class="programlisting">#define GIMP_PARASITE_ATTACH_GRANDPARENT (0x80 << 16)
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARASITE-GRANDPARENT-PERSISTENT:CAPS"></a><h3>GIMP_PARASITE_GRANDPARENT_PERSISTENT</h3>
|
||||
<pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 16)
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARASITE-GRANDPARENT-UNDOABLE:CAPS"></a><h3>GIMP_PARASITE_GRANDPARENT_UNDOABLE</h3>
|
||||
<pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE << 16)
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-TYPE-PARASITE:CAPS"></a><h3>GIMP_TYPE_PARASITE</h3>
|
||||
<pre class="programlisting">#define GIMP_TYPE_PARASITE (gimp_parasite_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-TYPE-PARAM-PARASITE:CAPS"></a><h3>GIMP_TYPE_PARAM_PARASITE</h3>
|
||||
<pre class="programlisting">#define GIMP_TYPE_PARAM_PARASITE (gimp_param_parasite_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-IS-PARAM-SPEC-PARASITE:CAPS"></a><h3>GIMP_IS_PARAM_SPEC_PARASITE()</h3>
|
||||
<pre class="programlisting">#define GIMP_IS_PARAM_SPEC_PARASITE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_PARASITE))
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-param-spec-parasite"></a><h3>gimp_param_spec_parasite ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">GParamSpec</span> *
|
||||
gimp_param_spec_parasite (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *nick</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *blurb</code></em>,
|
||||
<em class="parameter"><code><span class="type">GParamFlags</span> flags</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.13.6.23.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
|
||||
gimp_param_spec_parasite (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-VALUE-HOLDS-PARASITE:CAPS"></a><h3>GIMP_VALUE_HOLDS_PARASITE()</h3>
|
||||
<pre class="programlisting">#define GIMP_VALUE_HOLDS_PARASITE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_PARASITE))
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -472,35 +378,28 @@ gimp_param_spec_parasite (<em class="parameter"><code>const <span class="type">g
|
||||
* responsible for tracking byte order */
|
||||
} GimpParasite;
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARASITE-PERSISTENT:CAPS"></a><h3>GIMP_PARASITE_PERSISTENT</h3>
|
||||
<pre class="programlisting">#define GIMP_PARASITE_PERSISTENT 1
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-PARASITE-UNDOABLE:CAPS"></a><h3>GIMP_PARASITE_UNDOABLE</h3>
|
||||
<pre class="programlisting">#define GIMP_PARASITE_UNDOABLE 2
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimpbase-gimpparasite.see-also"></a><h2>See Also</h2>
|
||||
<p>gimp_image_parasite_attach(),
|
||||
<a href="/local/head/share/gtk-doc/html/libgimp/libgimp-gimpdrawable.html#gimp-drawable-parasite-attach"><code class="function">gimp_drawable_parasite_attach()</code></a>, <a href="/local/head/share/gtk-doc/html/libgimp/libgimp-Gimp.html#gimp-parasite-attach"><code class="function">gimp_parasite_attach()</code></a>
|
||||
<code class="function">gimp_drawable_parasite_attach()</code>, <code class="function">gimp_parasite_attach()</code>
|
||||
and their related functions.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpparasiteio</title>
|
||||
<title>gimpparasiteio: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpparasite.html" title="gimpparasite">
|
||||
<link rel="next" href="libgimpbase-gimpsignal.html" title="gimpsignal">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -58,7 +58,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-build" title="gimp_pixpipe_params_build ()">gimp_pixpipe_params_build</a> <span class="c_punctuation">()</span>
|
||||
@ -97,29 +97,19 @@
|
||||
<a name="gimp-pixpipe-params-init"></a><h3>gimp_pixpipe_params_init ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_pixpipe_params_init (<em class="parameter"><code><a class="link" href="libgimpbase-gimpparasiteio.html#GimpPixPipeParams" title="struct GimpPixPipeParams"><span class="type">GimpPixPipeParams</span></a> *params</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-pixpipe-params-parse"></a><h3>gimp_pixpipe_params_parse ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_pixpipe_params_parse (<em class="parameter"><code>const <span class="type">gchar</span> *parameters</code></em>,
|
||||
gimp_pixpipe_params_parse (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *parameters</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimpbase-gimpparasiteio.html#GimpPixPipeParams" title="struct GimpPixPipeParams"><span class="type">GimpPixPipeParams</span></a> *params</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-pixpipe-params-build"></a><h3>gimp_pixpipe_params_build ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_pixpipe_params_build (<em class="parameter"><code><a class="link" href="libgimpbase-gimpparasiteio.html#GimpPixPipeParams" title="struct GimpPixPipeParams"><span class="type">GimpPixPipeParams</span></a> *params</code></em>);</pre>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.14.6.4.5"></a><h4>Returns</h4>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -128,8 +118,6 @@ gimp_pixpipe_params_build (<em class="parameter"><code><a class="link" href="lib
|
||||
<a name="GIMP-PIXPIPE-MAXDIM:CAPS"></a><h3>GIMP_PIXPIPE_MAXDIM</h3>
|
||||
<pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
@ -149,8 +137,6 @@ gimp_pixpipe_params_build (<em class="parameter"><code><a class="link" href="lib
|
||||
gboolean free_selection_string;
|
||||
};
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -159,7 +145,6 @@ gimp_pixpipe_params_build (<em class="parameter"><code><a class="link" href="lib
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimprectangle</title>
|
||||
<title>gimprectangle: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpmemsize.html" title="gimpmemsize">
|
||||
<link rel="next" href="libgimpbase-gimpparasite.html" title="gimpparasite">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -41,7 +41,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimprectangle.html#gimp-rectangle-intersect" title="gimp_rectangle_intersect ()">gimp_rectangle_intersect</a> <span class="c_punctuation">()</span>
|
||||
@ -66,19 +66,19 @@
|
||||
<a name="libgimpbase-gimprectangle.functions_details"></a><h2>Functions</h2>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-rectangle-intersect"></a><h3>gimp_rectangle_intersect ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gimp_rectangle_intersect (<em class="parameter"><code><span class="type">gint</span> x1</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> y1</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> width1</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> height1</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> x2</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> y2</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> width2</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> height2</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> *dest_x</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> *dest_y</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> *dest_width</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> *dest_height</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_rectangle_intersect (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x1</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y1</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width1</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height1</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x2</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y2</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width2</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height2</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_x</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_y</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_width</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_height</code></em>);</pre>
|
||||
<p>Calculates the intersection of two rectangles.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.12.5.2.5"></a><h4>Parameters</h4>
|
||||
@ -131,22 +131,22 @@ gimp_rectangle_intersect (<em class="parameter"><code><span class="type">gint</s
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>dest_x</p></td>
|
||||
<td class="parameter_description"><p>return location for origin of intersection (may be <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for origin of intersection (may be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>dest_y</p></td>
|
||||
<td class="parameter_description"><p>return location for origin of intersection (may be <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for origin of intersection (may be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>dest_width</p></td>
|
||||
<td class="parameter_description"><p>return location for width of intersection (may be <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for width of intersection (may be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>dest_height</p></td>
|
||||
<td class="parameter_description"><p>return location for height of intersection (may be <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for height of intersection (may be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -154,27 +154,26 @@ gimp_rectangle_intersect (<em class="parameter"><code><span class="type">gint</s
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.12.5.2.6"></a><h4>Returns</h4>
|
||||
<p> <code class="literal">TRUE</code> if the intersection is non-empty, <code class="literal">FALSE</code> otherwise</p>
|
||||
<p></p>
|
||||
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the intersection is non-empty, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-rectangle-union"></a><h3>gimp_rectangle_union ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_rectangle_union (<em class="parameter"><code><span class="type">gint</span> x1</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> y1</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> width1</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> height1</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> x2</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> y2</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> width2</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> height2</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> *dest_x</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> *dest_y</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> *dest_width</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> *dest_height</code></em>);</pre>
|
||||
gimp_rectangle_union (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x1</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y1</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width1</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height1</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x2</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y2</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width2</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height2</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_x</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_y</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_width</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_height</code></em>);</pre>
|
||||
<p>Calculates the union of two rectangles.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.12.5.3.5"></a><h4>Parameters</h4>
|
||||
@ -227,28 +226,28 @@ gimp_rectangle_union (<em class="parameter"><code><span class="type">gint</span>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>dest_x</p></td>
|
||||
<td class="parameter_description"><p>return location for origin of union (may be <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for origin of union (may be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>dest_y</p></td>
|
||||
<td class="parameter_description"><p>return location for origin of union (may be <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for origin of union (may be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>dest_width</p></td>
|
||||
<td class="parameter_description"><p>return location for width of union (may be <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for width of union (may be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>dest_height</p></td>
|
||||
<td class="parameter_description"><p>return location for height of union (may be <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for height of union (may be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.8</p>
|
||||
<p class="since">Since: GIMP 2.8</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -256,7 +255,6 @@ gimp_rectangle_union (<em class="parameter"><code><span class="type">gint</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpsignal</title>
|
||||
<title>gimpsignal: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpparasiteio.html" title="gimpparasiteio">
|
||||
<link rel="next" href="libgimpbase-gimpunit.html" title="gimpunit">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -67,7 +67,7 @@
|
||||
<div class="refsect2">
|
||||
<a name="GimpSignalHandlerFunc"></a><h3>GimpSignalHandlerFunc ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
<span class="c_punctuation">(</span>*GimpSignalHandlerFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">gint</span> signum</code></em>);</pre>
|
||||
<span class="c_punctuation">(</span>*GimpSignalHandlerFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> signum</code></em>);</pre>
|
||||
<p>A prototype for a reference to a signal handler functions. Note
|
||||
that each function which takes or returns a variable of this type
|
||||
also accepts or may return special values defined by your system's
|
||||
@ -95,9 +95,9 @@ handled by a single handler.</p></td>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-signal-private"></a><h3>gimp_signal_private ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc" title="GimpSignalHandlerFunc ()"><span class="returnvalue">GimpSignalHandlerFunc</span></a>
|
||||
gimp_signal_private (<em class="parameter"><code><span class="type">gint</span> signum</code></em>,
|
||||
gimp_signal_private (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> signum</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc" title="GimpSignalHandlerFunc ()"><span class="type">GimpSignalHandlerFunc</span></a> handler</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> flags</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> flags</code></em>);</pre>
|
||||
<p>This function furnishes a workalike for signal(2) but
|
||||
which internally invokes sigaction(2) after certain
|
||||
sa_flags are set; these primarily to ensure restarting
|
||||
@ -150,7 +150,6 @@ struct.</p></td>
|
||||
<a name="id-1.2.15.5.3.7"></a><h4>Returns</h4>
|
||||
<p> A reference to the signal handling function which was
|
||||
active before the call to <a class="link" href="libgimpbase-gimpsignal.html#gimp-signal-private" title="gimp_signal_private ()"><code class="function">gimp_signal_private()</code></a>.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -163,7 +162,6 @@ active before the call to <a class="link" href="libgimpbase-gimpsignal.html#gimp
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpunit</title>
|
||||
<title>gimpunit: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpsignal.html" title="gimpsignal">
|
||||
<link rel="next" href="libgimpbase-gimputils.html" title="gimputils">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -42,7 +42,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gint</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-get-number-of-units" title="gimp_unit_get_number_of_units ()">gimp_unit_get_number_of_units</a> <span class="c_punctuation">()</span>
|
||||
@ -50,7 +50,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gint</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-get-number-of-built-in-units" title="gimp_unit_get_number_of_built_in_units ()">gimp_unit_get_number_of_built_in_units</a> <span class="c_punctuation">()</span>
|
||||
@ -66,7 +66,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-get-deletion-flag" title="gimp_unit_get_deletion_flag ()">gimp_unit_get_deletion_flag</a> <span class="c_punctuation">()</span>
|
||||
@ -82,7 +82,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gdouble</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-get-factor" title="gimp_unit_get_factor ()">gimp_unit_get_factor</a> <span class="c_punctuation">()</span>
|
||||
@ -90,42 +90,42 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gint</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-get-digits" title="gimp_unit_get_digits ()">gimp_unit_get_digits</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-get-identifier" title="gimp_unit_get_identifier ()">gimp_unit_get_identifier</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-get-symbol" title="gimp_unit_get_symbol ()">gimp_unit_get_symbol</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-get-abbreviation" title="gimp_unit_get_abbreviation ()">gimp_unit_get_abbreviation</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-get-singular" title="gimp_unit_get_singular ()">gimp_unit_get_singular</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-get-plural" title="gimp_unit_get_plural ()">gimp_unit_get_plural</a> <span class="c_punctuation">()</span>
|
||||
@ -133,7 +133,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-format-string" title="gimp_unit_format_string ()">gimp_unit_format_string</a> <span class="c_punctuation">()</span>
|
||||
@ -141,7 +141,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gdouble</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-pixels-to-units" title="gimp_pixels_to_units ()">gimp_pixels_to_units</a> <span class="c_punctuation">()</span>
|
||||
@ -149,7 +149,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gdouble</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-units-to-pixels" title="gimp_units_to_pixels ()">gimp_units_to_pixels</a> <span class="c_punctuation">()</span>
|
||||
@ -157,7 +157,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gdouble</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-units-to-points" title="gimp_units_to_points ()">gimp_units_to_points</a> <span class="c_punctuation">()</span>
|
||||
@ -179,7 +179,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">GParamSpec</span> *
|
||||
<a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-param-spec-unit" title="gimp_param_spec_unit ()">gimp_param_spec_unit</a> <span class="c_punctuation">()</span>
|
||||
@ -216,19 +216,18 @@ creating user-defined units.</p>
|
||||
<a name="libgimpbase-gimpunit.functions_details"></a><h2>Functions</h2>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-get-number-of-units"></a><h3>gimp_unit_get_number_of_units ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gint</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
gimp_unit_get_number_of_units (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<p>Returns the number of units which are known to the <a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> system.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.2.5"></a><h4>Returns</h4>
|
||||
<p> The number of defined units.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-get-number-of-built-in-units"></a><h3>gimp_unit_get_number_of_built_in_units ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gint</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
gimp_unit_get_number_of_built_in_units
|
||||
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<p>Returns the number of <a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a>'s which are hardcoded in the unit system
|
||||
@ -237,23 +236,22 @@ gimp_unit_get_number_of_built_in_units
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.3.5"></a><h4>Returns</h4>
|
||||
<p> The number of built-in units.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-new"></a><h3>gimp_unit_new ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="returnvalue">GimpUnit</span></a>
|
||||
gimp_unit_new (<em class="parameter"><code><span class="type">gchar</span> *identifier</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> factor</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> digits</code></em>,
|
||||
<em class="parameter"><code><span class="type">gchar</span> *symbol</code></em>,
|
||||
<em class="parameter"><code><span class="type">gchar</span> *abbreviation</code></em>,
|
||||
<em class="parameter"><code><span class="type">gchar</span> *singular</code></em>,
|
||||
<em class="parameter"><code><span class="type">gchar</span> *plural</code></em>);</pre>
|
||||
gimp_unit_new (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *identifier</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> factor</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> digits</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *symbol</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *abbreviation</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *singular</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *plural</code></em>);</pre>
|
||||
<p>Returns the integer ID of the new <a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a>.</p>
|
||||
<p>Note that a new unit is always created with it's deletion flag
|
||||
set to <code class="literal">TRUE</code>. You will have to set it to <code class="literal">FALSE</code> with
|
||||
set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. You will have to set it to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> with
|
||||
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-set-deletion-flag" title="gimp_unit_set_deletion_flag ()"><code class="function">gimp_unit_set_deletion_flag()</code></a> to make the unit definition persistent.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.4.6"></a><h4>Parameters</h4>
|
||||
@ -305,13 +303,12 @@ set to <code class="literal">TRUE</code>. You will have to set it to <code class
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.4.7"></a><h4>Returns</h4>
|
||||
<p> The ID of the new unit.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-get-deletion-flag"></a><h3>gimp_unit_get_deletion_flag ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_unit_get_deletion_flag (<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.5.4"></a><h4>Parameters</h4>
|
||||
@ -333,7 +330,6 @@ of.</p></td>
|
||||
<a name="id-1.2.16.6.5.5"></a><h4>Returns</h4>
|
||||
<p> The unit's <em class="parameter"><code>deletion_flag</code></em>
|
||||
.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
@ -341,11 +337,11 @@ of.</p></td>
|
||||
<a name="gimp-unit-set-deletion-flag"></a><h3>gimp_unit_set_deletion_flag ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gimp_unit_set_deletion_flag (<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>,
|
||||
<em class="parameter"><code><span class="type">gboolean</span> deletion_flag</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> deletion_flag</code></em>);</pre>
|
||||
<p>Sets a <a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a>'s <em class="parameter"><code>deletion_flag</code></em>
|
||||
. If the <em class="parameter"><code>deletion_flag</code></em>
|
||||
of a unit is
|
||||
<code class="literal">TRUE</code> when GIMP exits, this unit will not be saved in the users's
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when GIMP exits, this unit will not be saved in the users's
|
||||
"unitrc" file.</p>
|
||||
<p>Trying to change the <em class="parameter"><code>deletion_flag</code></em>
|
||||
of a built-in unit will be silently
|
||||
@ -377,7 +373,7 @@ for.</p></td>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-get-factor"></a><h3>gimp_unit_get_factor ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gdouble</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
||||
gimp_unit_get_factor (<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre>
|
||||
<p>A <a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a>'s <em class="parameter"><code>factor</code></em>
|
||||
is defined to be:</p>
|
||||
@ -403,13 +399,12 @@ gimp_unit_get_factor (<em class="parameter"><code><a class="link" href="libgimpb
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.7.8"></a><h4>Returns</h4>
|
||||
<p> The unit's factor.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-get-digits"></a><h3>gimp_unit_get_digits ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gint</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
||||
gimp_unit_get_digits (<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre>
|
||||
<p>Returns the number of digits an entry field should provide to get
|
||||
approximately the same accuracy as an inch input field with two digits.</p>
|
||||
@ -433,13 +428,12 @@ approximately the same accuracy as an inch input field with two digits.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.8.7"></a><h4>Returns</h4>
|
||||
<p> The suggested number of digits.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-get-identifier"></a><h3>gimp_unit_get_identifier ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_unit_get_identifier (<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre>
|
||||
<p>This is an unstranslated string and must not be changed or freed.</p>
|
||||
<div class="refsect3">
|
||||
@ -460,13 +454,12 @@ gimp_unit_get_identifier (<em class="parameter"><code><a class="link" href="libg
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.9.6"></a><h4>Returns</h4>
|
||||
<p> The unit's identifier.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-get-symbol"></a><h3>gimp_unit_get_symbol ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_unit_get_symbol (<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre>
|
||||
<p>This is e.g. "''" for UNIT_INCH.</p>
|
||||
<p>NOTE: This string must not be changed or freed.</p>
|
||||
@ -488,13 +481,12 @@ gimp_unit_get_symbol (<em class="parameter"><code><a class="link" href="libgimpb
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.10.7"></a><h4>Returns</h4>
|
||||
<p> The unit's symbol.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-get-abbreviation"></a><h3>gimp_unit_get_abbreviation ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_unit_get_abbreviation (<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre>
|
||||
<p>For built-in units, this function returns the translated abbreviation
|
||||
of the unit.</p>
|
||||
@ -517,13 +509,12 @@ of the unit.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.11.7"></a><h4>Returns</h4>
|
||||
<p> The unit's abbreviation.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-get-singular"></a><h3>gimp_unit_get_singular ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_unit_get_singular (<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre>
|
||||
<p>For built-in units, this function returns the translated singular form
|
||||
of the unit's name.</p>
|
||||
@ -546,13 +537,12 @@ of the unit's name.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.12.7"></a><h4>Returns</h4>
|
||||
<p> The unit's singular form.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-get-plural"></a><h3>gimp_unit_get_plural ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_unit_get_plural (<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre>
|
||||
<p>For built-in units, this function returns the translated plural form
|
||||
of the unit's name.</p>
|
||||
@ -575,14 +565,13 @@ of the unit's name.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.13.7"></a><h4>Returns</h4>
|
||||
<p> The unit's plural form.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-unit-format-string"></a><h3>gimp_unit_format_string ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
gimp_unit_format_string (<em class="parameter"><code>const <span class="type">gchar</span> *format</code></em>,
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_unit_format_string (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *format</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>);</pre>
|
||||
<p>The <em class="parameter"><code>format</code></em>
|
||||
string supports the following percent expansions:</p>
|
||||
@ -646,17 +635,16 @@ string.</p></td>
|
||||
<p> A newly allocated string with above percent expressions
|
||||
replaced with the resp. strings for <em class="parameter"><code>unit</code></em>
|
||||
.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.8</p>
|
||||
<p class="since">Since: GIMP 2.8</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-pixels-to-units"></a><h3>gimp_pixels_to_units ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gdouble</span>
|
||||
gimp_pixels_to_units (<em class="parameter"><code><span class="type">gdouble</span> pixels</code></em>,
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
||||
gimp_pixels_to_units (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> pixels</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> resolution</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> resolution</code></em>);</pre>
|
||||
<p>Converts a <em class="parameter"><code>value</code></em>
|
||||
specified in pixels to <em class="parameter"><code>unit</code></em>
|
||||
.</p>
|
||||
@ -691,17 +679,16 @@ gimp_pixels_to_units (<em class="parameter"><code><span class="type">gdouble</sp
|
||||
<a name="id-1.2.16.6.15.6"></a><h4>Returns</h4>
|
||||
<p> <em class="parameter"><code>pixels</code></em>
|
||||
converted to units.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.8</p>
|
||||
<p class="since">Since: GIMP 2.8</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-units-to-pixels"></a><h3>gimp_units_to_pixels ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gdouble</span>
|
||||
gimp_units_to_pixels (<em class="parameter"><code><span class="type">gdouble</span> value</code></em>,
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
||||
gimp_units_to_pixels (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> resolution</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> resolution</code></em>);</pre>
|
||||
<p>Converts a <em class="parameter"><code>value</code></em>
|
||||
specified in <em class="parameter"><code>unit</code></em>
|
||||
to pixels.</p>
|
||||
@ -737,17 +724,16 @@ gimp_units_to_pixels (<em class="parameter"><code><span class="type">gdouble</sp
|
||||
<a name="id-1.2.16.6.16.6"></a><h4>Returns</h4>
|
||||
<p> <em class="parameter"><code>value</code></em>
|
||||
converted to pixels.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.8</p>
|
||||
<p class="since">Since: GIMP 2.8</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-units-to-points"></a><h3>gimp_units_to_points ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gdouble</span>
|
||||
gimp_units_to_points (<em class="parameter"><code><span class="type">gdouble</span> value</code></em>,
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
||||
gimp_units_to_points (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> unit</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> resolution</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> resolution</code></em>);</pre>
|
||||
<p>Converts a <em class="parameter"><code>value</code></em>
|
||||
specified in <em class="parameter"><code>unit</code></em>
|
||||
to points.</p>
|
||||
@ -783,46 +769,41 @@ gimp_units_to_points (<em class="parameter"><code><span class="type">gdouble</sp
|
||||
<a name="id-1.2.16.6.17.6"></a><h4>Returns</h4>
|
||||
<p> <em class="parameter"><code>value</code></em>
|
||||
converted to points.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.8</p>
|
||||
<p class="since">Since: GIMP 2.8</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-TYPE-UNIT:CAPS"></a><h3>GIMP_TYPE_UNIT</h3>
|
||||
<pre class="programlisting">#define GIMP_TYPE_UNIT (gimp_unit_get_type ())
|
||||
</pre>
|
||||
<p><a class="link" href="libgimpbase-gimpunit.html#GIMP-TYPE-UNIT:CAPS" title="GIMP_TYPE_UNIT"><span class="type">GIMP_TYPE_UNIT</span></a> is a <span class="type">GType</span> derived from <span class="type">G_TYPE_INT</span>.</p>
|
||||
<p><a class="link" href="libgimpbase-gimpunit.html#GIMP-TYPE-UNIT:CAPS" title="GIMP_TYPE_UNIT"><span class="type">GIMP_TYPE_UNIT</span></a> is a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> derived from <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#G-TYPE-INT:CAPS"><span class="type">G_TYPE_INT</span></a>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-TYPE-PARAM-UNIT:CAPS"></a><h3>GIMP_TYPE_PARAM_UNIT</h3>
|
||||
<pre class="programlisting">#define GIMP_TYPE_PARAM_UNIT (gimp_param_unit_get_type ())
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-IS-PARAM-SPEC-UNIT:CAPS"></a><h3>GIMP_IS_PARAM_SPEC_UNIT()</h3>
|
||||
<pre class="programlisting">#define GIMP_IS_PARAM_SPEC_UNIT(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_UNIT))
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-param-spec-unit"></a><h3>gimp_param_spec_unit ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">GParamSpec</span> *
|
||||
gimp_param_spec_unit (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *nick</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *blurb</code></em>,
|
||||
<em class="parameter"><code><span class="type">gboolean</span> allow_pixels</code></em>,
|
||||
<em class="parameter"><code><span class="type">gboolean</span> allow_percent</code></em>,
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
|
||||
gimp_param_spec_unit (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nick</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *blurb</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> allow_pixels</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> allow_percent</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a> default_value</code></em>,
|
||||
<em class="parameter"><code><span class="type">GParamFlags</span> flags</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a> flags</code></em>);</pre>
|
||||
<p>Creates a param spec to hold a units param.
|
||||
See <code class="function">g_param_spec_internal()</code> for more information.</p>
|
||||
See <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#g-param-spec-internal"><code class="function">g_param_spec_internal()</code></a> for more information.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.21.5"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -864,7 +845,7 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>flags</p></td>
|
||||
<td class="parameter_description"><p>a combination of <span class="type">GParamFlags</span></p></td>
|
||||
<td class="parameter_description"><p>a combination of <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamFlags"><span class="type">GParamFlags</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -872,28 +853,23 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.6.21.6"></a><h4>Returns</h4>
|
||||
<p> a newly allocated <span class="type">GParamSpec</span> instance</p>
|
||||
<p></p>
|
||||
<p> a newly allocated <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> instance</p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-VALUE-HOLDS-UNIT:CAPS"></a><h3>GIMP_VALUE_HOLDS_UNIT()</h3>
|
||||
<pre class="programlisting">#define GIMP_VALUE_HOLDS_UNIT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_UNIT))
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimpbase-gimpunit.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GimpUnit"></a><h3>enum GimpUnit</h3>
|
||||
<p>
|
||||
</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.16.7.2.4"></a><h4>Members</h4>
|
||||
<a name="id-1.2.16.7.2.3"></a><h4>Members</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="300px" class="enum_members_name">
|
||||
@ -903,38 +879,38 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-UNIT-PIXEL:CAPS"></a>GIMP_UNIT_PIXEL</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-UNIT-INCH:CAPS"></a>GIMP_UNIT_INCH</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-UNIT-MM:CAPS"></a>GIMP_UNIT_MM</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-UNIT-POINT:CAPS"></a>GIMP_UNIT_POINT</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-UNIT-PICA:CAPS"></a>GIMP_UNIT_PICA</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-UNIT-END:CAPS"></a>GIMP_UNIT_END</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-UNIT-PERCENT:CAPS"></a>GIMP_UNIT_PERCENT</p></td>
|
||||
<td class="enum_member_description"> </td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -943,11 +919,10 @@ See <code class="function">g_param_spec_internal()</code> for more information.<
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimpbase-gimpunit.see-also"></a><h2>See Also</h2>
|
||||
<p><a href="/local/head/share/gtk-doc/html/libgimpwidgets/GimpUnitMenu.html"><span class="type">GimpUnitMenu</span></a>, <a href="/local/head/share/gtk-doc/html/libgimpwidgets/GimpSizeEntry.html"><span class="type">GimpSizeEntry</span></a>.</p>
|
||||
<p><span class="type">GimpUnitMenu</span>, <span class="type">GimpSizeEntry</span>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimputils</title>
|
||||
<title>gimputils: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpunit.html" title="gimpunit">
|
||||
<link rel="next" href="libgimpbase-index.html" title="Index">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -41,14 +41,14 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-any-to-utf8" title="gimp_any_to_utf8 ()">gimp_any_to_utf8</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-filename-to-utf8" title="gimp_filename_to_utf8 ()">gimp_filename_to_utf8</a> <span class="c_punctuation">()</span>
|
||||
@ -56,7 +56,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-utf8-strtrim" title="gimp_utf8_strtrim ()">gimp_utf8_strtrim</a> <span class="c_punctuation">()</span>
|
||||
@ -64,7 +64,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-escape-uline" title="gimp_escape_uline ()">gimp_escape_uline</a> <span class="c_punctuation">()</span>
|
||||
@ -72,7 +72,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-strip-uline" title="gimp_strip_uline ()">gimp_strip_uline</a> <span class="c_punctuation">()</span>
|
||||
@ -80,7 +80,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-canonicalize-identifier" title="gimp_canonicalize_identifier ()">gimp_canonicalize_identifier</a> <span class="c_punctuation">()</span>
|
||||
@ -96,21 +96,21 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-enum-get-value" title="gimp_enum_get_value ()">gimp_enum_get_value</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-enum-value-get-desc" title="gimp_enum_value_get_desc ()">gimp_enum_value_get_desc</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-enum-value-get-help" title="gimp_enum_value_get_help ()">gimp_enum_value_get_help</a> <span class="c_punctuation">()</span>
|
||||
@ -126,21 +126,21 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-flags-get-first-value" title="gimp_flags_get_first_value ()">gimp_flags_get_first_value</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-flags-value-get-desc" title="gimp_flags_value_get_desc ()">gimp_flags_value_get_desc</a> <span class="c_punctuation">()</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
||||
<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimpbase-gimputils.html#gimp-flags-value-get-help" title="gimp_flags_value_get_help ()">gimp_flags_value_get_help</a> <span class="c_punctuation">()</span>
|
||||
@ -157,16 +157,16 @@
|
||||
<a name="libgimpbase-gimputils.functions_details"></a><h2>Functions</h2>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-any-to-utf8"></a><h3>gimp_any_to_utf8 ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
gimp_any_to_utf8 (<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>,
|
||||
<em class="parameter"><code><span class="type">gssize</span> len</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *warning_format</code></em>,
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_any_to_utf8 (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gssize"><span class="type">gssize</span></a> len</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *warning_format</code></em>,
|
||||
<em class="parameter"><code>...</code></em>);</pre>
|
||||
<p>This function takes any string (UTF-8 or not) and always returns a valid
|
||||
UTF-8 string.</p>
|
||||
<p>If <em class="parameter"><code>str</code></em>
|
||||
is valid UTF-8, a copy of the string is returned.</p>
|
||||
<p>If UTF-8 validation fails, <code class="function">g_locale_to_utf8()</code> is tried and if it
|
||||
<p>If UTF-8 validation fails, <a href="https://developer.gnome.org/glib/unstable/glib-Character-Set-Conversion.html#g-locale-to-utf8"><code class="function">g_locale_to_utf8()</code></a> is tried and if it
|
||||
succeeds the resulting string is returned.</p>
|
||||
<p>Otherwise, the portion of <em class="parameter"><code>str</code></em>
|
||||
that is UTF-8, concatenated
|
||||
@ -211,14 +211,13 @@ documentation.</p></td>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.2.9"></a><h4>Returns</h4>
|
||||
<p> The UTF-8 string as described above.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-filename-to-utf8"></a><h3>gimp_filename_to_utf8 ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
gimp_filename_to_utf8 (<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>);</pre>
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_filename_to_utf8 (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);</pre>
|
||||
<p>Convert a filename in the filesystem's encoding to UTF-8
|
||||
temporarily. The return value is a pointer to a string that is
|
||||
guaranteed to be valid only during the current iteration of the
|
||||
@ -246,15 +245,14 @@ UTF-8 encoded filename.</p>
|
||||
<p> A temporarily valid UTF-8 representation of <em class="parameter"><code>filename</code></em>
|
||||
.
|
||||
This string must not be changed or freed.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-utf8-strtrim"></a><h3>gimp_utf8_strtrim ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
gimp_utf8_strtrim (<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> max_chars</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_utf8_strtrim (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_chars</code></em>);</pre>
|
||||
<p>Creates a (possibly trimmed) copy of <em class="parameter"><code>str</code></em>
|
||||
. The string is cut if it
|
||||
exceeds <em class="parameter"><code>max_chars</code></em>
|
||||
@ -271,7 +269,7 @@ that the string was trimmed is indicated by appending an ellipsis.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>str</p></td>
|
||||
<td class="parameter_description"><p>an UTF-8 encoded string (or <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>an UTF-8 encoded string (or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -287,15 +285,14 @@ trimmed</p></td>
|
||||
<a name="id-1.2.17.5.4.6"></a><h4>Returns</h4>
|
||||
<p> A (possibly trimmed) copy of <em class="parameter"><code>str</code></em>
|
||||
which should be freed
|
||||
using <code class="function">g_free()</code> when it is not needed any longer.</p>
|
||||
<p></p>
|
||||
using <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when it is not needed any longer.</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-escape-uline"></a><h3>gimp_escape_uline ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
gimp_escape_uline (<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_escape_uline (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
|
||||
<p>This function returns a copy of <em class="parameter"><code>str</code></em>
|
||||
with all underline converted
|
||||
to two adjacent underlines. This comes in handy when needing to display
|
||||
@ -311,7 +308,7 @@ them to mnemonics.</p>
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>str</p></td>
|
||||
<td class="parameter_description"><p>Underline infested string (or <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>Underline infested string (or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
@ -320,16 +317,15 @@ them to mnemonics.</p>
|
||||
<a name="id-1.2.17.5.5.6"></a><h4>Returns</h4>
|
||||
<p> A (possibly escaped) copy of <em class="parameter"><code>str</code></em>
|
||||
which should be
|
||||
freed using <code class="function">g_free()</code> when it is not needed any longer.</p>
|
||||
<p></p>
|
||||
freed using <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when it is not needed any longer.</p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-strip-uline"></a><h3>gimp_strip_uline ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
gimp_strip_uline (<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_strip_uline (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
|
||||
<p>This function returns a copy of <em class="parameter"><code>str</code></em>
|
||||
stripped of underline
|
||||
characters. This comes in handy when needing to strip mnemonics
|
||||
@ -348,7 +344,7 @@ rid of the mnemonic (see bug 157561).</p>
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>str</p></td>
|
||||
<td class="parameter_description"><p>underline infested string (or <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>underline infested string (or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
@ -357,15 +353,14 @@ rid of the mnemonic (see bug 157561).</p>
|
||||
<a name="id-1.2.17.5.6.7"></a><h4>Returns</h4>
|
||||
<p> A (possibly stripped) copy of <em class="parameter"><code>str</code></em>
|
||||
which should be
|
||||
freed using <code class="function">g_free()</code> when it is not needed any longer.</p>
|
||||
<p></p>
|
||||
freed using <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when it is not needed any longer.</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-canonicalize-identifier"></a><h3>gimp_canonicalize_identifier ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
gimp_canonicalize_identifier (<em class="parameter"><code>const <span class="type">gchar</span> *identifier</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_canonicalize_identifier (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *identifier</code></em>);</pre>
|
||||
<p>Turns any input string into a canonicalized string.</p>
|
||||
<p>Canonical identifiers are e.g. expected by the PDB for procedure
|
||||
and parameter names. Every character of the input string that is
|
||||
@ -388,19 +383,18 @@ not either '-', 'a-z', 'A-Z' or '0-9' will be replaced by a '-'.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.7.7"></a><h4>Returns</h4>
|
||||
<p> The canonicalized identifier. This is a newly
|
||||
allocated string that should be freed with <code class="function">g_free()</code>
|
||||
allocated string that should be freed with <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
||||
when no longer needed.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.4</p>
|
||||
<p class="since">Since: GIMP 2.4</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-enum-get-desc"></a><h3>gimp_enum_get_desc ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="struct GimpEnumDesc"><span class="returnvalue">GimpEnumDesc</span></a> *
|
||||
gimp_enum_get_desc (<em class="parameter"><code><span class="type">GEnumClass</span> *enum_class</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> value</code></em>);</pre>
|
||||
<p>Retrieves <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="struct GimpEnumDesc"><span class="type">GimpEnumDesc</span></a> associated with the given value, or <code class="literal">NULL</code>.</p>
|
||||
gimp_enum_get_desc (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GEnumClass"><span class="type">GEnumClass</span></a> *enum_class</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);</pre>
|
||||
<p>Retrieves <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="struct GimpEnumDesc"><span class="type">GimpEnumDesc</span></a> associated with the given value, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.8.5"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -412,7 +406,7 @@ gimp_enum_get_desc (<em class="parameter"><code><span class="type">GEnumClass</s
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>enum_class</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GEnumClass</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GEnumClass"><span class="type">GEnumClass</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -427,20 +421,19 @@ gimp_enum_get_desc (<em class="parameter"><code><span class="type">GEnumClass</s
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.8.6"></a><h4>Returns</h4>
|
||||
<p> the value's <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="struct GimpEnumDesc"><span class="type">GimpEnumDesc</span></a>.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-enum-get-value"></a><h3>gimp_enum_get_value ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gimp_enum_get_value (<em class="parameter"><code><span class="type">GType</span> enum_type</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> value</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> **value_name</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> **value_nick</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> **value_desc</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> **value_help</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_enum_get_value (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> enum_type</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **value_name</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **value_nick</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **value_desc</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **value_help</code></em>);</pre>
|
||||
<p>Checks if <em class="parameter"><code>value</code></em>
|
||||
is valid for the enum registered as <em class="parameter"><code>enum_type</code></em>
|
||||
.
|
||||
@ -450,7 +443,7 @@ description and help are returned (if <em class="parameter"><code>value_name</co
|
||||
,
|
||||
<em class="parameter"><code>value_desc</code></em>
|
||||
and <em class="parameter"><code>value_help</code></em>
|
||||
are not <code class="literal">NULL</code>).</p>
|
||||
are not <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.9.5"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -462,7 +455,7 @@ description and help are returned (if <em class="parameter"><code>value_name</co
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>enum_type</p></td>
|
||||
<td class="parameter_description"><p>the <span class="type">GType</span> of a registered enum</p></td>
|
||||
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of a registered enum</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -472,22 +465,22 @@ description and help are returned (if <em class="parameter"><code>value_name</co
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>value_name</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's name (or <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's name (or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>value_nick</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's nick (or <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's nick (or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>value_desc</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's translated description (or <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's translated description (or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>value_help</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's translated help (or <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's translated help (or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -495,20 +488,19 @@ description and help are returned (if <em class="parameter"><code>value_name</co
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.9.6"></a><h4>Returns</h4>
|
||||
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>value</code></em>
|
||||
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>value</code></em>
|
||||
is valid for the <em class="parameter"><code>enum_type</code></em>
|
||||
,
|
||||
<code class="literal">FALSE</code> otherwise</p>
|
||||
<p></p>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-enum-value-get-desc"></a><h3>gimp_enum_value_get_desc ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
gimp_enum_value_get_desc (<em class="parameter"><code><span class="type">GEnumClass</span> *enum_class</code></em>,
|
||||
<em class="parameter"><code><span class="type">GEnumValue</span> *enum_value</code></em>);</pre>
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_enum_value_get_desc (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GEnumClass"><span class="type">GEnumClass</span></a> *enum_class</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GEnumValue"><span class="type">GEnumValue</span></a> *enum_value</code></em>);</pre>
|
||||
<p>Retrieves the translated description for a given <em class="parameter"><code>enum_value</code></em>
|
||||
.</p>
|
||||
<div class="refsect3">
|
||||
@ -522,12 +514,12 @@ gimp_enum_value_get_desc (<em class="parameter"><code><span class="type">GEnumCl
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>enum_class</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GEnumClass</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GEnumClass"><span class="type">GEnumClass</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>enum_value</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GEnumValue</span> from <em class="parameter"><code>enum_class</code></em>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GEnumValue"><span class="type">GEnumValue</span></a> from <em class="parameter"><code>enum_class</code></em>
|
||||
</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
@ -537,16 +529,15 @@ gimp_enum_value_get_desc (<em class="parameter"><code><span class="type">GEnumCl
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.10.6"></a><h4>Returns</h4>
|
||||
<p> the translated description of the enum value</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-enum-value-get-help"></a><h3>gimp_enum_value_get_help ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
gimp_enum_value_get_help (<em class="parameter"><code><span class="type">GEnumClass</span> *enum_class</code></em>,
|
||||
<em class="parameter"><code><span class="type">GEnumValue</span> *enum_value</code></em>);</pre>
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_enum_value_get_help (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GEnumClass"><span class="type">GEnumClass</span></a> *enum_class</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GEnumValue"><span class="type">GEnumValue</span></a> *enum_value</code></em>);</pre>
|
||||
<p>Retrieves the translated help for a given <em class="parameter"><code>enum_value</code></em>
|
||||
.</p>
|
||||
<div class="refsect3">
|
||||
@ -560,12 +551,12 @@ gimp_enum_value_get_help (<em class="parameter"><code><span class="type">GEnumCl
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>enum_class</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GEnumClass</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GEnumClass"><span class="type">GEnumClass</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>enum_value</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GEnumValue</span> from <em class="parameter"><code>enum_class</code></em>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GEnumValue"><span class="type">GEnumValue</span></a> from <em class="parameter"><code>enum_class</code></em>
|
||||
</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
@ -575,17 +566,16 @@ gimp_enum_value_get_help (<em class="parameter"><code><span class="type">GEnumCl
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.11.6"></a><h4>Returns</h4>
|
||||
<p> the translated help of the enum value</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-flags-get-first-desc"></a><h3>gimp_flags_get_first_desc ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="struct GimpFlagsDesc"><span class="returnvalue">GimpFlagsDesc</span></a> *
|
||||
gimp_flags_get_first_desc (<em class="parameter"><code><span class="type">GFlagsClass</span> *flags_class</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> value</code></em>);</pre>
|
||||
<p>Retrieves the first <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="struct GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a> that matches the given value, or <code class="literal">NULL</code>.</p>
|
||||
gimp_flags_get_first_desc (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"><span class="type">GFlagsClass</span></a> *flags_class</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> value</code></em>);</pre>
|
||||
<p>Retrieves the first <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="struct GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a> that matches the given value, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.12.5"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -597,7 +587,7 @@ gimp_flags_get_first_desc (<em class="parameter"><code><span class="type">GFlags
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>flags_class</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GFlagsClass</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"><span class="type">GFlagsClass</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -612,20 +602,19 @@ gimp_flags_get_first_desc (<em class="parameter"><code><span class="type">GFlags
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.12.6"></a><h4>Returns</h4>
|
||||
<p> the value's <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="struct GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a>.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-flags-get-first-value"></a><h3>gimp_flags_get_first_value ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gimp_flags_get_first_value (<em class="parameter"><code><span class="type">GType</span> flags_type</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> value</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> **value_name</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> **value_nick</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> **value_desc</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> **value_help</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_flags_get_first_value (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> flags_type</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> value</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **value_name</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **value_nick</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **value_desc</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **value_help</code></em>);</pre>
|
||||
<p>Checks if <em class="parameter"><code>value</code></em>
|
||||
is valid for the flags registered as <em class="parameter"><code>flags_type</code></em>
|
||||
.
|
||||
@ -635,7 +624,7 @@ translated description and help are returned (if <em class="parameter"><code>val
|
||||
<em class="parameter"><code>value_nick</code></em>
|
||||
, <em class="parameter"><code>value_desc</code></em>
|
||||
and <em class="parameter"><code>value_help</code></em>
|
||||
are not <code class="literal">NULL</code>).</p>
|
||||
are not <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.13.5"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
@ -647,7 +636,7 @@ translated description and help are returned (if <em class="parameter"><code>val
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>flags_type</p></td>
|
||||
<td class="parameter_description"><p>the <span class="type">GType</span> of registered flags</p></td>
|
||||
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of registered flags</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -657,22 +646,22 @@ translated description and help are returned (if <em class="parameter"><code>val
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>value_name</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's name (or <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's name (or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>value_nick</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's nick (or <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's nick (or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>value_desc</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's translated description (or <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's translated description (or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>value_help</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's translated help (or <code class="literal">NULL</code>)</p></td>
|
||||
<td class="parameter_description"><p>return location for the value's translated help (or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -680,20 +669,19 @@ translated description and help are returned (if <em class="parameter"><code>val
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.13.6"></a><h4>Returns</h4>
|
||||
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>value</code></em>
|
||||
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>value</code></em>
|
||||
is valid for the <em class="parameter"><code>flags_type</code></em>
|
||||
,
|
||||
<code class="literal">FALSE</code> otherwise</p>
|
||||
<p></p>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-flags-value-get-desc"></a><h3>gimp_flags_value_get_desc ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
gimp_flags_value_get_desc (<em class="parameter"><code><span class="type">GFlagsClass</span> *flags_class</code></em>,
|
||||
<em class="parameter"><code><span class="type">GFlagsValue</span> *flags_value</code></em>);</pre>
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_flags_value_get_desc (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"><span class="type">GFlagsClass</span></a> *flags_class</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GFlagsValue"><span class="type">GFlagsValue</span></a> *flags_value</code></em>);</pre>
|
||||
<p>Retrieves the translated description for a given <em class="parameter"><code>flags_value</code></em>
|
||||
.</p>
|
||||
<div class="refsect3">
|
||||
@ -707,12 +695,12 @@ gimp_flags_value_get_desc (<em class="parameter"><code><span class="type">GFlags
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>flags_class</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GFlagsClass</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"><span class="type">GFlagsClass</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>flags_value</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GFlagsValue</span> from <em class="parameter"><code>flags_class</code></em>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GFlagsValue"><span class="type">GFlagsValue</span></a> from <em class="parameter"><code>flags_class</code></em>
|
||||
</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
@ -722,16 +710,15 @@ gimp_flags_value_get_desc (<em class="parameter"><code><span class="type">GFlags
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.14.6"></a><h4>Returns</h4>
|
||||
<p> the translated description of the flags value</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-flags-value-get-help"></a><h3>gimp_flags_value_get_help ()</h3>
|
||||
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
||||
gimp_flags_value_get_help (<em class="parameter"><code><span class="type">GFlagsClass</span> *flags_class</code></em>,
|
||||
<em class="parameter"><code><span class="type">GFlagsValue</span> *flags_value</code></em>);</pre>
|
||||
<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gimp_flags_value_get_help (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"><span class="type">GFlagsClass</span></a> *flags_class</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GFlagsValue"><span class="type">GFlagsValue</span></a> *flags_value</code></em>);</pre>
|
||||
<p>Retrieves the translated help for a given <em class="parameter"><code>flags_value</code></em>
|
||||
.</p>
|
||||
<div class="refsect3">
|
||||
@ -745,12 +732,12 @@ gimp_flags_value_get_help (<em class="parameter"><code><span class="type">GFlags
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>flags_class</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GFlagsClass</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"><span class="type">GFlagsClass</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>flags_value</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GFlagsValue</span> from <em class="parameter"><code>flags_class</code></em>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html#GFlagsValue"><span class="type">GFlagsValue</span></a> from <em class="parameter"><code>flags_class</code></em>
|
||||
</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
@ -760,9 +747,8 @@ gimp_flags_value_get_help (<em class="parameter"><code><span class="type">GFlags
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.17.5.15.6"></a><h4>Returns</h4>
|
||||
<p> the translated help of the flags value</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -770,7 +756,6 @@ gimp_flags_value_get_help (<em class="parameter"><code><span class="type">GFlags
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpversion</title>
|
||||
<title>gimpversion: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpbasetypes.html" title="gimpbasetypes">
|
||||
<link rel="next" href="libgimpbase-gimplimits.html" title="gimplimits">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -119,7 +119,7 @@ capabilities.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-MICRO-VERSION:CAPS"></a><h3>GIMP_MICRO_VERSION</h3>
|
||||
<pre class="programlisting">#define GIMP_MICRO_VERSION (14)
|
||||
<pre class="programlisting">#define GIMP_MICRO_VERSION (16)
|
||||
</pre>
|
||||
<p>The micro GIMP version number.</p>
|
||||
</div>
|
||||
@ -127,15 +127,13 @@ capabilities.</p>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-CHECK-VERSION:CAPS"></a><h3>GIMP_CHECK_VERSION()</h3>
|
||||
<pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimpbase-gimpversion.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-VERSION:CAPS"></a><h3>GIMP_VERSION</h3>
|
||||
<pre class="programlisting">#define GIMP_VERSION "2.8.14"
|
||||
<pre class="programlisting">#define GIMP_VERSION "2.8.16"
|
||||
</pre>
|
||||
<p>The GIMP version as a string.</p>
|
||||
</div>
|
||||
@ -144,44 +142,35 @@ capabilities.</p>
|
||||
<a name="GIMP-API-VERSION:CAPS"></a><h3>GIMP_API_VERSION</h3>
|
||||
<pre class="programlisting">#define GIMP_API_VERSION "2.0"
|
||||
</pre>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMPVAR:CAPS"></a><h3>GIMPVAR</h3>
|
||||
<pre class="programlisting"># define GIMPVAR __declspec(dllexport)
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-major-version"></a><h3>gimp_major_version</h3>
|
||||
<pre class="programlisting">extern const guint gimp_major_version;
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-minor-version"></a><h3>gimp_minor_version</h3>
|
||||
<pre class="programlisting">extern const guint gimp_minor_version;
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-micro-version"></a><h3>gimp_micro_version</h3>
|
||||
<pre class="programlisting">extern const guint gimp_micro_version;
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,12 +2,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: Index of deprecated symbols</title>
|
||||
<title>Index of deprecated symbols: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="prev" href="libgimpbase-index-new-in-2-8.html" title="Index of new symbols in GIMP 2.8">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -49,7 +49,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: Index of new symbols in GIMP 2.2</title>
|
||||
<title>Index of new symbols in GIMP 2.2: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="prev" href="libgimpbase-index.html" title="Index">
|
||||
<link rel="next" href="libgimpbase-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -90,7 +90,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: Index of new symbols in GIMP 2.4</title>
|
||||
<title>Index of new symbols in GIMP 2.4: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="prev" href="libgimpbase-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
|
||||
<link rel="next" href="libgimpbase-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -69,7 +69,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: Index of new symbols in GIMP 2.6</title>
|
||||
<title>Index of new symbols in GIMP 2.6: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="prev" href="libgimpbase-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
|
||||
<link rel="next" href="libgimpbase-index-new-in-2-8.html" title="Index of new symbols in GIMP 2.8">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -25,7 +25,6 @@
|
||||
<div class="index"></div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: Index of new symbols in GIMP 2.8</title>
|
||||
<title>Index of new symbols in GIMP 2.8: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="prev" href="libgimpbase-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
|
||||
<link rel="next" href="libgimpbase-index-deprecated.html" title="Index of deprecated symbols">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -56,7 +56,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: Index</title>
|
||||
<title>Index: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="prev" href="libgimpbase-gimputils.html" title="gimputils">
|
||||
<link rel="next" href="libgimpbase-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -442,7 +442,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
|
||||
<book xmlns="http://www.devhelp.net/book" title="GIMP Base Library Reference Manual" link="index.html" author="" name="libgimpbase" version="2" language="c">
|
||||
<chapters>
|
||||
<sub name="GIMP Base Library" link="libgimpbase.html">
|
||||
@ -197,5 +196,180 @@
|
||||
<keyword type="function" name="gimp_flags_get_first_value ()" link="libgimpbase-gimputils.html#gimp-flags-get-first-value" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_flags_value_get_desc ()" link="libgimpbase-gimputils.html#gimp-flags-value-get-desc" since="GIMP 2.2"/>
|
||||
<keyword type="function" name="gimp_flags_value_get_help ()" link="libgimpbase-gimputils.html#gimp-flags-value-get-help" since="GIMP 2.2"/>
|
||||
<keyword type="constant" name="GIMP_ADD_WHITE_MASK" link="libgimpbase-gimpbaseenums.html#GIMP-ADD-WHITE-MASK:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_ADD_BLACK_MASK" link="libgimpbase-gimpbaseenums.html#GIMP-ADD-BLACK-MASK:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_ADD_ALPHA_MASK" link="libgimpbase-gimpbaseenums.html#GIMP-ADD-ALPHA-MASK:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_ADD_ALPHA_TRANSFER_MASK" link="libgimpbase-gimpbaseenums.html#GIMP-ADD-ALPHA-TRANSFER-MASK:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_ADD_SELECTION_MASK" link="libgimpbase-gimpbaseenums.html#GIMP-ADD-SELECTION-MASK:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_ADD_COPY_MASK" link="libgimpbase-gimpbaseenums.html#GIMP-ADD-COPY-MASK:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_ADD_CHANNEL_MASK" link="libgimpbase-gimpbaseenums.html#GIMP-ADD-CHANNEL-MASK:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_FG_BG_RGB_MODE" link="libgimpbase-gimpbaseenums.html#GIMP-FG-BG-RGB-MODE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_FG_BG_HSV_MODE" link="libgimpbase-gimpbaseenums.html#GIMP-FG-BG-HSV-MODE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_FG_TRANSPARENT_MODE" link="libgimpbase-gimpbaseenums.html#GIMP-FG-TRANSPARENT-MODE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CUSTOM_MODE" link="libgimpbase-gimpbaseenums.html#GIMP-CUSTOM-MODE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_FG_BUCKET_FILL" link="libgimpbase-gimpbaseenums.html#GIMP-FG-BUCKET-FILL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_BG_BUCKET_FILL" link="libgimpbase-gimpbaseenums.html#GIMP-BG-BUCKET-FILL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PATTERN_BUCKET_FILL" link="libgimpbase-gimpbaseenums.html#GIMP-PATTERN-BUCKET-FILL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHANNEL_OP_ADD" link="libgimpbase-gimpbaseenums.html#GIMP-CHANNEL-OP-ADD:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHANNEL_OP_SUBTRACT" link="libgimpbase-gimpbaseenums.html#GIMP-CHANNEL-OP-SUBTRACT:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHANNEL_OP_REPLACE" link="libgimpbase-gimpbaseenums.html#GIMP-CHANNEL-OP-REPLACE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHANNEL_OP_INTERSECT" link="libgimpbase-gimpbaseenums.html#GIMP-CHANNEL-OP-INTERSECT:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_RED_CHANNEL" link="libgimpbase-gimpbaseenums.html#GIMP-RED-CHANNEL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GREEN_CHANNEL" link="libgimpbase-gimpbaseenums.html#GIMP-GREEN-CHANNEL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_BLUE_CHANNEL" link="libgimpbase-gimpbaseenums.html#GIMP-BLUE-CHANNEL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRAY_CHANNEL" link="libgimpbase-gimpbaseenums.html#GIMP-GRAY-CHANNEL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_INDEXED_CHANNEL" link="libgimpbase-gimpbaseenums.html#GIMP-INDEXED-CHANNEL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_ALPHA_CHANNEL" link="libgimpbase-gimpbaseenums.html#GIMP-ALPHA-CHANNEL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHECK_SIZE_SMALL_CHECKS" link="libgimpbase-gimpbaseenums.html#GIMP-CHECK-SIZE-SMALL-CHECKS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHECK_SIZE_MEDIUM_CHECKS" link="libgimpbase-gimpbaseenums.html#GIMP-CHECK-SIZE-MEDIUM-CHECKS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHECK_SIZE_LARGE_CHECKS" link="libgimpbase-gimpbaseenums.html#GIMP-CHECK-SIZE-LARGE-CHECKS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHECK_TYPE_LIGHT_CHECKS" link="libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-LIGHT-CHECKS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHECK_TYPE_GRAY_CHECKS" link="libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-GRAY-CHECKS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHECK_TYPE_DARK_CHECKS" link="libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-DARK-CHECKS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHECK_TYPE_WHITE_ONLY" link="libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-WHITE-ONLY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHECK_TYPE_GRAY_ONLY" link="libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-GRAY-ONLY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CHECK_TYPE_BLACK_ONLY" link="libgimpbase-gimpbaseenums.html#GIMP-CHECK-TYPE-BLACK-ONLY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_IMAGE_CLONE" link="libgimpbase-gimpbaseenums.html#GIMP-IMAGE-CLONE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PATTERN_CLONE" link="libgimpbase-gimpbaseenums.html#GIMP-PATTERN-CLONE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_DESATURATE_LIGHTNESS" link="libgimpbase-gimpbaseenums.html#GIMP-DESATURATE-LIGHTNESS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_DESATURATE_LUMINOSITY" link="libgimpbase-gimpbaseenums.html#GIMP-DESATURATE-LUMINOSITY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_DESATURATE_AVERAGE" link="libgimpbase-gimpbaseenums.html#GIMP-DESATURATE-AVERAGE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_DODGE" link="libgimpbase-gimpbaseenums.html#GIMP-DODGE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_BURN" link="libgimpbase-gimpbaseenums.html#GIMP-BURN:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_FOREGROUND_EXTRACT_SIOX" link="libgimpbase-gimpbaseenums.html#GIMP-FOREGROUND-EXTRACT-SIOX:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRADIENT_LINEAR" link="libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-LINEAR:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRADIENT_BILINEAR" link="libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-BILINEAR:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRADIENT_RADIAL" link="libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-RADIAL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRADIENT_SQUARE" link="libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SQUARE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRADIENT_CONICAL_SYMMETRIC" link="libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-CONICAL-SYMMETRIC:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRADIENT_CONICAL_ASYMMETRIC" link="libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-CONICAL-ASYMMETRIC:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRADIENT_SHAPEBURST_ANGULAR" link="libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SHAPEBURST-ANGULAR:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRADIENT_SHAPEBURST_SPHERICAL" link="libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SHAPEBURST-SPHERICAL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRADIENT_SHAPEBURST_DIMPLED" link="libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SHAPEBURST-DIMPLED:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRADIENT_SPIRAL_CLOCKWISE" link="libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SPIRAL-CLOCKWISE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRADIENT_SPIRAL_ANTICLOCKWISE" link="libgimpbase-gimpbaseenums.html#GIMP-GRADIENT-SPIRAL-ANTICLOCKWISE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRID_DOTS" link="libgimpbase-gimpbaseenums.html#GIMP-GRID-DOTS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRID_INTERSECTIONS" link="libgimpbase-gimpbaseenums.html#GIMP-GRID-INTERSECTIONS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRID_ON_OFF_DASH" link="libgimpbase-gimpbaseenums.html#GIMP-GRID-ON-OFF-DASH:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRID_DOUBLE_DASH" link="libgimpbase-gimpbaseenums.html#GIMP-GRID-DOUBLE-DASH:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRID_SOLID" link="libgimpbase-gimpbaseenums.html#GIMP-GRID-SOLID:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_ICON_TYPE_STOCK_ID" link="libgimpbase-gimpbaseenums.html#GIMP-ICON-TYPE-STOCK-ID:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_ICON_TYPE_INLINE_PIXBUF" link="libgimpbase-gimpbaseenums.html#GIMP-ICON-TYPE-INLINE-PIXBUF:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_ICON_TYPE_IMAGE_FILE" link="libgimpbase-gimpbaseenums.html#GIMP-ICON-TYPE-IMAGE-FILE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_RGB" link="libgimpbase-gimpbaseenums.html#GIMP-RGB:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRAY" link="libgimpbase-gimpbaseenums.html#GIMP-GRAY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_INDEXED" link="libgimpbase-gimpbaseenums.html#GIMP-INDEXED:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_RGB_IMAGE" link="libgimpbase-gimpbaseenums.html#GIMP-RGB-IMAGE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_RGBA_IMAGE" link="libgimpbase-gimpbaseenums.html#GIMP-RGBA-IMAGE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRAY_IMAGE" link="libgimpbase-gimpbaseenums.html#GIMP-GRAY-IMAGE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_GRAYA_IMAGE" link="libgimpbase-gimpbaseenums.html#GIMP-GRAYA-IMAGE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_INDEXED_IMAGE" link="libgimpbase-gimpbaseenums.html#GIMP-INDEXED-IMAGE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_INDEXEDA_IMAGE" link="libgimpbase-gimpbaseenums.html#GIMP-INDEXEDA-IMAGE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_INTERPOLATION_NONE" link="libgimpbase-gimpbaseenums.html#GIMP-INTERPOLATION-NONE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_INTERPOLATION_LINEAR" link="libgimpbase-gimpbaseenums.html#GIMP-INTERPOLATION-LINEAR:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_INTERPOLATION_CUBIC" link="libgimpbase-gimpbaseenums.html#GIMP-INTERPOLATION-CUBIC:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_INTERPOLATION_LANCZOS" link="libgimpbase-gimpbaseenums.html#GIMP-INTERPOLATION-LANCZOS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_MESSAGE_BOX" link="libgimpbase-gimpbaseenums.html#GIMP-MESSAGE-BOX:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CONSOLE" link="libgimpbase-gimpbaseenums.html#GIMP-CONSOLE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_ERROR_CONSOLE" link="libgimpbase-gimpbaseenums.html#GIMP-ERROR-CONSOLE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PAINT_CONSTANT" link="libgimpbase-gimpbaseenums.html#GIMP-PAINT-CONSTANT:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PAINT_INCREMENTAL" link="libgimpbase-gimpbaseenums.html#GIMP-PAINT-INCREMENTAL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_INT32" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-INT32:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_INT16" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-INT16:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_INT8" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-INT8:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_FLOAT" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-FLOAT:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_STRING" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-STRING:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_INT32ARRAY" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-INT32ARRAY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_INT16ARRAY" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-INT16ARRAY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_INT8ARRAY" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-INT8ARRAY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_FLOATARRAY" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-FLOATARRAY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_STRINGARRAY" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-STRINGARRAY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_COLOR" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-COLOR:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_ITEM" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-ITEM:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_DISPLAY" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-DISPLAY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_IMAGE" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-IMAGE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_LAYER" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-LAYER:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_CHANNEL" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-CHANNEL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_DRAWABLE" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-DRAWABLE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_SELECTION" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-SELECTION:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_COLORARRAY" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-COLORARRAY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_VECTORS" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-VECTORS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_PARASITE" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-PARASITE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_STATUS" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-STATUS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_END" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-END:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_PATH" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-PATH:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_BOUNDARY" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-BOUNDARY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_REGION" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-REGION:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_ERROR_HANDLER_INTERNAL" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-ERROR-HANDLER-INTERNAL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_ERROR_HANDLER_PLUGIN" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-ERROR-HANDLER-PLUGIN:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_INTERNAL" link="libgimpbase-gimpbaseenums.html#GIMP-INTERNAL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PLUGIN" link="libgimpbase-gimpbaseenums.html#GIMP-PLUGIN:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_EXTENSION" link="libgimpbase-gimpbaseenums.html#GIMP-EXTENSION:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TEMPORARY" link="libgimpbase-gimpbaseenums.html#GIMP-TEMPORARY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_EXECUTION_ERROR" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-EXECUTION-ERROR:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_CALLING_ERROR" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-CALLING-ERROR:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_PASS_THROUGH" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-PASS-THROUGH:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_SUCCESS" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-SUCCESS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PDB_CANCEL" link="libgimpbase-gimpbaseenums.html#GIMP-PDB-CANCEL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PROGRESS_COMMAND_START" link="libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-START:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PROGRESS_COMMAND_END" link="libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-END:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PROGRESS_COMMAND_SET_TEXT" link="libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-SET-TEXT:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PROGRESS_COMMAND_SET_VALUE" link="libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-SET-VALUE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PROGRESS_COMMAND_PULSE" link="libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-PULSE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PROGRESS_COMMAND_GET_WINDOW" link="libgimpbase-gimpbaseenums.html#GIMP-PROGRESS-COMMAND-GET-WINDOW:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_REPEAT_NONE" link="libgimpbase-gimpbaseenums.html#GIMP-REPEAT-NONE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_REPEAT_SAWTOOTH" link="libgimpbase-gimpbaseenums.html#GIMP-REPEAT-SAWTOOTH:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_REPEAT_TRIANGULAR" link="libgimpbase-gimpbaseenums.html#GIMP-REPEAT-TRIANGULAR:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_RUN_INTERACTIVE" link="libgimpbase-gimpbaseenums.html#GIMP-RUN-INTERACTIVE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_RUN_NONINTERACTIVE" link="libgimpbase-gimpbaseenums.html#GIMP-RUN-NONINTERACTIVE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_RUN_WITH_LAST_VALS" link="libgimpbase-gimpbaseenums.html#GIMP-RUN-WITH-LAST-VALS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_PIXELS" link="libgimpbase-gimpbaseenums.html#GIMP-PIXELS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_POINTS" link="libgimpbase-gimpbaseenums.html#GIMP-POINTS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_STACK_TRACE_NEVER" link="libgimpbase-gimpbaseenums.html#GIMP-STACK-TRACE-NEVER:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_STACK_TRACE_QUERY" link="libgimpbase-gimpbaseenums.html#GIMP-STACK-TRACE-QUERY:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_STACK_TRACE_ALWAYS" link="libgimpbase-gimpbaseenums.html#GIMP-STACK-TRACE-ALWAYS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TEXT_DIRECTION_LTR" link="libgimpbase-gimpbaseenums.html#GIMP-TEXT-DIRECTION-LTR:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TEXT_DIRECTION_RTL" link="libgimpbase-gimpbaseenums.html#GIMP-TEXT-DIRECTION-RTL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TEXT_HINT_STYLE_NONE" link="libgimpbase-gimpbaseenums.html#GIMP-TEXT-HINT-STYLE-NONE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TEXT_HINT_STYLE_SLIGHT" link="libgimpbase-gimpbaseenums.html#GIMP-TEXT-HINT-STYLE-SLIGHT:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TEXT_HINT_STYLE_MEDIUM" link="libgimpbase-gimpbaseenums.html#GIMP-TEXT-HINT-STYLE-MEDIUM:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TEXT_HINT_STYLE_FULL" link="libgimpbase-gimpbaseenums.html#GIMP-TEXT-HINT-STYLE-FULL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TEXT_JUSTIFY_LEFT" link="libgimpbase-gimpbaseenums.html#GIMP-TEXT-JUSTIFY-LEFT:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TEXT_JUSTIFY_RIGHT" link="libgimpbase-gimpbaseenums.html#GIMP-TEXT-JUSTIFY-RIGHT:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TEXT_JUSTIFY_CENTER" link="libgimpbase-gimpbaseenums.html#GIMP-TEXT-JUSTIFY-CENTER:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TEXT_JUSTIFY_FILL" link="libgimpbase-gimpbaseenums.html#GIMP-TEXT-JUSTIFY-FILL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_SHADOWS" link="libgimpbase-gimpbaseenums.html#GIMP-SHADOWS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_MIDTONES" link="libgimpbase-gimpbaseenums.html#GIMP-MIDTONES:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_HIGHLIGHTS" link="libgimpbase-gimpbaseenums.html#GIMP-HIGHLIGHTS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TRANSFORM_FORWARD" link="libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-FORWARD:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TRANSFORM_BACKWARD" link="libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-BACKWARD:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TRANSFORM_RESIZE_ADJUST" link="libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-RESIZE-ADJUST:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TRANSFORM_RESIZE_CLIP" link="libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-RESIZE-CLIP:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TRANSFORM_RESIZE_CROP" link="libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-RESIZE-CROP:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_TRANSFORM_RESIZE_CROP_WITH_ASPECT" link="libgimpbase-gimpbaseenums.html#GIMP-TRANSFORM-RESIZE-CROP-WITH-ASPECT:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_USER_DIRECTORY_DESKTOP" link="libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-DESKTOP:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_USER_DIRECTORY_DOCUMENTS" link="libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-DOCUMENTS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_USER_DIRECTORY_DOWNLOAD" link="libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-DOWNLOAD:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_USER_DIRECTORY_MUSIC" link="libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-MUSIC:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_USER_DIRECTORY_PICTURES" link="libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-PICTURES:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_USER_DIRECTORY_PUBLIC_SHARE" link="libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-PUBLIC-SHARE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_USER_DIRECTORY_TEMPLATES" link="libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-TEMPLATES:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_USER_DIRECTORY_VIDEOS" link="libgimpbase-gimpbaseenums.html#GIMP-USER-DIRECTORY-VIDEOS:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_VECTORS_STROKE_TYPE_BEZIER" link="libgimpbase-gimpbaseenums.html#GIMP-VECTORS-STROKE-TYPE-BEZIER:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CPU_ACCEL_NONE" link="libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-NONE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CPU_ACCEL_X86_MMX" link="libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-MMX:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CPU_ACCEL_X86_3DNOW" link="libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-3DNOW:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CPU_ACCEL_X86_MMXEXT" link="libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-MMXEXT:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CPU_ACCEL_X86_SSE" link="libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-SSE:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CPU_ACCEL_X86_SSE2" link="libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-SSE2:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CPU_ACCEL_X86_SSE3" link="libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-X86-SSE3:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_CPU_ACCEL_PPC_ALTIVEC" link="libgimpbase-gimpcpuaccel.html#GIMP-CPU-ACCEL-PPC-ALTIVEC:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_UNIT_PIXEL" link="libgimpbase-gimpunit.html#GIMP-UNIT-PIXEL:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_UNIT_INCH" link="libgimpbase-gimpunit.html#GIMP-UNIT-INCH:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_UNIT_MM" link="libgimpbase-gimpunit.html#GIMP-UNIT-MM:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_UNIT_POINT" link="libgimpbase-gimpunit.html#GIMP-UNIT-POINT:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_UNIT_PICA" link="libgimpbase-gimpunit.html#GIMP-UNIT-PICA:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_UNIT_END" link="libgimpbase-gimpunit.html#GIMP-UNIT-END:CAPS"/>
|
||||
<keyword type="constant" name="GIMP_UNIT_PERCENT" link="libgimpbase-gimpunit.html#GIMP-UNIT-PERCENT:CAPS"/>
|
||||
</functions>
|
||||
</book>
|
||||
|
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: Part I. GIMP Base Library</title>
|
||||
<title>Part I. GIMP Base Library: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="prev" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="next" href="libgimpbase-gimpbaseenums.html" title="gimpbaseenums">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -41,7 +41,7 @@
|
||||
global constants.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimpbase-gimpparam.html">gimpparam</a></span><span class="refpurpose">Definitions of useful <span class="type">GParamFlags</span>.</span>
|
||||
<span class="refentrytitle"><a href="libgimpbase-gimpparam.html">gimpparam</a></span><span class="refpurpose"> — Definitions of useful <span class="type">GParamFlags</span>.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimpbase-gimpchecks.html">gimpchecks</a></span><span class="refpurpose"> — Constants and functions related to rendering
|
||||
@ -67,7 +67,7 @@
|
||||
to various GIMP objects.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
<span class="refentrytitle"><a href="libgimpbase-gimpparasiteio.html">gimpparasiteio</a></span><span class="refpurpose">Utility functions to (de)serialize certain C
|
||||
<span class="refentrytitle"><a href="libgimpbase-gimpparasiteio.html">gimpparasiteio</a></span><span class="refpurpose"> — Utility functions to (de)serialize certain C
|
||||
structures to/from <span class="type">GimpParasite</span>'s.</span>
|
||||
</dt>
|
||||
<dt>
|
||||
@ -84,7 +84,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
@ -60,7 +60,7 @@ a:hover
|
||||
div.informaltable table
|
||||
{
|
||||
border-collapse: separate;
|
||||
border-spacing: 1em 0.5em;
|
||||
border-spacing: 1em 0.3em;
|
||||
border: none;
|
||||
}
|
||||
|
||||
@ -148,6 +148,8 @@ div.table table th
|
||||
h4
|
||||
{
|
||||
color: #555753;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
hr
|
||||
@ -166,17 +168,16 @@ dl.toc dt
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
|
||||
dl.toc > dd > dl > dt
|
||||
dl.toc > dt
|
||||
{
|
||||
padding-top: 0.25em;
|
||||
padding-bottom: 0.25em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dl.toc > dt
|
||||
dl.toc > dl
|
||||
{
|
||||
padding-top: 1em;
|
||||
padding-bottom: 0.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.parameter
|
||||
@ -346,7 +347,9 @@ acronym,abbr
|
||||
}
|
||||
|
||||
@media screen {
|
||||
sup a.footnote
|
||||
/* these have a <sup> as a first child, but since there are no parent selectors
|
||||
* we can't use that. */
|
||||
a.footnote
|
||||
{
|
||||
position: relative;
|
||||
top: 0em ! important;
|
||||
|
@ -1,400 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpbaseenums
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### ENUM GimpAddMaskType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_ADD_WHITE_MASK:
|
||||
@GIMP_ADD_BLACK_MASK:
|
||||
@GIMP_ADD_ALPHA_MASK:
|
||||
@GIMP_ADD_ALPHA_TRANSFER_MASK:
|
||||
@GIMP_ADD_SELECTION_MASK:
|
||||
@GIMP_ADD_COPY_MASK:
|
||||
@GIMP_ADD_CHANNEL_MASK:
|
||||
|
||||
<!-- ##### ENUM GimpBlendMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_FG_BG_RGB_MODE:
|
||||
@GIMP_FG_BG_HSV_MODE:
|
||||
@GIMP_FG_TRANSPARENT_MODE:
|
||||
@GIMP_CUSTOM_MODE:
|
||||
|
||||
<!-- ##### ENUM GimpBucketFillMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_FG_BUCKET_FILL:
|
||||
@GIMP_BG_BUCKET_FILL:
|
||||
@GIMP_PATTERN_BUCKET_FILL:
|
||||
|
||||
<!-- ##### ENUM GimpChannelOps ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_CHANNEL_OP_ADD:
|
||||
@GIMP_CHANNEL_OP_SUBTRACT:
|
||||
@GIMP_CHANNEL_OP_REPLACE:
|
||||
@GIMP_CHANNEL_OP_INTERSECT:
|
||||
|
||||
<!-- ##### ENUM GimpChannelType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_RED_CHANNEL:
|
||||
@GIMP_GREEN_CHANNEL:
|
||||
@GIMP_BLUE_CHANNEL:
|
||||
@GIMP_GRAY_CHANNEL:
|
||||
@GIMP_INDEXED_CHANNEL:
|
||||
@GIMP_ALPHA_CHANNEL:
|
||||
|
||||
<!-- ##### ENUM GimpCheckSize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_CHECK_SIZE_SMALL_CHECKS:
|
||||
@GIMP_CHECK_SIZE_MEDIUM_CHECKS:
|
||||
@GIMP_CHECK_SIZE_LARGE_CHECKS:
|
||||
|
||||
<!-- ##### ENUM GimpCheckType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_CHECK_TYPE_LIGHT_CHECKS:
|
||||
@GIMP_CHECK_TYPE_GRAY_CHECKS:
|
||||
@GIMP_CHECK_TYPE_DARK_CHECKS:
|
||||
@GIMP_CHECK_TYPE_WHITE_ONLY:
|
||||
@GIMP_CHECK_TYPE_GRAY_ONLY:
|
||||
@GIMP_CHECK_TYPE_BLACK_ONLY:
|
||||
|
||||
<!-- ##### ENUM GimpCloneType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_IMAGE_CLONE:
|
||||
@GIMP_PATTERN_CLONE:
|
||||
|
||||
<!-- ##### ENUM GimpDesaturateMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_DESATURATE_LIGHTNESS:
|
||||
@GIMP_DESATURATE_LUMINOSITY:
|
||||
@GIMP_DESATURATE_AVERAGE:
|
||||
|
||||
<!-- ##### ENUM GimpDodgeBurnType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_DODGE:
|
||||
@GIMP_BURN:
|
||||
|
||||
<!-- ##### ENUM GimpForegroundExtractMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_FOREGROUND_EXTRACT_SIOX:
|
||||
|
||||
<!-- ##### ENUM GimpGradientType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_GRADIENT_LINEAR:
|
||||
@GIMP_GRADIENT_BILINEAR:
|
||||
@GIMP_GRADIENT_RADIAL:
|
||||
@GIMP_GRADIENT_SQUARE:
|
||||
@GIMP_GRADIENT_CONICAL_SYMMETRIC:
|
||||
@GIMP_GRADIENT_CONICAL_ASYMMETRIC:
|
||||
@GIMP_GRADIENT_SHAPEBURST_ANGULAR:
|
||||
@GIMP_GRADIENT_SHAPEBURST_SPHERICAL:
|
||||
@GIMP_GRADIENT_SHAPEBURST_DIMPLED:
|
||||
@GIMP_GRADIENT_SPIRAL_CLOCKWISE:
|
||||
@GIMP_GRADIENT_SPIRAL_ANTICLOCKWISE:
|
||||
|
||||
<!-- ##### ENUM GimpGridStyle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_GRID_DOTS:
|
||||
@GIMP_GRID_INTERSECTIONS:
|
||||
@GIMP_GRID_ON_OFF_DASH:
|
||||
@GIMP_GRID_DOUBLE_DASH:
|
||||
@GIMP_GRID_SOLID:
|
||||
|
||||
<!-- ##### ENUM GimpIconType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_ICON_TYPE_STOCK_ID:
|
||||
@GIMP_ICON_TYPE_INLINE_PIXBUF:
|
||||
@GIMP_ICON_TYPE_IMAGE_FILE:
|
||||
|
||||
<!-- ##### ENUM GimpImageBaseType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_RGB:
|
||||
@GIMP_GRAY:
|
||||
@GIMP_INDEXED:
|
||||
|
||||
<!-- ##### ENUM GimpImageType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_RGB_IMAGE:
|
||||
@GIMP_RGBA_IMAGE:
|
||||
@GIMP_GRAY_IMAGE:
|
||||
@GIMP_GRAYA_IMAGE:
|
||||
@GIMP_INDEXED_IMAGE:
|
||||
@GIMP_INDEXEDA_IMAGE:
|
||||
|
||||
<!-- ##### ENUM GimpInterpolationType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_INTERPOLATION_NONE:
|
||||
@GIMP_INTERPOLATION_LINEAR:
|
||||
@GIMP_INTERPOLATION_CUBIC:
|
||||
@GIMP_INTERPOLATION_LANCZOS:
|
||||
|
||||
<!-- ##### ENUM GimpMessageHandlerType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_MESSAGE_BOX:
|
||||
@GIMP_CONSOLE:
|
||||
@GIMP_ERROR_CONSOLE:
|
||||
|
||||
<!-- ##### ENUM GimpPaintApplicationMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_PAINT_CONSTANT:
|
||||
@GIMP_PAINT_INCREMENTAL:
|
||||
|
||||
<!-- ##### ENUM GimpPDBArgType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_PDB_INT32:
|
||||
@GIMP_PDB_INT16:
|
||||
@GIMP_PDB_INT8:
|
||||
@GIMP_PDB_FLOAT:
|
||||
@GIMP_PDB_STRING:
|
||||
@GIMP_PDB_INT32ARRAY:
|
||||
@GIMP_PDB_INT16ARRAY:
|
||||
@GIMP_PDB_INT8ARRAY:
|
||||
@GIMP_PDB_FLOATARRAY:
|
||||
@GIMP_PDB_STRINGARRAY:
|
||||
@GIMP_PDB_COLOR:
|
||||
@GIMP_PDB_ITEM:
|
||||
@GIMP_PDB_DISPLAY:
|
||||
@GIMP_PDB_IMAGE:
|
||||
@GIMP_PDB_LAYER:
|
||||
@GIMP_PDB_CHANNEL:
|
||||
@GIMP_PDB_DRAWABLE:
|
||||
@GIMP_PDB_SELECTION:
|
||||
@GIMP_PDB_COLORARRAY:
|
||||
@GIMP_PDB_VECTORS:
|
||||
@GIMP_PDB_PARASITE:
|
||||
@GIMP_PDB_STATUS:
|
||||
@GIMP_PDB_END:
|
||||
@GIMP_PDB_PATH:
|
||||
@GIMP_PDB_BOUNDARY:
|
||||
@GIMP_PDB_REGION:
|
||||
|
||||
<!-- ##### ENUM GimpPDBErrorHandler ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_PDB_ERROR_HANDLER_INTERNAL:
|
||||
@GIMP_PDB_ERROR_HANDLER_PLUGIN:
|
||||
|
||||
<!-- ##### ENUM GimpPDBProcType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_INTERNAL:
|
||||
@GIMP_PLUGIN:
|
||||
@GIMP_EXTENSION:
|
||||
@GIMP_TEMPORARY:
|
||||
|
||||
<!-- ##### ENUM GimpPDBStatusType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_PDB_EXECUTION_ERROR:
|
||||
@GIMP_PDB_CALLING_ERROR:
|
||||
@GIMP_PDB_PASS_THROUGH:
|
||||
@GIMP_PDB_SUCCESS:
|
||||
@GIMP_PDB_CANCEL:
|
||||
|
||||
<!-- ##### ENUM GimpProgressCommand ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_PROGRESS_COMMAND_START:
|
||||
@GIMP_PROGRESS_COMMAND_END:
|
||||
@GIMP_PROGRESS_COMMAND_SET_TEXT:
|
||||
@GIMP_PROGRESS_COMMAND_SET_VALUE:
|
||||
@GIMP_PROGRESS_COMMAND_PULSE:
|
||||
@GIMP_PROGRESS_COMMAND_GET_WINDOW:
|
||||
|
||||
<!-- ##### ENUM GimpRepeatMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_REPEAT_NONE:
|
||||
@GIMP_REPEAT_SAWTOOTH:
|
||||
@GIMP_REPEAT_TRIANGULAR:
|
||||
|
||||
<!-- ##### ENUM GimpRunMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_RUN_INTERACTIVE:
|
||||
@GIMP_RUN_NONINTERACTIVE:
|
||||
@GIMP_RUN_WITH_LAST_VALS:
|
||||
|
||||
<!-- ##### ENUM GimpSizeType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_PIXELS:
|
||||
@GIMP_POINTS:
|
||||
|
||||
<!-- ##### ENUM GimpStackTraceMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_STACK_TRACE_NEVER:
|
||||
@GIMP_STACK_TRACE_QUERY:
|
||||
@GIMP_STACK_TRACE_ALWAYS:
|
||||
|
||||
<!-- ##### ENUM GimpTextDirection ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_TEXT_DIRECTION_LTR:
|
||||
@GIMP_TEXT_DIRECTION_RTL:
|
||||
|
||||
<!-- ##### ENUM GimpTextHintStyle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_TEXT_HINT_STYLE_NONE:
|
||||
@GIMP_TEXT_HINT_STYLE_SLIGHT:
|
||||
@GIMP_TEXT_HINT_STYLE_MEDIUM:
|
||||
@GIMP_TEXT_HINT_STYLE_FULL:
|
||||
|
||||
<!-- ##### ENUM GimpTextJustification ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_TEXT_JUSTIFY_LEFT:
|
||||
@GIMP_TEXT_JUSTIFY_RIGHT:
|
||||
@GIMP_TEXT_JUSTIFY_CENTER:
|
||||
@GIMP_TEXT_JUSTIFY_FILL:
|
||||
|
||||
<!-- ##### ENUM GimpTransferMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_SHADOWS:
|
||||
@GIMP_MIDTONES:
|
||||
@GIMP_HIGHLIGHTS:
|
||||
|
||||
<!-- ##### ENUM GimpTransformDirection ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_TRANSFORM_FORWARD:
|
||||
@GIMP_TRANSFORM_BACKWARD:
|
||||
|
||||
<!-- ##### ENUM GimpTransformResize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_TRANSFORM_RESIZE_ADJUST:
|
||||
@GIMP_TRANSFORM_RESIZE_CLIP:
|
||||
@GIMP_TRANSFORM_RESIZE_CROP:
|
||||
@GIMP_TRANSFORM_RESIZE_CROP_WITH_ASPECT:
|
||||
|
||||
<!-- ##### ENUM GimpUserDirectory ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_USER_DIRECTORY_DESKTOP:
|
||||
@GIMP_USER_DIRECTORY_DOCUMENTS:
|
||||
@GIMP_USER_DIRECTORY_DOWNLOAD:
|
||||
@GIMP_USER_DIRECTORY_MUSIC:
|
||||
@GIMP_USER_DIRECTORY_PICTURES:
|
||||
@GIMP_USER_DIRECTORY_PUBLIC_SHARE:
|
||||
@GIMP_USER_DIRECTORY_TEMPLATES:
|
||||
@GIMP_USER_DIRECTORY_VIDEOS:
|
||||
|
||||
<!-- ##### ENUM GimpVectorsStrokeType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_VECTORS_STROKE_TYPE_BEZIER:
|
||||
|
@ -1,114 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpbasetypes
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpEnumDesc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
@value_desc:
|
||||
@value_help:
|
||||
|
||||
<!-- ##### STRUCT GimpFlagsDesc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
@value_desc:
|
||||
@value_help:
|
||||
|
||||
<!-- ##### FUNCTION gimp_type_set_translation_domain ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@type:
|
||||
@domain:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_type_get_translation_domain ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@type:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_type_set_translation_context ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@type:
|
||||
@context:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_type_get_translation_context ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@type:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_enum_set_value_descriptions ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@enum_type:
|
||||
@descriptions:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_enum_get_value_descriptions ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@enum_type:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_flags_get_value_descriptions ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@flags_type:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_flags_set_value_descriptions ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@flags_type:
|
||||
@descriptions:
|
||||
|
||||
|
@ -1,62 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpchecks
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_CHECK_SIZE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_CHECK_SIZE_SM ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_CHECK_DARK ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_CHECK_LIGHT ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_checks_get_shades ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@type:
|
||||
@light:
|
||||
@dark:
|
||||
|
||||
|
@ -1,55 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpcpuaccel
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### ENUM GimpCpuAccelFlags ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_CPU_ACCEL_NONE:
|
||||
@GIMP_CPU_ACCEL_X86_MMX:
|
||||
@GIMP_CPU_ACCEL_X86_3DNOW:
|
||||
@GIMP_CPU_ACCEL_X86_MMXEXT:
|
||||
@GIMP_CPU_ACCEL_X86_SSE:
|
||||
@GIMP_CPU_ACCEL_X86_SSE2:
|
||||
@GIMP_CPU_ACCEL_X86_SSE3:
|
||||
@GIMP_CPU_ACCEL_PPC_ALTIVEC:
|
||||
|
||||
<!-- ##### FUNCTION gimp_cpu_accel_get_support ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_cpu_accel_set_use ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@use:
|
||||
|
||||
|
@ -1,66 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpdatafiles
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpDatafileData ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@filename:
|
||||
@dirname:
|
||||
@basename:
|
||||
@atime:
|
||||
@mtime:
|
||||
@ctime:
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpDatafileLoaderFunc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@file_data:
|
||||
@user_data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_datafiles_check_extension ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@filename:
|
||||
@extension:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_datafiles_read_directories ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@path_str:
|
||||
@flags:
|
||||
@loader_func:
|
||||
@user_data:
|
||||
|
||||
|
@ -1,142 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpenv
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_env_init ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@plug_in:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_directory ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_data_directory ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_locale_directory ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_plug_in_directory ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_sysconf_directory ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_user_directory ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@type:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_personal_rc_file ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@basename:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_gtkrc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_parse ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@path:
|
||||
@max_paths:
|
||||
@check:
|
||||
@check_failed:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_to_str ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@path:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_free ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@path:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_get_user_writable_dir ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@path:
|
||||
@Returns:
|
||||
|
||||
|
@ -1,59 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimplimits
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MIN_IMAGE_SIZE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MAX_IMAGE_SIZE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MIN_RESOLUTION ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MAX_RESOLUTION ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MAX_MEMSIZE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
@ -1,97 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpmemsize
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_memsize_serialize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@memsize:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_memsize_deserialize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@memsize:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_memsize_to_string ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@memsize:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_TYPE_MEMSIZE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_TYPE_PARAM_MEMSIZE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_IS_PARAM_SPEC_MEMSIZE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pspec:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_param_spec_memsize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@nick:
|
||||
@blurb:
|
||||
@minimum:
|
||||
@maximum:
|
||||
@default_value:
|
||||
@flags:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_VALUE_HOLDS_MEMSIZE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
|
||||
|
@ -1,52 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpparam
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARAM_STATIC_STRINGS ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARAM_READABLE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARAM_WRITABLE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARAM_READWRITE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
@ -1,245 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpparasite
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpParasite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@flags:
|
||||
@size:
|
||||
@data:
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@flags:
|
||||
@size:
|
||||
@data:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_free ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parasite:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_copy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parasite:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_compare ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@a:
|
||||
@b:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_is_type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parasite:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_is_persistent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parasite:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_is_undoable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parasite:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_has_flag ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parasite:
|
||||
@flag:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_flags ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parasite:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parasite:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_data ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parasite:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_data_size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parasite:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARASITE_PERSISTENT ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARASITE_UNDOABLE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARASITE_ATTACH_PARENT ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARASITE_PARENT_PERSISTENT ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARASITE_PARENT_UNDOABLE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARASITE_ATTACH_GRANDPARENT ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARASITE_GRANDPARENT_PERSISTENT ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PARASITE_GRANDPARENT_UNDOABLE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_TYPE_PARASITE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_TYPE_PARAM_PARASITE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_IS_PARAM_SPEC_PARASITE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pspec:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_param_spec_parasite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@nick:
|
||||
@blurb:
|
||||
@flags:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_VALUE_HOLDS_PARASITE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
|
||||
|
@ -1,75 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpparasiteio
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_PIXPIPE_MAXDIM ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpPixPipeParams ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@step:
|
||||
@ncells:
|
||||
@dim:
|
||||
@cols:
|
||||
@rows:
|
||||
@cellwidth:
|
||||
@cellheight:
|
||||
@placement:
|
||||
@free_placement_string:
|
||||
@rank:
|
||||
@selection:
|
||||
@free_selection_string:
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixpipe_params_init ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@params:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixpipe_params_parse ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parameters:
|
||||
@params:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixpipe_params_build ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@params:
|
||||
@Returns:
|
||||
|
||||
|
@ -1,63 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimprectangle
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rectangle_intersect ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@x1:
|
||||
@y1:
|
||||
@width1:
|
||||
@height1:
|
||||
@x2:
|
||||
@y2:
|
||||
@width2:
|
||||
@height2:
|
||||
@dest_x:
|
||||
@dest_y:
|
||||
@dest_width:
|
||||
@dest_height:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rectangle_union ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@x1:
|
||||
@y1:
|
||||
@width1:
|
||||
@height1:
|
||||
@x2:
|
||||
@y2:
|
||||
@width2:
|
||||
@height2:
|
||||
@dest_x:
|
||||
@dest_y:
|
||||
@dest_width:
|
||||
@dest_height:
|
||||
|
||||
|
@ -1,43 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpsignal
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpSignalHandlerFunc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@signum:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_signal_private ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@signum:
|
||||
@handler:
|
||||
@flags:
|
||||
@Returns:
|
||||
|
||||
|
@ -1,239 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpunit
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### ENUM GimpUnit ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_UNIT_PIXEL:
|
||||
@GIMP_UNIT_INCH:
|
||||
@GIMP_UNIT_MM:
|
||||
@GIMP_UNIT_POINT:
|
||||
@GIMP_UNIT_PICA:
|
||||
@GIMP_UNIT_END:
|
||||
@GIMP_UNIT_PERCENT:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_number_of_units ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_number_of_built_in_units ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@identifier:
|
||||
@factor:
|
||||
@digits:
|
||||
@symbol:
|
||||
@abbreviation:
|
||||
@singular:
|
||||
@plural:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_deletion_flag ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_set_deletion_flag ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@deletion_flag:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_factor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_digits ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_identifier ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_symbol ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_abbreviation ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_singular ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_plural ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_format_string ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@format:
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixels_to_units ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pixels:
|
||||
@unit:
|
||||
@resolution:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_units_to_pixels ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
@unit:
|
||||
@resolution:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_units_to_points ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
@unit:
|
||||
@resolution:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_TYPE_UNIT ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_TYPE_PARAM_UNIT ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_IS_PARAM_SPEC_UNIT ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pspec:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_param_spec_unit ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@nick:
|
||||
@blurb:
|
||||
@allow_pixels:
|
||||
@allow_percent:
|
||||
@default_value:
|
||||
@flags:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_VALUE_HOLDS_UNIT ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
|
||||
|
@ -1,170 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimputils
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_any_to_utf8 ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@str:
|
||||
@len:
|
||||
@warning_format:
|
||||
@...:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_filename_to_utf8 ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@filename:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_utf8_strtrim ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@str:
|
||||
@max_chars:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_escape_uline ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@str:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_strip_uline ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@str:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_canonicalize_identifier ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@identifier:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_enum_get_desc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@enum_class:
|
||||
@value:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_enum_get_value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@enum_type:
|
||||
@value:
|
||||
@value_name:
|
||||
@value_nick:
|
||||
@value_desc:
|
||||
@value_help:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_enum_value_get_desc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@enum_class:
|
||||
@enum_value:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_enum_value_get_help ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@enum_class:
|
||||
@enum_value:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_flags_get_first_desc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@flags_class:
|
||||
@value:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_flags_get_first_value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@flags_type:
|
||||
@value:
|
||||
@value_name:
|
||||
@value_nick:
|
||||
@value_desc:
|
||||
@value_help:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_flags_value_get_desc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@flags_class:
|
||||
@flags_value:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_flags_value_get_help ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@flags_class:
|
||||
@flags_value:
|
||||
@Returns:
|
||||
|
||||
|
@ -1,94 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpversion
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MAJOR_VERSION ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MINOR_VERSION ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MICRO_VERSION ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_VERSION ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_API_VERSION ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_CHECK_VERSION ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@major:
|
||||
@minor:
|
||||
@micro:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMPVAR ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### VARIABLE gimp_major_version ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### VARIABLE gimp_minor_version ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### VARIABLE gimp_micro_version ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
Reference in New Issue
Block a user