Make property write only
Original commit message from CVS: Make property write only
This commit is contained in:
parent
96377ea65a
commit
4e2192230b
@ -237,7 +237,7 @@ play_on_demand_class_init (GstPlayOnDemandClass *klass)
|
|||||||
g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_TICK_LIST,
|
g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_TICK_LIST,
|
||||||
g_param_spec_pointer("tick-list", "List of ticks to play",
|
g_param_spec_pointer("tick-list", "List of ticks to play",
|
||||||
"A list of ticks (musical times) at which to play the sample",
|
"A list of ticks (musical times) at which to play the sample",
|
||||||
G_PARAM_READWRITE));
|
G_PARAM_WRITABLE));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user