man-pages/man3/File::IconTheme.3pm.html
2021-03-31 01:06:50 +01:00

112 lines
2.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of File::IconTheme</TITLE>
</HEAD><BODY>
<H1>File::IconTheme</H1>
Section: User Contributed Perl Documentation (3pm)<BR>Updated: 2018-05-11<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
File::IconTheme - find icon directories
<A NAME="lbAC">&nbsp;</A>
<H2>VERSION</H2>
This document describes File::IconTheme.
<A NAME="lbAD">&nbsp;</A>
<H2>SYNOPSIS</H2>
<PRE>
use File::IconTheme qw(xdg_icon_theme_search_dirs);
print join &quot;\n&quot;, xdg_icon_theme_search_dirs;
</PRE>
<A NAME="lbAE">&nbsp;</A>
<H2>DESCRIPTION</H2>
This module can be used to find directories as specified
by the Freedesktop.org Icon Theme Specification. Currently only a tiny
(but most useful) part of the specification is implemented.
<P>
In case you want to <B>store</B> an icon theme, use the directory returned by:
<P>
<PRE>
use File::BaseDir qw(data_dirs);
print scalar data_dirs('icons');
</PRE>
<A NAME="lbAF">&nbsp;</A>
<H2>INTERFACE</H2>
<DL COMPACT>
<DT id="1">&quot;xdg_icon_theme_search_dirs&quot;<DD>
Returns a list of the base directories of icon themes.
</DL>
<A NAME="lbAG">&nbsp;</A>
<H2>EXPORTS</H2>
None by default, but the method can be exported on demand.
<A NAME="lbAH">&nbsp;</A>
<H2>CONFIGURATION AND ENVIRONMENT</H2>
<TT>$XDG_DATA_HOME</TT>, <TT>$XDG_DATA_DIRS</TT>
<A NAME="lbAI">&nbsp;</A>
<H2>SEE ALSO</H2>
&lt;<A HREF="http://standards.freedesktop.org/icon-theme-spec/">http://standards.freedesktop.org/icon-theme-spec/</A>&gt;
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="2"><A HREF="#lbAB">NAME</A><DD>
<DT id="3"><A HREF="#lbAC">VERSION</A><DD>
<DT id="4"><A HREF="#lbAD">SYNOPSIS</A><DD>
<DT id="5"><A HREF="#lbAE">DESCRIPTION</A><DD>
<DT id="6"><A HREF="#lbAF">INTERFACE</A><DD>
<DT id="7"><A HREF="#lbAG">EXPORTS</A><DD>
<DT id="8"><A HREF="#lbAH">CONFIGURATION AND ENVIRONMENT</A><DD>
<DT id="9"><A HREF="#lbAI">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:43 GMT, March 31, 2021
</BODY>
</HTML>