Changes between Version 6 and Version 7 of rappture_r_api


Ignore:
Timestamp:
Feb 6, 2012 11:41:55 AM (12 years ago)
Author:
dkearney
Comment:

fixing rp_lib_get_file function prototype

Legend:

Unmodified
Added
Removed
Modified
  • rappture_r_api

    v6 v7  
    2020  value = '''rp_lib_get_boolean(''' ''lib'', ''path'' ''')''' [[BR]]
    2121  value = '''rp_lib_get_double(''' ''lib'', ''path'' ''')''' [[BR]]
    22   value = '''rp_lib_get_file(''' ''lib'', ''path'' ''')''' [[BR]]
    2322  value = '''rp_lib_get_integer(''' ''lib'', ''path'' ''')''' [[BR]]
    2423  value = '''rp_lib_get_string(''' ''lib'', ''path'' ''')''' [[BR]]
     24  value = '''rp_lib_get_file(''' ''lib'', ''path'', ''fileName'' ''')''' [[BR]]
     25
    2526
    2627  err = '''rp_lib_put_double(''' ''lib'', ''path'', ''value'', ''append'' ''')''' [[BR]]