mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
gst/gstutils.h: Add prototype for _get_type() function to GST_BOILERPLATE_FULL macro, so that gcc doesn't complain if...
Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * gst/gstutils.h: Add prototype for _get_type() function to GST_BOILERPLATE_FULL macro, so that gcc doesn't complain if the -Wmissing-prototypes compiler switch is being used (#325429).
This commit is contained in:
parent
f3b5a1952c
commit
76da1081b6
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2006-01-02 James Livingston <jrl at ids dot org dot au>
|
||||
|
||||
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstutils.h:
|
||||
Add prototype for _get_type() function to GST_BOILERPLATE_FULL
|
||||
macro, so that gcc doesn't complain if the -Wmissing-prototypes
|
||||
compiler switch is being used (#325429).
|
||||
|
||||
2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstbin.c: (gst_bin_query):
|
||||
|
|
|
@ -107,6 +107,8 @@ type_as_function ## _class_init_trampoline (gpointer g_class, \
|
|||
type_as_function ## _class_init ((type ## Class *)g_class); \
|
||||
} \
|
||||
\
|
||||
GType type_as_function ## _get_type (void); \
|
||||
\
|
||||
GType \
|
||||
type_as_function ## _get_type (void) \
|
||||
{ \
|
||||
|
|
Loading…
Reference in a new issue