Changeset 5d01cf935775068e6fd4b21362dcb6174a7c6c85
- 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
| ra14a5be |
r5d01cf9 |
|
| 28 | 28 | * Bridges functionality between libvlc and VLCMediaList implementation. |
|---|
| 29 | 29 | */ |
|---|
| | 30 | |
|---|
| | 31 | /* |
|---|
| | 32 | * Utility function |
|---|
| | 33 | */ |
|---|
| | 34 | |
|---|
| | 35 | #define catch_exception( ex ) __catch_exception( (void *)(ex), __FUNCTION__, __FILE__, __LINE__ ) |
|---|
| | 36 | extern void __catch_exception( void * e, const char * function, const char * file, int line_number ); |
|---|
| | 37 | |
|---|
| | 38 | /* |
|---|
| | 39 | * @interface VLC(class) (LibVLCBridging) |
|---|
| | 40 | */ |
|---|
| | 41 | |
|---|
| 30 | 42 | @interface VLCMediaList (LibVLCBridging) |
|---|
| 31 | 43 | /* Factories */ |
|---|
| rd87c31a |
r5d01cf9 |
|
| 52 | 52 | 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|---|
| 53 | 53 | 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, ); }; }; |
|---|
| 54 | 55 | 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|---|
| 55 | 56 | 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */; }; |
|---|
| … | … | |
| 59 | 60 | EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = EF73118F0CB5797B009473B4 /* VLCAudio.m */; }; |
|---|
| 60 | 61 | 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 = (); }; }; |
|---|
| 62 | 62 | EF78BD1B0CAEEEE700354E6E /* VLC.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD120CAEEEE700354E6E /* VLC.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|---|
| 63 | 63 | EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD130CAEEEE700354E6E /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|---|
| … | … | |
| 119 | 119 | 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoLayer.h; path = Public/VLCVideoLayer.h; sourceTree = "<group>"; }; |
|---|
| 120 | 120 | 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>"; }; |
|---|
| 121 | 122 | 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaDiscoverer.h; path = Public/VLCMediaDiscoverer.h; sourceTree = "<group>"; }; |
|---|
| 122 | 123 | 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaDiscoverer.m; sourceTree = "<group>"; }; |
|---|
| … | … | |
| 127 | 128 | EF73118F0CB5797B009473B4 /* VLCAudio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAudio.m; sourceTree = "<group>"; }; |
|---|
| 128 | 129 | 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>"; }; |
|---|
| 130 | 130 | EF78BD120CAEEEE700354E6E /* VLC.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLC.h; path = Public/VLC.h; sourceTree = "<group>"; }; |
|---|
| 131 | 131 | EF78BD130CAEEEE700354E6E /* VLCMedia.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMedia.h; path = Public/VLCMedia.h; sourceTree = "<group>"; }; |
|---|
| … | … | |
| 248 | 248 | sourceTree = "<group>"; |
|---|
| 249 | 249 | }; |
|---|
| | 250 | 637CFB960D2D281900A041B6 /* Internal */ = { |
|---|
| | 251 | isa = PBXGroup; |
|---|
| | 252 | children = ( |
|---|
| | 253 | EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */, |
|---|
| | 254 | ); |
|---|
| | 255 | name = Internal; |
|---|
| | 256 | sourceTree = "<group>"; |
|---|
| | 257 | }; |
|---|
| 250 | 258 | EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */ = { |
|---|
| 251 | 259 | isa = PBXGroup; |
|---|
| … | … | |
| 258 | 266 | isa = PBXGroup; |
|---|
| 259 | 267 | children = ( |
|---|
| 260 | | EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */, |
|---|
| | 268 | 637CFB960D2D281900A041B6 /* Internal */, |
|---|
| 261 | 269 | EF78BD120CAEEEE700354E6E /* VLC.h */, |
|---|
| | 270 | 637CFB930D2D280800A041B6 /* VLCLibrary.h */, |
|---|
| 262 | 271 | EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */, |
|---|
| 263 | | EF78BD0E0CAEEEC300354E6E /* VLCLibrary.h */, |
|---|
| 264 | 272 | EF78BD130CAEEEE700354E6E /* VLCMedia.h */, |
|---|
| 265 | 273 | 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */, |
|---|
| … | … | |
| 285 | 293 | 6303C43C0CF45CC30000ECC8 /* VLCMediaListAspect.h in Headers */, |
|---|
| 286 | 294 | EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */, |
|---|
| 287 | | EF78BD110CAEEEC300354E6E /* VLCLibrary.h in Headers */, |
|---|
| 288 | 295 | EF78BD1B0CAEEEE700354E6E /* VLC.h in Headers */, |
|---|
| 289 | 296 | EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */, |
|---|
| … | … | |
| 297 | 304 | 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */, |
|---|
| 298 | 305 | 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */, |
|---|
| | 306 | 637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */, |
|---|
| 299 | 307 | ); |
|---|
| 300 | 308 | runOnlyForDeploymentPostprocessing = 0; |
|---|