Changeset 5d01cf935775068e6fd4b21362dcb6174a7c6c85

Show
Ignore:
Timestamp:
03/01/08 15:27:42 (1 year ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1199370462 +0000
git-parent:

[df92fd38143bc1be7d3da54edfdfcb50e387b47e]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1199370462 +0000
Message:

MacOSX/Framework/VLCLibrary.h: Mark as public header.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h

    ra14a5be r5d01cf9  
    2828 * Bridges functionality between libvlc and VLCMediaList implementation. 
    2929 */ 
     30 
     31/* 
     32 * Utility function 
     33 */ 
     34 
     35#define catch_exception( ex ) __catch_exception( (void *)(ex), __FUNCTION__, __FILE__, __LINE__ ) 
     36extern void __catch_exception( void * e, const char * function, const char * file, int line_number ); 
     37 
     38/* 
     39 * @interface VLC(class) (LibVLCBridging) 
     40 */ 
     41 
    3042@interface VLCMediaList (LibVLCBridging) 
    3143/* Factories */ 
  • extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj

    rd87c31a r5d01cf9  
    5252        6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 
    5353        6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; }; 
     54        637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 637CFB930D2D280800A041B6 /* VLCLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; }; 
    5455        637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 
    5556        637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */; }; 
     
    5960        EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = EF73118F0CB5797B009473B4 /* VLCAudio.m */; }; 
    6061        EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */; settings = {ATTRIBUTES = (); }; }; 
    61         EF78BD110CAEEEC300354E6E /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0E0CAEEEC300354E6E /* VLCLibrary.h */; settings = {ATTRIBUTES = (); }; }; 
    6262        EF78BD1B0CAEEEE700354E6E /* VLC.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD120CAEEEE700354E6E /* VLC.h */; settings = {ATTRIBUTES = (Public, ); }; }; 
    6363        EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD130CAEEEE700354E6E /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; }; 
     
    119119        6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoLayer.h; path = Public/VLCVideoLayer.h; sourceTree = "<group>"; }; 
    120120        6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoLayer.m; sourceTree = "<group>"; }; 
     121        637CFB930D2D280800A041B6 /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Public/VLCLibrary.h; sourceTree = "<group>"; }; 
    121122        637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaDiscoverer.h; path = Public/VLCMediaDiscoverer.h; sourceTree = "<group>"; }; 
    122123        637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaDiscoverer.m; sourceTree = "<group>"; }; 
     
    127128        EF73118F0CB5797B009473B4 /* VLCAudio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAudio.m; sourceTree = "<group>"; }; 
    128129        EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCEventManager.h; path = Internal/VLCEventManager.h; sourceTree = "<group>"; }; 
    129         EF78BD0E0CAEEEC300354E6E /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Internal/VLCLibrary.h; sourceTree = "<group>"; }; 
    130130        EF78BD120CAEEEE700354E6E /* VLC.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLC.h; path = Public/VLC.h; sourceTree = "<group>"; }; 
    131131        EF78BD130CAEEEE700354E6E /* VLCMedia.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMedia.h; path = Public/VLCMedia.h; sourceTree = "<group>"; }; 
     
    248248            sourceTree = "<group>"; 
    249249        }; 
     250        637CFB960D2D281900A041B6 /* Internal */ = { 
     251            isa = PBXGroup; 
     252            children = ( 
     253                EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */, 
     254            ); 
     255            name = Internal; 
     256            sourceTree = "<group>"; 
     257        }; 
    250258        EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */ = { 
    251259            isa = PBXGroup; 
     
    258266            isa = PBXGroup; 
    259267            children = ( 
    260                 EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */, 
     268                637CFB960D2D281900A041B6 /* Internal */, 
    261269                EF78BD120CAEEEE700354E6E /* VLC.h */, 
     270                637CFB930D2D280800A041B6 /* VLCLibrary.h */, 
    262271                EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */, 
    263                 EF78BD0E0CAEEEC300354E6E /* VLCLibrary.h */, 
    264272                EF78BD130CAEEEE700354E6E /* VLCMedia.h */, 
    265273                637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */, 
     
    285293                6303C43C0CF45CC30000ECC8 /* VLCMediaListAspect.h in Headers */, 
    286294                EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */, 
    287                 EF78BD110CAEEEC300354E6E /* VLCLibrary.h in Headers */, 
    288295                EF78BD1B0CAEEEE700354E6E /* VLC.h in Headers */, 
    289296                EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */, 
     
    297304                637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */, 
    298305                6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */, 
     306                637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */, 
    299307            ); 
    300308            runOnlyForDeploymentPostprocessing = 0;