RogersMine

 view release on metacpan or  search on metacpan

local/lib/perl5/ExtUtils/PkgConfig.pm  view on Meta::CPAN

=head1 SEE ALSO

ExtUtils::PkgConfig was designed to work with ExtUtils::Depends for compiling
the various modules of the gtk2-perl project.

  L<ExtUtils::Depends>

  L<http://gtk2-perl.sourceforge.net/>

This module is really just an interface to the pkg-config utility program.
http://www.freedesktop.org/Software/pkgconfig

=head1 AUTHORS

muppet E<lt>scott at asofyet dot orgE<gt>.

=head1 COPYRIGHT AND LICENSE

Copyright 2003-2004, 2012-2013 by muppet, Ross McFarland, and the gtk2-perl
team

local/lib/perl5/x86_64-linux-thread-multi/Glib/BookmarkFile.pod  view on Meta::CPAN

	$desc  = $b->get_description($uri);

	print "Bookmark for `$uri' ($title):\n";
	print "  $desc\n";
  }
  0;

  __DATA__
  <?xml version="1.0" encoding="UTF-8"?>
  <xbel version="1.0"
        xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
        xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info">
    <bookmark href="file:///tmp/test-file.txt" added="2006-03-22T18:54:00Z" modified="2006-03-22T18:54:00Z" visited="2006-03-22T18:54:00Z">
      <title>Test File</title>
      <desc>Some test file</desc>
      <info>
        <metadata owner="http://freedesktop.org">
          <mime:mime-type type="text/plain"/>
          <bookmark:applications>
            <bookmark:application name="Gedit" exec="gedit %u" timestamp="1143053640" count="1"/>
          </bookmark:applications>
        </metadata>
      </info>
    </bookmark>
  </xbel>

=for position DESCRIPTION

local/lib/perl5/x86_64-linux-thread-multi/Glib/KeyFile.pod  view on Meta::CPAN

  localekey[it]=Buon giorno
  localekey[es]=Buenas dias
  localekey[fr]=Bonjour

=for position DESCRIPTION

=head1 DESCRIPTION

B<Glib::KeyFile> lets you parse, edit or create files containing groups of
key-value pairs, which we call key files for lack of a better name. Several
freedesktop.org specifications use key files now, e.g the Desktop Entry
Specification and the Icon Theme Specification.

The syntax of key files is described in detail in the Desktop Entry
Specification, here is a quick summary: Key files consists of groups of
key-value pairs, interspersed with comments.

=cut



local/lib/perl5/x86_64-linux-thread-multi/Glib/Utils.pod  view on Meta::CPAN


=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'

local/man/man3/Glib::BookmarkFile.3pm  view on Meta::CPAN

\&        $desc  = $b\->get_description($uri);
\&
\&        print "Bookmark for \`$uri\*(Aq ($title):\en";
\&        print "  $desc\en";
\&  }
\&  0;
\&
\&  _\|_DATA_\|_
\&  <?xml version="1.0" encoding="UTF\-8"?>
\&  <xbel version="1.0"
\&        xmlns:bookmark="http://www.freedesktop.org/standards/desktop\-bookmarks"
\&        xmlns:mime="http://www.freedesktop.org/standards/shared\-mime\-info">
\&    <bookmark href="file:///tmp/test\-file.txt" added="2006\-03\-22T18:54:00Z" modified="2006\-03\-22T18:54:00Z" visited="2006\-03\-22T18:54:00Z">
\&      <title>Test File</title>
\&      <desc>Some test file</desc>
\&      <info>
\&        <metadata owner="http://freedesktop.org">
\&          <mime:mime\-type type="text/plain"/>
\&          <bookmark:applications>
\&            <bookmark:application name="Gedit" exec="gedit %u" timestamp="1143053640" count="1"/>
\&          </bookmark:applications>
\&        </metadata>
\&      </info>
\&    </bookmark>
\&  </xbel>
.Ve
.SH "DESCRIPTION"

local/man/man3/Glib::KeyFile.3pm  view on Meta::CPAN

\&  listkey=1;1;2;3;5;8;13;21
\&  localekey=Good Morning
\&  localekey[it]=Buon giorno
\&  localekey[es]=Buenas dias
\&  localekey[fr]=Bonjour
.Ve
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
\&\fBGlib::KeyFile\fR lets you parse, edit or create files containing groups of
key-value pairs, which we call key files for lack of a better name. Several
freedesktop.org specifications use key files now, e.g the Desktop Entry
Specification and the Icon Theme Specification.
.PP
The syntax of key files is described in detail in the Desktop Entry
Specification, here is a quick summary: Key files consists of groups of
key-value pairs, interspersed with comments.
.SH "METHODS"
.IX Header "METHODS"
.SS "keyfile = Glib::KeyFile\->\fBnew\fP"
.IX Subsection "keyfile = Glib::KeyFile->new"
.ie n .SS "boolean = $key_file\->\fBget_boolean\fP ($group_name, $key)"

local/man/man3/Glib::Utils.3pm  view on Meta::CPAN

\&\f(CW$directory\fR (Glib::UserDirectory)
.PP
Returns the full path of a special directory using its logical id.
.PP
Since: glib 2.14
.SH "ENUMS AND FLAGS"
.IX Header "ENUMS AND FLAGS"
.SS "enum Glib::UserDirectory"
.IX Subsection "enum Glib::UserDirectory"
.IP "\(bu" 4
\&'desktop' / 'G_USER_DIRECTORY_DESKTOP'
.IP "\(bu" 4
\&'documents' / 'G_USER_DIRECTORY_DOCUMENTS'
.IP "\(bu" 4
\&'download' / 'G_USER_DIRECTORY_DOWNLOAD'
.IP "\(bu" 4
\&'music' / 'G_USER_DIRECTORY_MUSIC'
.IP "\(bu" 4
\&'pictures' / 'G_USER_DIRECTORY_PICTURES'
.IP "\(bu" 4
\&'public\-share' / 'G_USER_DIRECTORY_PUBLIC_SHARE'



( run in 0.502 second using v1.01-cache-2.11-cpan-299005ec8e3 )