Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
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