[gimp-web-devel/hugo] content: list and link API (downloaded separately).



commit c32ae1882514784d2b84a2f77c970f561f70d6da
Author: Jehan <jehan girinstud io>
Date:   Sun Aug 7 16:24:34 2022 +0200

    content: list and link API (downloaded separately).

 content/api/2.0.md                 | 16 ++++++++++++++++
 content/api/2.0/libtest/test.txt   |  1 -
 content/resource_developers/api.md | 12 ++++++++++++
 3 files changed, 28 insertions(+), 1 deletion(-)
---
diff --git a/content/api/2.0.md b/content/api/2.0.md
new file mode 100644
index 0000000..765da45
--- /dev/null
+++ b/content/api/2.0.md
@@ -0,0 +1,16 @@
++++
+title = "Reference for GIMP 2.0 API"
+date = "2022-08-07"
+abbrev = "api-ref-2.0"
+description = "GIMP Reference Manuals"
++++
+
+* [GIMP Library](/api/2.0/libgimp/)
+* [GIMP Base Library](/api/2.0/libgimpbase/)
+* [GIMP Color Library](/api/2.0/libgimpcolor/)
+* [GIMP Config Library](/api/2.0/libgimpconfig/)
+* [GIMP Math Library](/api/2.0/libgimpmath/)
+* [GIMP Module Library](/api/2.0/libgimpmodule/)
+* [GIMP Thumbnail Library](/api/2.0/libgimpthumb/)
+* [GIMP Widgets Library](/api/2.0/libgimpwidgets/)
+
diff --git a/content/resource_developers/api.md b/content/resource_developers/api.md
new file mode 100644
index 0000000..dc9aca7
--- /dev/null
+++ b/content/resource_developers/api.md
@@ -0,0 +1,12 @@
++++
+title = "API References"
+date = "2022-08-07"
+abbrev = "api-ref"
+description = "GIMP Reference Manuals"
++++
+
+GIMP comes with libraries which can be used by plug-in developers to
+enhance their usage of the software. This page lists documentations for
+the `Application Programming Interfaces (API)` of these libraries:
+
+* [GIMP 2.0 API](/api/2.0/): for versions 2.0 up to 2.10.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]