ソースを参照

cmTimeLine.h/c : Added cmTimeLinePrefixPath().

master
Kevin Larke 9年前
コミット
857dae7646
2個のファイルの変更7行の追加0行の削除
  1. 6
    0
      app/cmTimeLine.c
  2. 1
    0
      app/cmTimeLine.h

+ 6
- 0
app/cmTimeLine.c ファイルの表示

949
   return p->filename; 
949
   return p->filename; 
950
 }
950
 }
951
 
951
 
952
+const cmChar_t* cmTimeLinePrefixPath( cmTlH_t h )
953
+{ 
954
+  _cmTl_t* p = _cmTlHandleToPtr(h);  
955
+  return p->prefixPath; 
956
+}
957
+
952
 cmTlRC_t cmTimeLineFinalize( cmTlH_t* hp )
958
 cmTlRC_t cmTimeLineFinalize( cmTlH_t* hp )
953
 {
959
 {
954
   cmTlRC_t rc;
960
   cmTlRC_t rc;

+ 1
- 0
app/cmTimeLine.h ファイルの表示

122
   cmTlRC_t        cmTimeLineInitializeFromFile( cmCtx_t* ctx, cmTlH_t* hp, cmTlCb_t cbFunc, void* cbArg, const cmChar_t* fn, const cmChar_t* prefixPath );
122
   cmTlRC_t        cmTimeLineInitializeFromFile( cmCtx_t* ctx, cmTlH_t* hp, cmTlCb_t cbFunc, void* cbArg, const cmChar_t* fn, const cmChar_t* prefixPath );
123
 
123
 
124
   const cmChar_t* cmTimeLineFileName( cmTlH_t h );
124
   const cmChar_t* cmTimeLineFileName( cmTlH_t h );
125
+  const cmChar_t* cmTimeLinePrefixPath( cmTlH_t h );
125
 
126
 
126
   cmTlRC_t        cmTimeLineFinalize( cmTlH_t* hp );
127
   cmTlRC_t        cmTimeLineFinalize( cmTlH_t* hp );
127
 
128
 

読み込み中…
キャンセル
保存