Update contrib.
2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
21 #ifndef __LIBOIL_WSD_SOLUTION_H__
22 #define __LIBOIL_WSD_SOLUTION_H__
23 #include "liboil_wsd_macro.h"
24 #include <liboil/liboiltypes.h>
25 #include <liboil/liboilfunction.h>
36 typedef struct ShutdownClosure ShutdownClosure;
39 * This struct represents a function to be called on shutdown.
41 struct ShutdownClosure
43 ShutdownClosure *next; /**< Next ShutdownClosure */
44 // DBusShutdownFunction func; /**< Function to call */
45 void *data; /**< Data for function */
48 struct liboil_global_struct
51 // VARIABLE_DECL(buffers,g,gstcheck,GList*)
52 VARIABLE_DECL(_class,g,abs_f32_f32,OilFunctionClass)
56 struct liboil_global_struct *liboil_ImpurePtr();
57 int liboil_Init(struct liboil_global_struct *);
64 #endif //__LIBOIL_WSD_SOLUTION_H__