From 3b44ce0da7ae3edb641588faa9122325aabf4b28 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Sat, 20 Oct 2007 16:47:04 +0000 Subject: [PATCH] MacOSX/Framework: s/PrivateAPI/Private/ --- extras/MacOSX/Framework/Sources/VLCEventManager.m | 4 ++-- extras/MacOSX/Framework/Sources/VLCMedia.m | 4 ++-- extras/MacOSX/Framework/Sources/VLCMediaList.m | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extras/MacOSX/Framework/Sources/VLCEventManager.m b/extras/MacOSX/Framework/Sources/VLCEventManager.m index 64af60d83c..cce9a850ad 100644 --- a/extras/MacOSX/Framework/Sources/VLCEventManager.m +++ b/extras/MacOSX/Framework/Sources/VLCEventManager.m @@ -44,7 +44,7 @@ struct message { enum message_type_t type; }; -@interface VLCEventManager (PrivateAPI) +@interface VLCEventManager (Private) - (void)callDelegateOfObjectAndSendNotificationWithArgs:(NSData*)data; - (void)callObjectMethodWithArgs:(NSData*)data; @@ -188,7 +188,7 @@ static void * EventDispatcherMainLoop(void * user_data) } @end -@implementation VLCEventManager (PrivateAPI) +@implementation VLCEventManager (Private) - (void)callDelegateOfObjectAndSendNotificationWithArgs:(NSData*)data { diff --git a/extras/MacOSX/Framework/Sources/VLCMedia.m b/extras/MacOSX/Framework/Sources/VLCMedia.m index b27ddbb8d3..ccdabfff96 100644 --- a/extras/MacOSX/Framework/Sources/VLCMedia.m +++ b/extras/MacOSX/Framework/Sources/VLCMedia.m @@ -92,7 +92,7 @@ static void HandleMediaDurationChanged(const libvlc_event_t *event, void *self) // TODO: Documentation -@interface VLCMedia (PrivateAPI) +@interface VLCMedia (Private) /* Statics */ + (libvlc_meta_t)stringToMetaType:(NSString *)string; @@ -375,7 +375,7 @@ static void HandleMediaDurationChanged(const libvlc_event_t *event, void *self) @end -@implementation VLCMedia (PrivateAPI) +@implementation VLCMedia (Private) #define VLCStringToMeta( name, string ) if ([VLCMetaInformation##name compare:string] == NSOrderedSame) return libvlc_meta_##name; #define VLCMetaToString( name, type ) if (libvlc_meta_##name == type) return VLCMetaInformation##name; diff --git a/extras/MacOSX/Framework/Sources/VLCMediaList.m b/extras/MacOSX/Framework/Sources/VLCMediaList.m index fc4360340f..71c457cddf 100644 --- a/extras/MacOSX/Framework/Sources/VLCMediaList.m +++ b/extras/MacOSX/Framework/Sources/VLCMediaList.m @@ -34,7 +34,7 @@ NSString *VLCMediaListItemAdded = @"VLCMediaListItemAdded"; NSString *VLCMediaListItemDeleted = @"VLCMediaListItemDeleted"; // TODO: Documentation -@interface VLCMediaList (PrivateAPI) +@interface VLCMediaList (Private) /* Initializers */ - (void)initInternalMediaList; @@ -273,7 +273,7 @@ static void HandleMediaListItemDeleted( const libvlc_event_t * event, void * use @end -@implementation VLCMediaList (PrivateAPI) +@implementation VLCMediaList (Private) - (void)initInternalMediaList { -- 2.20.1