summaryrefslogtreecommitdiff
path: root/gst/gstparamspecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstparamspecs.h')
-rw-r--r--gst/gstparamspecs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/gstparamspecs.h b/gst/gstparamspecs.h
index 0c843e6aa..06df11e6a 100644
--- a/gst/gstparamspecs.h
+++ b/gst/gstparamspecs.h
@@ -82,10 +82,10 @@ G_BEGIN_DECLS
/* --- get_type functions --- */
-GST_EXPORT
+GST_API
GType gst_param_spec_fraction_get_type (void);
-GST_EXPORT
+GST_API
GType gst_param_spec_array_get_type (void);
@@ -132,7 +132,7 @@ struct _GstParamSpecArray {
/* --- GParamSpec prototypes --- */
-GST_EXPORT
+GST_API
GParamSpec * gst_param_spec_fraction (const gchar * name,
const gchar * nick,
const gchar * blurb,
@@ -140,7 +140,7 @@ GParamSpec * gst_param_spec_fraction (const gchar * name,
gint max_num, gint max_denom,
gint default_num, gint default_denom,
GParamFlags flags) G_GNUC_MALLOC;
-GST_EXPORT
+GST_API
GParamSpec * gst_param_spec_array (const gchar * name,
const gchar * nick,
const gchar * blurb,