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
d9f36235
Commit
d9f36235
authored
Feb 06, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbus: really remove the configuration option
(The previous commit only made it inoperant)
parent
db36045c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
modules/control/dbus/dbus.c
modules/control/dbus/dbus.c
+0
-7
No files found.
modules/control/dbus/dbus.c
View file @
d9f36235
...
...
@@ -134,11 +134,6 @@ static void DispatchDBusMessages( intf_thread_t *p_intf );
/*****************************************************************************
* Module descriptor
*****************************************************************************/
#define DBUS_UNIQUE_TEXT N_("Unique DBUS service id (org.mpris.vlc-<pid>)")
#define DBUS_UNIQUE_LONGTEXT N_( \
"Use a unique dbus service id to identify this VLC instance on the DBUS bus. " \
"The process identifier (PID) is added to the service name: org.mpris.vlc-<pid>" )
vlc_module_begin
()
set_shortname
(
N_
(
"dbus"
))
set_category
(
CAT_INTERFACE
)
...
...
@@ -146,8 +141,6 @@ vlc_module_begin ()
set_description
(
N_
(
"D-Bus control interface"
)
)
set_capability
(
"interface"
,
0
)
set_callbacks
(
Open
,
Close
)
add_bool
(
"dbus-unique-service-id"
,
false
,
DBUS_UNIQUE_TEXT
,
DBUS_UNIQUE_LONGTEXT
,
true
)
vlc_module_end
()
/*****************************************************************************
...
...
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