ngHideOnClose.h
Go to the documentation of this file.
1 /*
2  * BEGIN NIGHTINGALE GPL
3  *
4  * This file is part of the Nightingale Media Player.
5  *
6  * Copyright(c) 2014
7  * http://www.getnightingale.com
8  *
9  * This file may be licensed under the terms of of the
10  * GNU General Public License Version 2 (the "GPL").
11  *
12  * Software distributed under the License is distributed
13  * on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
14  * express or implied. See the GPL for the specific language
15  * governing rights and limitations.
16  *
17  * You should have received a copy of the GPL along with this
18  * program. If not, go to http://www.gnu.org/licenses/gpl.html
19  * or write to the Free Software Foundation, Inc.,
20  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21  *
22  * END NIGHTINGALE GPL
23  */
24 
25 #ifndef _HIDEONCLOSE_H_
26 #define _HIDEONCLOSE_H_
27 
28 #include "ngIHideOnClose.h"
29 
30 #include <gtk/gtk.h>
31 
32 #define HIDEONCLOSE_CONTRACTID "@getnightingale.com/Nightingale/ngHideOnClose;1"
33 #define HIDEONCLOSE_CLASSNAME "hide-on-close"
34 
35 // ab61d3be-cfba-11e3-91bb-5404a6486fb4
36 #define HIDEONCLOSE_CID \
37  { 0xab61d3be, 0xcfba, 0x11e3, \
38  { 0x91, 0xbb, 0x54, 0x04, \
39  0xa6, 0x48, 0x6f, 0xb4 } }
40 
42 {
43  public:
45  NS_DECL_NGIHIDEONCLOSE
46 
47  ngHideOnClose();
48  virtual ~ngHideOnClose();
49 };
50 
51 #endif //_HIDEONCLOSE_H_
virtual ~ngHideOnClose()
NS_DECL_ISUPPORTS NS_DECL_NGIHIDEONCLOSE ngHideOnClose()