Sha256: 76a396a086d0eed3e7ad4971f3fef32a2c3f060486f6dc562f4475464e6450f9
Contents?: true
Size: 381 Bytes
Versions: 76
Compression:
Stored size: 381 Bytes
Contents
/* * camera.c * * Created on: Mar 12, 2009 * Author: Anton */ #include "rhodes.hrh" #include <eikenv.h> extern void SendWindowEvent(TInt aEvent, const char* data); extern "C" { void take_picture(char* callback_url) { SendWindowEvent(ECmdTakePicture, callback_url); } void choose_picture(char* callback_url){ SendWindowEvent(ECmdChoosePicture, callback_url); } }
Version data entries
76 entries across 76 versions & 1 rubygems