~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/graphics/src/c/getHandleProperty/set_figure_id_property.c

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include "graphicObjectProperties.h"
33
33
 
34
34
/*------------------------------------------------------------------------*/
35
 
int set_figure_id_property(char* pobjUID, size_t stackPointer, int valueType, int nbRow, int nbCol )
 
35
int set_figure_id_property(void* _pvCtx, char* pobjUID, size_t stackPointer, int valueType, int nbRow, int nbCol )
36
36
{
37
37
    int id = 0;
38
38
    BOOL status = FALSE;