/**
* champlain_marker_new_with_image:
- * @filename: The filename of the image.
- * @error: Return location for an error.
+ * @actor: The actor of the image.
*
* Returns a new #ChamplainMarker with a drawn marker containing the given
* image.
*
- * Since: 0.2
+ * Since: 0.4
*/
ClutterActor *
-champlain_marker_new_with_image (ClutterActor *actor,
- GError **error)
+champlain_marker_new_with_image (ClutterActor *actor)
{
ChamplainMarker *marker = CHAMPLAIN_MARKER (champlain_marker_new ());
if (actor != NULL)
* Returns a new #ChamplainMarker with a drawn marker containing the given
* image.
*
- * Since: 0.2
+ * Since: 0.4
*/
ClutterActor *
champlain_marker_new_from_file (const gchar *filename,
ClutterActor *champlain_marker_new_with_text (const gchar *text,
const gchar *font, ClutterColor *text_color, ClutterColor *marker_color);
-ClutterActor *champlain_marker_new_with_image (ClutterActor *actor,
- GError **error);
+ClutterActor *champlain_marker_new_with_image (ClutterActor *actor);
ClutterActor *champlain_marker_new_from_file (const gchar *filename,
GError **error);