RogersMine
view release on metacpan or search on metacpan
local/lib/perl5/x86_64-linux-thread-multi/Glib/Utils.pod view on Meta::CPAN
=head2 list = Glib::get_system_data_dirs
Returns an ordered list of base directories in which to access system-wide
application data.
Since: glib 2.6
=head2 string = Glib::get_tmp_dir
Get the temp dir as appropriate for the current system. See the GLib docs
for info on how it works.
=head2 string = Glib::get_user_cache_dir
Gets the base directory in which to store non-essential, cached data specific
to particular user.
Since: glib 2.6
=head2 string = Glib::get_user_config_dir
Gets the base directory in which to store user-specific application
configuration information such as user preferences and settings.
Since: glib 2.6
=head2 string = Glib::get_user_data_dir
Get the base directory for application data such as icons that is customized
for a particular user.
Since: glib 2.6
=head2 string = Glib::get_user_name
Get the current user's name by whatever system-dependent means necessary.
=head2 string = Glib::get_user_special_dir ($directory)
=over
=item * $directory (Glib::UserDirectory)
=back
Returns the full path of a special directory using its logical id.
Since: glib 2.14
=cut
=head1 ENUMS AND FLAGS
=head2 enum Glib::UserDirectory
=over
=item * 'desktop' / 'G_USER_DIRECTORY_DESKTOP'
=item * 'documents' / 'G_USER_DIRECTORY_DOCUMENTS'
=item * 'download' / 'G_USER_DIRECTORY_DOWNLOAD'
=item * 'music' / 'G_USER_DIRECTORY_MUSIC'
=item * 'pictures' / 'G_USER_DIRECTORY_PICTURES'
=item * 'public-share' / 'G_USER_DIRECTORY_PUBLIC_SHARE'
=item * 'templates' / 'G_USER_DIRECTORY_TEMPLATES'
=item * 'videos' / 'G_USER_DIRECTORY_VIDEOS'
=back
=cut
=head1 SEE ALSO
L<Glib>
=cut
=head1 COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See L<Glib> for a full notice.
=cut
( run in 1.983 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )