Parcourir la source

cmTimeLine.h/c : Added cmTimeLinePrefixPath().

master
Kevin Larke il y a 9 ans
Parent
révision
857dae7646
2 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 6
    0
      app/cmTimeLine.c
  2. 1
    0
      app/cmTimeLine.h

+ 6
- 0
app/cmTimeLine.c Voir le fichier

@@ -949,6 +949,12 @@ const cmChar_t* cmTimeLineFileName( cmTlH_t h )
949 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 958
 cmTlRC_t cmTimeLineFinalize( cmTlH_t* hp )
953 959
 {
954 960
   cmTlRC_t rc;

+ 1
- 0
app/cmTimeLine.h Voir le fichier

@@ -122,6 +122,7 @@ extern "C" {
122 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 124
   const cmChar_t* cmTimeLineFileName( cmTlH_t h );
125
+  const cmChar_t* cmTimeLinePrefixPath( cmTlH_t h );
125 126
 
126 127
   cmTlRC_t        cmTimeLineFinalize( cmTlH_t* hp );
127 128
 

Chargement…
Annuler
Enregistrer