protection: Fix the string to define unspecified system id
[platform/upstream/gstreamer.git] / gst / gsterror.h
index 91238dc..59921cb 100644 (file)
@@ -242,19 +242,19 @@ typedef enum
  */
 #define GST_ERROR_SYSTEM    ("system error: %s", g_strerror (errno))
 
-GST_EXPORT
+GST_API
 gchar *gst_error_get_message (GQuark domain, gint code);
 
-GST_EXPORT
+GST_API
 GQuark gst_stream_error_quark (void);
 
-GST_EXPORT
+GST_API
 GQuark gst_core_error_quark (void);
 
-GST_EXPORT
+GST_API
 GQuark gst_resource_error_quark (void);
 
-GST_EXPORT
+GST_API
 GQuark gst_library_error_quark (void);
 
 G_END_DECLS