Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
api_documentation [2021/01/26 03:10] – added icon modify page header kevinbowenapi_documentation [2021/01/26 04:33] – added summary kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 {{ :xfce-64x64.png?nolink|}} {{ :xfce-64x64.png?nolink|}}
  
 ====== Xfce API Documentation ====== ====== Xfce API Documentation ======
  
-===== Core Libraries =====+  * **[[#Core Xfce Libraries|Core Xfce Libraries]]** 
 +  * **[[#GTK+/Glib Libraries|GTK+/Glib Libraries]]** 
 +  * **[[#Developer Tutorials|Developer Tutorials]]** 
 + 
 + 
 +===== Core Xfce Libraries =====
 Library references can be found in the releases: Library references can be found in the releases:
  
-   * [[http://archive.xfce.org/src/xfce/garcon|garcon]]+==== Exo ==== 
 + 
 +Exo is an extension library used in the Xfce desktop, originally developed by 
 +[[https://www.os-cillation.de/en/opensourceprojekte/libexo/|os-cillation]]. It has some helper applications that are used throughout the entire Xfce desktop to manage preferred applications and edit ''.desktop'' files. 
 + 
 +exo is targeted at application development and is considered ready for production use. You no longer need to define the EXO_API_SUBJECT_TO_CHANGE preprocessor symbol. 
 + 
 +   * [[https://developer.xfce.org/exo/index.html|Exo library]]
    * [[http://archive.xfce.org/src/xfce/exo|exo]]    * [[http://archive.xfce.org/src/xfce/exo|exo]]
 +==== Garcon ====
 +   * [[https://developer.xfce.org/garcon/index.html|Garcon library]]
 +   * [[http://archive.xfce.org/src/xfce/garcon|garcon]]
 +==== libxfce4ui ====
 +   * [[https://developer.xfce.org/libxfce4ui/index.html|libxfce4ui library]]
    * [[http://archive.xfce.org/src/xfce/libxfce4ui|libxfce4ui]]    * [[http://archive.xfce.org/src/xfce/libxfce4ui|libxfce4ui]]
 +==== libxfce4util ====
 +   * [[https://developer.xfce.org/libxfce4util/index.html|libxfce4util library]]
    * [[http://archive.xfce.org/src/xfce/libxfce4util|libxfce4util]]    * [[http://archive.xfce.org/src/xfce/libxfce4util|libxfce4util]]
 +==== thunar ====
 +   * [[https://developer.xfce.org/thunar/index.html|thunar library]]
    * [[http://archive.xfce.org/src/xfce/thunar|thunar]]    * [[http://archive.xfce.org/src/xfce/thunar|thunar]]
 +==== xfce4-panel ====
 +   * [[https://developer.xfce.org/xfce4-panel/index.html|xfce4-panel library]]
 +==== xfconf ====
 +   * [[https://developer.xfce.org/xfconf/index.html|xfconf library]]
    * [[http://archive.xfce.org/src/xfce/xfconf|xfconf]]    * [[http://archive.xfce.org/src/xfce/xfconf|xfconf]]
    
 These libraries are often also installed by distributions in ''/usr/share/gtk-doc/html/''. These libraries are often also installed by distributions in ''/usr/share/gtk-doc/html/''.
  
 +----
 +
 +===== GTK+/Glib Libraries =====
 Additionally, Xfce uses the GTK+/Glib family of libraries which can be found at the following: Additionally, Xfce uses the GTK+/Glib family of libraries which can be found at the following:
  
Line 21: Line 50:
    * [[https://developer.gnome.org/gdk3/stable/|GDK]]    * [[https://developer.gnome.org/gdk3/stable/|GDK]]
    * [[https://developer.gnome.org/gtk3/stable/|GTK+]]    * [[https://developer.gnome.org/gtk3/stable/|GTK+]]
 +
 +----
 +
 +===== Developer Tutorials =====
  
 Tutorials for getting started with GTK+ are available at: Tutorials for getting started with GTK+ are available at: