1Pango::AttrLanguage(3)User Contributed Perl DocumentationPango::AttrLanguage(3)
2
3
4
6 Pango::AttrLanguage
7
9 Glib::Boxed
10 +----Pango::AttrLanguage
11
13 attribute = Pango::AttrLanguage->new ($language, ...)
14 • $language (Pango::Language)
15
16 • ... (list)
17
18 "Pango::AttrLanguage" doesn't take a reference and doesn't copy the
19 "Pango::Language" object, but demands its validity nonetheless. So
20 make sure the language object stays alive at least as long as the
21 attribute.
22
23 language = $attr->value (...)
24 • ... (list)
25
27 Pango, Glib::Boxed
28
30 Copyright (C) 2003-2011 by the gtk2-perl team.
31
32 This software is licensed under the LGPL. See Pango for a full notice.
33
34
35
36perl v5.32.1 2021-01-27 Pango::AttrLanguage(3)