Sha256: a85b87d5defe063aa698513f7928dc9f18e9137ad29d8143c05aa75f6c8fbae5
Contents?: true
Size: 500 Bytes
Versions: 30
Compression:
Stored size: 500 Bytes
Contents
#ifndef __PB_UTILS_ENUM_TYPES_H__ #define __PB_UTILS_ENUM_TYPES_H__ #include <glib-object.h> G_BEGIN_DECLS /* enumerations from "install-plugins.h" */ GType gst_install_plugins_return_get_type (void); #define GST_TYPE_INSTALL_PLUGINS_RETURN (gst_install_plugins_return_get_type()) /* enumerations from "gstdiscoverer.h" */ GType gst_discoverer_result_get_type (void); #define GST_TYPE_DISCOVERER_RESULT (gst_discoverer_result_get_type()) G_END_DECLS #endif /* __PB_UTILS_ENUM_TYPES_H__ */
Version data entries
30 entries across 30 versions & 1 rubygems