From e42129241681dde7adae7d20697e7b421682fbb4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:23:22 +0200 Subject: Adding upstream version 2.10.22. Signed-off-by: Daniel Baumann --- devel-docs/libgimp/html/libgimp-gimphelp.html | 101 ++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 devel-docs/libgimp/html/libgimp-gimphelp.html (limited to 'devel-docs/libgimp/html/libgimp-gimphelp.html') diff --git a/devel-docs/libgimp/html/libgimp-gimphelp.html b/devel-docs/libgimp/html/libgimp-gimphelp.html new file mode 100644 index 0000000..da1c122 --- /dev/null +++ b/devel-docs/libgimp/html/libgimp-gimphelp.html @@ -0,0 +1,101 @@ + + + + +gimphelp: GIMP Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

gimphelp

+

gimphelp — Loading help pages using gimp_help.

+
+
+

Functions

+
++++ + + + + +
+gboolean + +gimp_help () +
+
+
+

Description

+

Loading help pages using gimp_help.

+
+
+

Functions

+
+

gimp_help ()

+
gboolean
+gimp_help (const gchar *help_domain,
+           const gchar *help_id);
+

Load a help page.

+

This procedure loads the specified help page into the helpbrowser or +what ever is configured as help viewer. The help page is identified +by its domain and ID: if help_domain is NULL, we use the help_domain +which was registered using the gimp_plugin_help_register() +procedure. If help_domain is NULL and no help domain was registered, +the help domain of the main GIMP installation is used.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

help_domain

The help domain in which help_id is registered.

 

help_id

The help page's ID.

 
+
+
+

Returns

+

TRUE on success.

+
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3