Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xfce
xfce4-dev-tools
Commits
7c609066
Commit
7c609066
authored
Apr 28, 2021
by
Simon Steinbeiss
Committed by
Simon Steinbeiß
May 06, 2021
Browse files
Improve Xfce Developer Center (developer.xfce.org)
parent
5f372ab3
Pipeline
#9622
passed with stages
in 15 minutes
Changes
2
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
apidocs/index.html
View file @
7c609066
<html>
<head>
<title>
Xfce API Documentation
</title>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
/>
<link
rel=
"shortcut icon"
href=
"/lib/tpl/xfce/images/favicon.ico"
/>
<link
rel=
"apple-touch-icon"
href=
"/lib/tpl/xfce/images/apple-touch-icon.png"
/>
<link
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.xfce.org/style/base_header.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body>
<div><table
class=
"navigation"
id=
"top"
width=
"100%"
cellpadding=
"2"
cellspacing=
"0"
><tr><th
valign=
"middle"
><p
class=
"title"
>
Xfce Reference Manual
</p></th></tr></table></div>
<h3>
Xfce API Documentation
</h3>
<div
id=
"xfce-header"
>
<div>
<ul>
<li><a
href=
"https://www.xfce.org"
title=
"Go to the homepage"
>
Home
</a></li>
<li><a
href=
"https://docs.xfce.org"
title=
"Official documentation"
>
Docs
</a></li>
<li><a
href=
"https://archive.xfce.org"
title=
"Download location of tarballs"
>
Archive
</a></li>
<li><a
href=
"https://wiki.xfce.org"
title=
"Community documentation"
>
Wiki
</a></li>
<li><a
href=
"https://forum.xfce.org"
title=
"Community forums"
>
Forum
</a></li>
<li><a
href=
"https://gitlab.xfce.org"
title=
"Report and track bugs"
>
Bugs
</a></li>
<li><a
href=
"https://blog.xfce.org"
title=
"Visit the blog"
>
Blog
</a></li>
<li><a
href=
"https://docs.xfce.org/contribute/translate/start"
title=
"Help translating the Xfce project"
>
Translate
</a></li>
<li><a
href=
"https://gitlab.xfce.org"
title=
"Project repositories"
>
Git
</a></li>
</ul>
</div>
<!--<div id="xfce-header-clear"></div>-->
</div>
<div><img
src=
"https://gitlab.xfce.org/xfce/libxfce4ui/-/raw/master/icons/128x128/xfce4-logo.png?inline=true"
style=
"margin-top: 35px;"
></div>
<h1>
Xfce Developer Center
</h1>
<h3>
Building and contributing to Xfce
</h3>
<div
class=
"toc"
><dl
class=
"toc"
>
<dt><a
href=
"libxfce4util/index.html"
>
libxfce4util
</a></dt>
<dt><a
href=
"xfconf/index.html"
>
xfconf
</a></dt>
<dt><a
href=
"libxfce4ui/index.html"
>
libxfce4ui
</a></dt>
<dt><a
href=
"exo/index.html"
>
exo
</a></dt>
<dt><a
href=
"garcon/index.html"
>
garcon
</a></dt>
<dt><a
href=
"xfce4-panel/index.html"
>
xfce4-panel
</a></dt>
<dt><a
href=
"thunar/index.html"
>
thunar
</a></dt>
<dt><span
class=
"refentrytitle"
><a
href=
"https://docs.xfce.org/xfce/building"
>
Building Xfce
</a></span></dt>
<dt><span
class=
"refentrytitle"
><a
href=
"https://docs.xfce.org/contribute/dev/start"
>
How to contribute
</a></span></dt>
</dl></div>
<h3>
API Documentation
</h3>
<div
class=
"toc"
><dl
class=
"toc"
>
<dt><span
class=
"refentrytitle"
><a
href=
"libxfce4util/index.html"
>
libxfce4util
</a></span></dt>
<dt><span
class=
"refentrytitle"
><a
href=
"xfconf/index.html"
>
xfconf
</a></span></dt>
<dt><span
class=
"refentrytitle"
><a
href=
"libxfce4ui/index.html"
>
libxfce4ui
</a></span></dt>
<dt><span
class=
"refentrytitle"
><a
href=
"exo/index.html"
>
exo
</a></span></dt>
<dt><span
class=
"refentrytitle"
><a
href=
"garcon/index.html"
>
garcon
</a></span></dt>
<dt><span
class=
"refentrytitle"
><a
href=
"xfce4-panel/index.html"
>
xfce4-panel
</a></span></dt>
<dt><span
class=
"refentrytitle"
><a
href=
"thunar/index.html"
>
thunar
</a></span></dt>
</dl></div>
</body>
</html>
\ No newline at end of file
</html>
apidocs/style.css
View file @
7c609066
#xfce-header
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
padding
:
0
;
}
body
{
font-family
:
cantarell
,
sans-serif
;
...
...
@@ -374,7 +383,7 @@ acronym,abbr
border-spacing
:
5px
;
margin-top
:
0
;
margin-bottom
:
0
;
top
:
0
;
top
:
35
;
left
:
0
;
z-index
:
10
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment