Method

ClutterTimelinehas_marker

Declaration [src]

gboolean
clutter_timeline_has_marker (
  ClutterTimeline* timeline,
  const gchar* marker_name
)

Description [src]

Checks whether timeline has a marker set with the given name.

Available since:0.8

Parameters

marker_name const gchar*
 

The name of the marker.

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

Return value

Returns: gboolean
 

TRUE if the marker was found.