From 3c57dd931145d43f2b0aef96c4d178135956bf91 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 05:13:10 +0200 Subject: Adding upstream version 2.10.36. Signed-off-by: Daniel Baumann --- devel-docs/libgimp/html/libgimp-gimpdynamics.html | 124 ++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 devel-docs/libgimp/html/libgimp-gimpdynamics.html (limited to 'devel-docs/libgimp/html/libgimp-gimpdynamics.html') diff --git a/devel-docs/libgimp/html/libgimp-gimpdynamics.html b/devel-docs/libgimp/html/libgimp-gimpdynamics.html new file mode 100644 index 0000000..dc50ab8 --- /dev/null +++ b/devel-docs/libgimp/html/libgimp-gimpdynamics.html @@ -0,0 +1,124 @@ + + + + +gimpdynamics: GIMP Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

gimpdynamics

+

gimpdynamics — Operations related to paint dynamics.

+
+
+

Functions

+
++++ + + + + + + + + + + +
+gchar ** + +gimp_dynamics_get_list () +
+gboolean + +gimp_dynamics_refresh () +
+
+
+

Description

+

Operations related to paint dynamics.

+
+
+

Functions

+
+

gimp_dynamics_get_list ()

+
gchar **
+gimp_dynamics_get_list (const gchar *filter,
+                        gint *num_dynamics);
+

Retrieve the list of loaded paint dynamics.

+

This procedure returns a list of the paint dynamics that are +currently available.

+
+

Parameters

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

filter

An optional regular expression used to filter the list.

 

num_dynamics

The number of available paint dynamics.

 
+
+
+

Returns

+

The list of paint dynamics names. The returned value must +be freed with g_strfreev().

+
+

Since: 2.8

+
+
+
+

gimp_dynamics_refresh ()

+
gboolean
+gimp_dynamics_refresh (void);
+

Refresh current paint dynamics. This function always succeeds.

+

This procedure retrieves all paint dynamics currently in the user's +paint dynamics path and updates the paint dynamics dialogs +accordingly.

+
+

Returns

+

TRUE on success.

+
+

Since: 2.8

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