Changeset 1095 for trunk/lang/perl/Rappture.xs
- Timestamp:
- Aug 5, 2008 4:34:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lang/perl/Rappture.xs
r1089 r1095 15 15 RpLibrary * 16 16 RpLibrary::new(filename = "") 17 c har *filename17 const char *filename 18 18 CODE: 19 19 RpLibrary *library; … … 40 40 const char * 41 41 RpLibrary::get( path ) 42 c har *path42 const char *path 43 43 CODE: 44 44 string result; … … 50 50 void 51 51 RpLibrary::put( path, value, append ) 52 c har *path53 c har *value52 const char *path 53 const char *value 54 54 int append 55 55 CODE: … … 58 58 void 59 59 RpLibrary::putFile( path, fileName, compress, append ) 60 c har *path61 c har *fileName60 const char *path 61 const char *fileName 62 62 int compress 63 63 int append
Note: See TracChangeset
for help on using the changeset viewer.