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
api_documentation [2021/01/26 08:44] – [xfconf] kevinbowenapi_documentation [2024/12/13 00:21] (current) – Updated GTK URLs kevinbowen
Line 11: Line 11:
  
 [[https://developer.xfce.org/|Main Xfce API Documentation Page]] [[https://developer.xfce.org/|Main Xfce API Documentation Page]]
 +
 +The Xfce library documentation may often be installed by distributions in ''/usr/share/gtk-doc/html/''.
  
 ---- ----
Line 23: Line 25:
  
    * [[https://developer.xfce.org/exo/index.html|Exo API documentation]]    * [[https://developer.xfce.org/exo/index.html|Exo API documentation]]
-   * [[https://docs.xfce.org/xfce/exo/start#latest_release|Release notes and link to latest release]] 
-   * [[https://docs.xfce.org/xfce/exo/bugs|Bug Reporting for exo]] 
  
 ---- ----
Line 34: Line 34:
  
    * [[https://developer.xfce.org/garcon/index.html|Garcon API documentation]]    * [[https://developer.xfce.org/garcon/index.html|Garcon API documentation]]
-   * [[http://archive.xfce.org/src/xfce/garcon|Release notes and link to latest release]] 
-   * [[https://docs.xfce.org/xfce/garcon/bugs|Bug Reporting for garcon]] 
  
 ---- ----
Line 44: Line 42:
  
    * [[https://developer.xfce.org/libxfce4ui/index.html|libxfce4ui API documentation]]    * [[https://developer.xfce.org/libxfce4ui/index.html|libxfce4ui API documentation]]
-   * [[http://archive.xfce.org/src/xfce/libxfce4ui|Release notes and link to latest release]] 
-   * [[https://docs.xfce.org/xfce/libxfce4ui/bugs|Bug Reporting for libxfce4ui]] 
  
 ---- ----
Line 54: Line 50:
  
    * [[https://developer.xfce.org/libxfce4util/index.html|libxfce4util API documentation]]    * [[https://developer.xfce.org/libxfce4util/index.html|libxfce4util API documentation]]
-   * [[http://archive.xfce.org/src/xfce/libxfce4util|Release notes and link to latest release]] 
-   * [[https://docs.xfce.org/xfce/libxfce4util/start#reporting_bugs|Bug report for libxfce4util]] 
  
 ---- ----
Line 64: Line 58:
  
    * [[https://developer.xfce.org/thunar/index.html|thunar API documentation]]    * [[https://developer.xfce.org/thunar/index.html|thunar API documentation]]
-   * [[http://archive.xfce.org/src/xfce/thunar|Release notes and link to latest release]] 
-   * [[https://docs.xfce.org/xfce/thunar/start#reporting_bugs|Bug reporting for thunar]] 
  
 ---- ----
Line 74: Line 66:
  
    * [[https://developer.xfce.org/xfce4-panel/index.html|xfce4-panel API documentation]]    * [[https://developer.xfce.org/xfce4-panel/index.html|xfce4-panel API documentation]]
-   * [[https://docs.xfce.org/xfce/xfce4-panel/start#latest_release|Release notes and link to latest release]] 
-    [[https://docs.xfce.org/xfce/xfconf/bugs|Bug reporting for xfce4-panel]] 
  
 ---- ----
Line 84: Line 74:
  
    * [[https://developer.xfce.org/xfconf/index.html|xfconf API documentation]]    * [[https://developer.xfce.org/xfconf/index.html|xfconf API documentation]]
-   * [[https://docs.xfce.org/xfce/xfconf/start#latest_release|Release notes and link to latest release]] 
-   * [[https://docs.xfce.org/xfce/xfconf/bugs|Bug reporting for xfconf]] 
  
  
Line 98: Line 86:
 GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures. GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures.
  
-   * [[https://developer.gnome.org/glib/stable/|GLib]]+   * [[https://docs.gtk.org/glib/|GLib documentation - Stable release]]
  
 ==== GIO ==== ==== GIO ====
Line 104: Line 92:
 GIO provides a modern and easy-to-use VFS API. It provides a file system abstraction which allows applications to access local and remote files with a single consistent API. GIO provides a modern and easy-to-use VFS API. It provides a file system abstraction which allows applications to access local and remote files with a single consistent API.
  
-   * [[https://developer.gnome.org/gio/stable/|GIO]]+   * [[https://docs.gtk.org/gio/|GIO]]
  
 ==== GDK ==== ==== GDK ====
Line 110: Line 98:
 GDK is an intermediate layer which isolates GTK+ from the details of the windowing system. GDK is an intermediate layer which isolates GTK+ from the details of the windowing system.
  
-   * [[https://developer.gnome.org/gdk3/stable/|GDK]]+   * [[https://docs.gtk.org/gdk3/|GDK]]
  
 ==== GTK+ ==== ==== GTK+ ====
Line 116: Line 104:
 GTK+ is the primary library used to construct user interfaces in GNOME applications. It provides user interface controls and signal callbacks to control user interfaces. GTK+ is the primary library used to construct user interfaces in GNOME applications. It provides user interface controls and signal callbacks to control user interfaces.
  
-   * [[https://developer.gnome.org/gtk3/stable/|GTK+]]+   * [[https://docs.gtk.org/gtk3/|GTK+]]
  
 [[|Back to Top]] [[|Back to Top]]
Line 132: Line 120:
 Tutorials for getting started with GTK+ are available at: Tutorials for getting started with GTK+ are available at:
  
-   * [[https://developer.gnome.org/gtk3/stable/gtk-getting-started.html|GTK+ 3 Tutorial (Official)]]+   * [[https://docs.gtk.org/gtk3/|GTK+ 3 Tutorial (Official)]]