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
2c3c94bd
Commit
2c3c94bd
authored
Feb 23, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GetVLCInstance must return an non-abstract typed object ...
parent
a13f27ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bindings/cil/src/instance.cs
bindings/cil/src/instance.cs
+1
-1
bindings/cil/src/libvlc.cs
bindings/cil/src/libvlc.cs
+1
-1
No files found.
bindings/cil/src/instance.cs
View file @
2c3c94bd
...
@@ -149,7 +149,7 @@ namespace VideoLAN.LibVLC
...
@@ -149,7 +149,7 @@ namespace VideoLAN.LibVLC
* Do not use this unless you really know what you are doing.
* Do not use this unless you really know what you are doing.
* @version VLC 1.0
* @version VLC 1.0
*/
*/
public
SafeHandle
Object
public
IntPtr
Object
{
{
get
get
{
{
...
...
bindings/cil/src/libvlc.cs
View file @
2c3c94bd
...
@@ -68,7 +68,7 @@ namespace VideoLAN.LibVLC
...
@@ -68,7 +68,7 @@ namespace VideoLAN.LibVLC
[
DllImport
(
"libvlc.dll"
,
EntryPoint
=
"libvlc_get_vlc_instance"
)]
[
DllImport
(
"libvlc.dll"
,
EntryPoint
=
"libvlc_get_vlc_instance"
)]
public
static
extern
public
static
extern
SafeHandle
GetVLCInstance
(
InstanceHandle
h
);
IntPtr
GetVLCInstance
(
InstanceHandle
h
);
/* media.c */
/* media.c */
[
DllImport
(
"libvlc.dll"
,
EntryPoint
=
"libvlc_media_new"
)]
[
DllImport
(
"libvlc.dll"
,
EntryPoint
=
"libvlc_media_new"
)]
...
...
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