~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to gtk/src/iconset.ccg

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-28 09:25:06 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120928092506-9h63ais5o750a8sk
Tags: 3.5.13-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglibmm-2.4-dev, libgtk-3-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// -*- c++ -*-
2
 
/* $Id: iconset.ccg,v 1.1 2003/01/21 13:40:26 murrayc Exp $ */
3
 
 
4
1
/*
5
 
 *
6
2
 * Copyright 1998-2002 The gtkmm Development Team
7
3
 *
8
4
 * This library is free software; you can redistribute it and/or
41
37
  return Glib::ArrayHandler<IconSize, IconSizeTraits>::array_to_vector(pSizes, n_sizes, Glib::OWNERSHIP_SHALLOW);
42
38
}
43
39
 
44
 
} /* namespace Gtk */
 
40
} //namespace Gtk
45
41
 
46
42