Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / 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