Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
3b44ce0d
Commit
3b44ce0d
authored
Oct 20, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MacOSX/Framework: s/PrivateAPI/Private/
parent
d4a87d8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
extras/MacOSX/Framework/Sources/VLCEventManager.m
extras/MacOSX/Framework/Sources/VLCEventManager.m
+2
-2
extras/MacOSX/Framework/Sources/VLCMedia.m
extras/MacOSX/Framework/Sources/VLCMedia.m
+2
-2
extras/MacOSX/Framework/Sources/VLCMediaList.m
extras/MacOSX/Framework/Sources/VLCMediaList.m
+2
-2
No files found.
extras/MacOSX/Framework/Sources/VLCEventManager.m
View file @
3b44ce0d
...
...
@@ -44,7 +44,7 @@ struct message {
enum
message_type_t
type
;
};
@interface
VLCEventManager
(
Private
API
)
@interface
VLCEventManager
(
Private
)
-
(
void
)
callDelegateOfObjectAndSendNotificationWithArgs
:(
NSData
*
)
data
;
-
(
void
)
callObjectMethodWithArgs
:(
NSData
*
)
data
;
...
...
@@ -188,7 +188,7 @@ static void * EventDispatcherMainLoop(void * user_data)
}
@end
@implementation
VLCEventManager
(
Private
API
)
@implementation
VLCEventManager
(
Private
)
-
(
void
)
callDelegateOfObjectAndSendNotificationWithArgs
:(
NSData
*
)
data
{
...
...
extras/MacOSX/Framework/Sources/VLCMedia.m
View file @
3b44ce0d
...
...
@@ -92,7 +92,7 @@ static void HandleMediaDurationChanged(const libvlc_event_t *event, void *self)
// TODO: Documentation
@interface
VLCMedia
(
Private
API
)
@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
(
Private
API
)
@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;
...
...
extras/MacOSX/Framework/Sources/VLCMediaList.m
View file @
3b44ce0d
...
...
@@ -34,7 +34,7 @@ NSString *VLCMediaListItemAdded = @"VLCMediaListItemAdded";
NSString
*
VLCMediaListItemDeleted
=
@"VLCMediaListItemDeleted"
;
// TODO: Documentation
@interface
VLCMediaList
(
Private
API
)
@interface
VLCMediaList
(
Private
)
/* Initializers */
-
(
void
)
initInternalMediaList
;
...
...
@@ -273,7 +273,7 @@ static void HandleMediaListItemDeleted( const libvlc_event_t * event, void * use
@end
@implementation
VLCMediaList
(
Private
API
)
@implementation
VLCMediaList
(
Private
)
-
(
void
)
initInternalMediaList
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment