Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

zh-cn:api_documentation [2018/11/23 03:28] – created yjworkzh-cn:api_documentation [2021/01/05 06:55] (current) yjwork
Line 1: Line 1:
-===== API documentation =====+===== API 文档 =====
  
-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/''.+库参考文献可以在以下版本中找到:
  
-Additionally, Xfce uses the GTK+/Glib family of libraries which can be found at the following:+   * [[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]] 
 +  
 +这些库通常也由分布在 ''/usr/share/gtk-doc/html/''
 + 
 +此外,Xfce 使用 GTK+/Glib 系列库,这些库可以在以下位置找到:
  
    * [[https://developer.gnome.org/glib/stable/|GLib]]    * [[https://developer.gnome.org/glib/stable/|GLib]]
Line 10: Line 19:
    * [[https://developer.gnome.org/gtk3/stable/|GTK+]]    * [[https://developer.gnome.org/gtk3/stable/|GTK+]]
  
-Tutorials for getting started with GTK+ are available at:+有关 GTK+ 入门的教程,请访问:
  
    * [[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 at writing a panel plugin, you may want to look at the [[http://git.xfce.org/panel-plugins/xfce4-sample-plugin/|xfce4-sample-plugin]] for an easy start.+如果你想写一个面板插件,[[https://gitlab.xfce.org/panel-plugins/xfce4-sample-plugin|xfce4-sample-plugin]] 提供了入门的基础。