From: Martin Ling Date: Wed, 29 Oct 2014 14:33:46 +0000 (+0000) Subject: bindings: Rename ConfigKey::get(string) to get_by_identifier(). X-Git-Tag: libsigrok-0.4.0~800 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=0bc1a7613ac2ad4c5b1148b9714791769a2b834c;hp=0bc1a7613ac2ad4c5b1148b9714791769a2b834c;p=libsigrok.git bindings: Rename ConfigKey::get(string) to get_by_identifier(). The polymorphism with get(int) causes problems here when a char * is passed. ---