From: Uwe Hermann Date: Thu, 30 Jan 2014 16:48:10 +0000 (+0100) Subject: sr_probe->index is no longer deprecated (for now). X-Git-Tag: libsigrok-0.3.0~172 X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=85d8aa496e49363b0088359aaa1f90fdb4f30c43 sr_probe->index is no longer deprecated (for now). --- diff --git a/libsigrok.h b/libsigrok.h index af5b18ce..cda125c5 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -607,8 +607,7 @@ enum { /** Information on single probe. */ struct sr_probe { - /** Number of probes, starting at 0. @deprecated The index field - * will go: use g_slist_length(sdi->probes) instead. */ + /** Number of probes, starting at 0. */ int index; /** Probe type (SR_PROBE_LOGIC, ...) */ int type;