4 * Copyright 2008 Novell, Inc. (http://www.novell.com)
6 * See the LICENSE file included with the distribution for details.
10 #ifndef __MOON_XAP_H__
11 #define __MOON_XAP_H__
19 DependencyObject
*root
;
22 Xap (XamlLoader
*loader
, char *xap_dir
, DependencyObject
*root
);
25 DependencyObject
*getRoot () { return root
; }
27 /* @GenerateCBinding,GeneratePInvoke */
28 static char *Unpack (const char *fname
);
31 Xap
*xap_create_from_file (XamlLoader
*loader
, const char *filename
);
33 #endif /* __MOON_XAP_H__ */