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 [2019/03/27 21:13] – revised blueberrybrownieapi_documentation [2021/01/26 04:00] – added section headers kevinbowen
Line 1: Line 1:
-===== API Documentation =====+{{ :xfce-64x64.png?nolink|}}
  
-Library references can be found in the releases: [[http://archive.xfce.org/src/xfce/garcon|garcon]], [[http://archive.xfce.org/src/xfce/exo|exo]], [[http://archive.xfce.org/src/xfce/libxfce4ui|libxfce4ui]], [[http://archive.xfce.org/src/xfce/libxfce4util|libxfce4util]], [[http://archive.xfce.org/src/xfce/thunar|thunar]], [[http://archive.xfce.org/src/xfce/xfconf|xfconf]]. They are often also installed by distributions in ''/usr/share/gtk-doc/html/''.+====== Xfce API Documentation ======
  
 +===== Core Xfce Libraries =====
 +Library references can be found in the releases:
 +
 +   * [[http://archive.xfce.org/src/xfce/garcon|garcon]]
 +   * [[http://archive.xfce.org/src/xfce/exo|exo]]
 +   * [[http://archive.xfce.org/src/xfce/libxfce4ui|libxfce4ui]]
 +   * [[http://archive.xfce.org/src/xfce/libxfce4util|libxfce4util]]
 +   * [[http://archive.xfce.org/src/xfce/thunar|thunar]]
 +   * [[http://archive.xfce.org/src/xfce/xfconf|xfconf]]
 + 
 +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 9: Line 24:
    * [[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:
Line 14: Line 33:
    * [[https://developer.gnome.org/gtk3/stable/gtk-getting-started.html|GTK+ 3 Tutorial (Official)]]    * [[https://developer.gnome.org/gtk3/stable/gtk-getting-started.html|GTK+ 3 Tutorial (Official)]]
  
-If you're looking to write a panel plugin, the [[http://git.xfce.org/panel-plugins/xfce4-sample-plugin/|xfce4-sample-plugin]] provides a base to get started.+If you're looking to write a panel plugin, the [[https://gitlab.xfce.org/panel-plugins/xfce4-sample-plugin|xfce4-sample-plugin]] provides a base to get started.