X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstchildproxy.h;h=57e30124d5e19815ca5e2de28deffc09a2e38288;hb=bb07550c2dc9a62dfaa58701d085f9ff7658d75f;hp=88d200fb05a82fe3a73642a61db57ccfc7c844c1;hpb=39664da1f07bda3032ea867fc695450b689b9d8f;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstchildproxy.h b/gst/gstchildproxy.h index 88d200f..57e3012 100644 --- a/gst/gstchildproxy.h +++ b/gst/gstchildproxy.h @@ -67,48 +67,48 @@ struct _GstChildProxyInterface gpointer _gst_reserved[GST_PADDING]; }; -GST_EXPORT +GST_API GType gst_child_proxy_get_type (void); -GST_EXPORT +GST_API GObject * gst_child_proxy_get_child_by_name (GstChildProxy * parent, const gchar * name); -GST_EXPORT +GST_API guint gst_child_proxy_get_children_count (GstChildProxy * parent); -GST_EXPORT +GST_API GObject * gst_child_proxy_get_child_by_index (GstChildProxy * parent, guint index); -GST_EXPORT +GST_API gboolean gst_child_proxy_lookup (GstChildProxy *object, const gchar *name, GObject **target, GParamSpec **pspec); -GST_EXPORT +GST_API void gst_child_proxy_get_property (GstChildProxy * object, const gchar *name, GValue *value); -GST_EXPORT +GST_API void gst_child_proxy_get_valist (GstChildProxy * object, const gchar * first_property_name, va_list var_args); -GST_EXPORT +GST_API void gst_child_proxy_get (GstChildProxy * object, const gchar * first_property_name, ...) G_GNUC_NULL_TERMINATED; -GST_EXPORT +GST_API void gst_child_proxy_set_property (GstChildProxy * object, const gchar *name, const GValue *value); -GST_EXPORT +GST_API void gst_child_proxy_set_valist (GstChildProxy* object, const gchar * first_property_name, va_list var_args); -GST_EXPORT +GST_API void gst_child_proxy_set (GstChildProxy * object, const gchar * first_property_name, ...) G_GNUC_NULL_TERMINATED; -GST_EXPORT +GST_API void gst_child_proxy_child_added (GstChildProxy * parent, GObject * child, const gchar *name); -GST_EXPORT +GST_API void gst_child_proxy_child_removed (GstChildProxy * parent, GObject * child, const gchar *name);