ARG_LOCATIONS is a pointer

Original commit message from CVS:
ARG_LOCATIONS is a pointer
This commit is contained in:
Steve Baker 2002-04-14 10:00:21 +00:00
parent c70bfc60b6
commit 2d5f9bf48f
4 changed files with 8 additions and 8 deletions

View file

@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass)
G_TYPE_POINTER);
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
g_param_spec_string("locations","locations","locations",
NULL, G_PARAM_READWRITE)); /* CHECKME */
g_param_spec_pointer("locations","locations","locations",
G_PARAM_READWRITE)); /* CHECKME */
gobject_class->set_property = gst_multidisksrc_set_property;
gobject_class->get_property = gst_multidisksrc_get_property;

View file

@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass)
G_TYPE_POINTER);
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
g_param_spec_string("locations","locations","locations",
NULL, G_PARAM_READWRITE)); /* CHECKME */
g_param_spec_pointer("locations","locations","locations",
G_PARAM_READWRITE)); /* CHECKME */
gobject_class->set_property = gst_multidisksrc_set_property;
gobject_class->get_property = gst_multidisksrc_get_property;

View file

@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass)
G_TYPE_POINTER);
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
g_param_spec_string("locations","locations","locations",
NULL, G_PARAM_READWRITE)); /* CHECKME */
g_param_spec_pointer("locations","locations","locations",
G_PARAM_READWRITE)); /* CHECKME */
gobject_class->set_property = gst_multidisksrc_set_property;
gobject_class->get_property = gst_multidisksrc_get_property;

View file

@ -107,8 +107,8 @@ gst_multidisksrc_class_init (GstMultiDiskSrcClass *klass)
G_TYPE_POINTER);
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_LOCATIONS,
g_param_spec_string("locations","locations","locations",
NULL, G_PARAM_READWRITE)); /* CHECKME */
g_param_spec_pointer("locations","locations","locations",
G_PARAM_READWRITE)); /* CHECKME */
gobject_class->set_property = gst_multidisksrc_set_property;
gobject_class->get_property = gst_multidisksrc_get_property;