Method

ClutterTimelineremove_marker

Declaration [src]

void
clutter_timeline_remove_marker (
  ClutterTimeline* timeline,
  const gchar* marker_name
)

Description [src]

Removes marker_name, if found, from timeline.

Available since:0.8

Parameters

marker_name const gchar*
 

The name of the marker to remove.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.