~ubuntu-branches/ubuntu/natty/pangomm/natty

« back to all changes in this revision

Viewing changes to pango/pangomm/cairofontmap.h

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue
  • Date: 2009-04-03 00:35:01 UTC
  • mfrom: (5.1.2 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090403003501-y05hsap2s021a2rr
Tags: 2.24.0-2
* Upload to unstable.
  + Drop check-dist.mk.
  + Track unstable branch in Vcs-*.
* Change -dbg package to section debug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * Copyright 2001      The gtkmm Development Team
14
14
 *
15
15
 * This library is free software; you can redistribute it and/or
16
 
 * modify it under the terms of the GNU Library General Public
 
16
 * modify it under the terms of the GNU Lesser General Public
17
17
 * License as published by the Free Software Foundation; either
18
 
 * version 2 of the License, or (at your option) any later version.
 
18
 * version 2.1 of the License, or (at your option) any later version.
19
19
 *
20
20
 * This library is distributed in the hope that it will be useful,
21
21
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
22
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
23
 
 * Library General Public License for more details.
 
23
 * Lesser General Public License for more details.
24
24
 *
25
 
 * You should have received a copy of the GNU Library General Public
 
25
 * You should have received a copy of the GNU Lesser General Public
26
26
 * License along with this library; if not, write to the Free
27
27
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
28
28
 */
119
119
   * default fontmap uses for example.  The old default font map
120
120
   * is unreffed and the new font map referenced.
121
121
   * 
122
 
   * A value of <tt>0</tt> for @a fontmap will cause a new default font
 
122
   * A value of <tt>0</tt> for @a fontmap will cause the current default
 
123
   * font map to be released and a new default font
123
124
   * map to be created on demand, using new().
124
125
   * 
125
126
   * Since: 1.22
156
157
  /** Create a Pango::Context for the given fontmap.
157
158
   * @return The newly created context; free with Glib::object_unref().
158
159
   * 
159
 
   * Since: 1.10.
 
160
   * Since: 1.10
 
161
   * 
 
162
   * Deprecated: 1.22: Use pango_font_map_create_context() instead.
160
163
   */
161
164
  Glib::RefPtr<Context> create_context();
162
165