Constructor

MetaBarriernew

Declaration [src]

MetaBarrier*
meta_barrier_new (
  MetaBackend* backend,
  int x1,
  int y1,
  int x2,
  int y2,
  MetaBarrierDirection directions,
  GError** error
)

Description

No description available.

Parameters

backend MetaBackend
  No description available.
 The data is owned by the caller of the function.
x1 int
  No description available.
y1 int
  No description available.
x2 int
  No description available.
y2 int
  No description available.
directions MetaBarrierDirection
  No description available.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: MetaBarrier
  No description available.
 The caller of the function takes ownership of the data, and is responsible for freeing it.