mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
value: Make G-I happy by hiding gst_g_thread_get_type()
This commit is contained in:
parent
6be993d0a9
commit
cf6cfdc058
1 changed files with 4 additions and 0 deletions
|
@ -390,7 +390,11 @@ GType gst_fraction_get_type (void);
|
|||
GType gst_value_list_get_type (void);
|
||||
GType gst_value_array_get_type (void);
|
||||
GType gst_bitmask_get_type (void);
|
||||
|
||||
/* Hide this compatibility type from introspection */
|
||||
#ifndef __GI_SCANNER__
|
||||
GType gst_g_thread_get_type (void);
|
||||
#endif
|
||||
|
||||
GType gst_date_time_get_type (void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue