~ubuntu-branches/ubuntu/trusty/gtk2-engines-oxygen/trusty-proposed

« back to all changes in this revision

Viewing changes to src/oxygenstylewrapper.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2014-02-12 06:35:44 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20140212063544-nnetktl56v0huubt
Tags: 1.4.3-0ubuntu1
* New upstream release
* One major issue was fixed (basically some dangling
  pointers being wrongly accessed). (LP: #1219844)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define oxygenstylewrapper_h
3
3
/*
4
4
* this file is part of the oxygen gtk engine
5
 
* Copyright (c) 2010 Hugo Pereira Da Costa <hugo@oxygen-icons.org>
 
5
* Copyright (c) 2010 Hugo Pereira Da Costa <hugo.pereira@free.fr>
6
6
*
7
7
* based on the Null Theme Engine for Gtk+.
8
8
* Copyright (c) 2008 Robert Staudinger <robert.staudinger@gmail.com>
44
44
        //! type registration
45
45
        static void registerType( GTypeModule* );
46
46
 
 
47
        //! version type registration
 
48
        /*!
 
49
        it is used to let an external program retrieve
 
50
        the oxygen-gtk version that it uses, if any
 
51
        */
 
52
        static void registerVersionType( void );
 
53
 
47
54
        //! registered type
48
55
        static GType type( void );
49
56