~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to gtk/gtkprinter.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-06-16 11:11:24 UTC
  • mfrom: (1.14.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110616111124-4bqn50taxh7rrked
Tags: 2.24.5-0ubuntu1
* New upstream version
* 010_make_bg_changes_queue_repaint: dropped, the fix is in the new version
* include_m4_dir.patch: include the m4 directory from the previous version, 
  it's not shipped with the new tarball but required for the autoreconf run

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
 *
421
421
 * Since: 2.10
422
422
 */
423
 
G_CONST_RETURN gchar *
 
423
const gchar *
424
424
gtk_printer_get_name (GtkPrinter *printer)
425
425
{
426
426
  g_return_val_if_fail (GTK_IS_PRINTER (printer), NULL);
438
438
 *
439
439
 * Since: 2.10
440
440
 */
441
 
G_CONST_RETURN gchar *
 
441
const gchar *
442
442
gtk_printer_get_description (GtkPrinter *printer)
443
443
{
444
444
  g_return_val_if_fail (GTK_IS_PRINTER (printer), NULL);
476
476
 *
477
477
 * Since: 2.10
478
478
 */
479
 
G_CONST_RETURN gchar *
 
479
const gchar *
480
480
gtk_printer_get_state_message (GtkPrinter *printer)
481
481
{
482
482
  g_return_val_if_fail (GTK_IS_PRINTER (printer), NULL);
514
514
 *
515
515
 * Since: 2.10
516
516
 */
517
 
G_CONST_RETURN gchar *
 
517
const gchar *
518
518
gtk_printer_get_location (GtkPrinter *printer)
519
519
{
520
520
  g_return_val_if_fail (GTK_IS_PRINTER (printer), NULL);
552
552
 *
553
553
 * Since: 2.10
554
554
 */
555
 
G_CONST_RETURN gchar * 
 
555
const gchar *
556
556
gtk_printer_get_icon_name (GtkPrinter *printer)
557
557
{
558
558
  g_return_val_if_fail (GTK_IS_PRINTER (printer), NULL);