~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to font-viewer/totem-resources.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-03-17 15:34:39 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317153439-e1qqregm2p5qzapn
Tags: 1:2.26.0-0ubuntu1
* New upstream release: (LP: #344244)
  + About me:
   - Fix warning when selecting a finger to enroll in the combo box
     (Bastien Nocera)
  + Default applications:
   - Fix mnemonic conflicts (Jens Granseuer)
  + Display:
   - Make the strings of the rotation dialog appear translated (Gabor Kelemen)
   - Fix crash when refreshing RANDR configuration (Federico Mena Quintero)
     (LP: #340386)
  + Font viewer:
   - Stop the font thumbnailer eating all the CPU (Bastien Nocera) (LP: #339417)
  + Keybindings:
   - Fix mnemonics conflict on the custom shortcut window (Jens Granseuer)
  + Typing break:
   - Revert string freeze breaker (Thomas H.P. Andersen)
  + Updated translations
* Refresh debian/patches/99_autoreconf.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* 
 
2
 * Copyright (C) 2007 Bastien Nocera <hadess@hadess.net>
 
3
 *
 
4
 * This program is free software; you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation; either version 2 of the License, or
 
7
 * (at your option) any later version.
 
8
 *
 
9
 * This program is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
 * GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License
 
15
 * along with this program; if not, write to the Free Software
 
16
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA.
 
17
 *
 
18
 * The Totem project hereby grant permission for non-gpl compatible GStreamer
 
19
 * plugins to be used and distributed together with GStreamer and Totem. This
 
20
 * permission are above and beyond the permissions granted by the GPL license
 
21
 * Totem is covered by.
 
22
 *
 
23
 * Monday 7th February 2005: Christian Schaller: Add exception clause.
 
24
 * See license_change file for details.
 
25
 *
 
26
 */
 
27
 
 
28
#include <glib.h>
 
29
 
 
30
void totem_resources_monitor_start      (const char *input,
 
31
                                         gint wall_clock_time);
 
32
void totem_resources_monitor_stop       (void);
 
33