Opened 17 years ago

Closed 16 years ago

#1677 closed defect (fixed)

Incorrect signature for Dataset.GetGCPs in C# bindings

Reported by: jbeverage Owned by: tamas
Priority: normal Milestone: 1.5.3
Component: CSharpBindings Version: 1.5.0 betas/RCs
Severity: normal Keywords:
Cc:

Description

The signature for DataSet.GetGCPs is incorrect in the C# bindings. It is currently: void DataSet.GetGCPs(SWIGTYPE_p_int nGCPs, SWIGTYPE_p_p_GDAL_GCP pGCPs)

It should be something like: GCP[] Dataset.GetGCPs()

Change History (3)

comment:1 by tamas, 16 years ago

Milestone: 1.5.1
Version: unspecified1.5.0 betas/RCs

comment:2 by tamas, 16 years ago

Status: newassigned

Added the implementation in trunk. Will backport to the stable branch.

comment:3 by tamas, 16 years ago

Resolution: fixed
Status: assignedclosed

Added to the stable branch r14917 r14918

Note: See TracTickets for help on using tickets.