Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
b50a5203
Commit
b50a5203
authored
Sep 22, 2006
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bindings/mediacontrol-python/vlc_mediacontrol.c: rename
mc.get_instance to mc.get_vlc_instance
parent
476618bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bindings/mediacontrol-python/vlc_mediacontrol.c
bindings/mediacontrol-python/vlc_mediacontrol.c
+3
-3
No files found.
bindings/mediacontrol-python/vlc_mediacontrol.c
View file @
b50a5203
...
...
@@ -108,7 +108,7 @@ MediaControl_dealloc( PyObject *self )
}
static
PyObject
*
MediaControl_get_instance
(
PyObject
*
self
,
PyObject
*
args
)
MediaControl_get_
vlc_
instance
(
PyObject
*
self
,
PyObject
*
args
)
{
vlcInstance
*
p_ret
;
...
...
@@ -598,8 +598,8 @@ MediaControl_set_visual( PyObject *self, PyObject *args )
static
PyMethodDef
MediaControl_methods
[]
=
{
{
"get_
instance"
,
MediaControl_get
_instance
,
METH_VARARGS
,
"get_instance( ) -> Instance Get matching vlc.Instance."
},
{
"get_
vlc_instance"
,
MediaControl_get_vlc
_instance
,
METH_VARARGS
,
"get_
vlc_
instance( ) -> Instance Get matching vlc.Instance."
},
{
"get_media_position"
,
MediaControl_get_media_position
,
METH_VARARGS
,
"get_media_position( origin, key ) -> Position Get current media position."
},
{
"set_media_position"
,
MediaControl_set_media_position
,
METH_VARARGS
,
...
...
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