Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
2e428e1d
Commit
2e428e1d
authored
Feb 05, 2008
by
Guillaume Carmel-Archambault
Browse files
GTK Bugfix dbus codec function name
parent
20b7a67f
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/dbus.h
View file @
2e428e1d
...
...
@@ -56,8 +56,8 @@ void dbus_set_default_account(gchar * accountID);
gchar
**
dbus_codec_list
();
gchar
**
dbus_codec_details
(
int
payload
);
gchar
**
dbus_default_codec_list
();
void
set_active_codec_list
(
const
gchar
**
list
);
gchar
**
get_active_codec_list
(
void
);
void
dbus_
set_active_codec_list
(
const
gchar
**
list
);
gchar
**
dbus_
get_active_codec_list
(
void
);
/* Instance */
void
dbus_register
(
int
pid
,
gchar
*
name
);
...
...
Write
Preview
Supports
Markdown
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