Initialize Tizen 2.3
[framework/multimedia/gst-plugins-base0.10.git] / mobile / win32 / common / pbutils-enumtypes.h
1
2
3
4 #ifndef __PB_UTILS_ENUM_TYPES_H__
5 #define __PB_UTILS_ENUM_TYPES_H__
6
7 #include <glib-object.h>
8
9 G_BEGIN_DECLS
10
11 /* enumerations from "install-plugins.h" */
12 GType gst_install_plugins_return_get_type (void);
13 #define GST_TYPE_INSTALL_PLUGINS_RETURN (gst_install_plugins_return_get_type())
14
15 /* enumerations from "gstdiscoverer.h" */
16 GType gst_discoverer_result_get_type (void);
17 #define GST_TYPE_DISCOVERER_RESULT (gst_discoverer_result_get_type())
18 G_END_DECLS
19
20 #endif /* __PB_UTILS_ENUM_TYPES_H__ */
21
22
23