[vlc-devel] [PATCH 2/9] VLCKit: Cosmetic fixes to method declarations
Florent Pillet
fpillet at gmail.com
Fri Jul 11 01:35:04 CEST 2014
Note that these declarations are not needed anymore in modern Objective-C, as they are purely private
---
Sources/VLCEventManager.m | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/Sources/VLCEventManager.m b/Sources/VLCEventManager.m
index 65d8007..6e61894 100644
--- a/Sources/VLCEventManager.m
+++ b/Sources/VLCEventManager.m
@@ -80,11 +80,9 @@ typedef enum
- (void)startEventLoop;
-- (void)callDelegateOfObjectAndSendNotificationWithArgs:(message_t
-*)message;
+- (void)callDelegateOfObjectAndSendNotificationWithArgs:(message_t *)message;
- (void)callObjectMethodWithArgs:(message_t *)message;
-- (void)callDelegateOfObject:(id)aTarget withDelegateMethod:(SEL)aSelector
-withNotificationName:(NSString *)aNotificationName;
+- (void)callDelegateOfObject:(id)aTarget withDelegateMethod:(SEL)aSelector withNotificationName:(NSString *)aNotificationName;
- (pthread_cond_t *)signalData;
- (pthread_mutex_t *)queueLock;
--
1.8.5.2 (Apple Git-48)
More information about the vlc-devel
mailing list