Welcome to mirror list, hosted at ThFree Co, Russian Federation.

supportw.h « support - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f186e2a9e4932e41b081dcca8d23f48e030a80b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __SUPPORTW_H
#define __SUPPORTW_H

G_BEGIN_DECLS

gboolean supportw_register_delegate (const char *function_name, void *fnptr);
void supportw_test_all (void);

G_END_DECLS

#endif /* __SUPPORTW_H */