Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
d57482a1
Commit
d57482a1
authored
Feb 05, 2008
by
Emmanuel Milou
Browse files
add libboost-dev on the dependencies
parent
20b7a67f
Changes
2
Show whitespace changes
Inline
Side-by-side
doc/Dependencies.txt
View file @
d57482a1
...
...
@@ -18,6 +18,7 @@ libsamplerate 0.1.2 http://www.mega-nerd.com/SRC/[website]
libdbus-glib 0.73 Packaged with your favorite distribution.
dbus-c++-1 0.5 Source code included in the git repository. See Build notes.
libexpat1 1.95.8 Packaged with your favorite distribution.
libboost-dev 1.34.1
--------------------------------------------------------------------------------------
...
...
sflphone-gtk/src/dbus.h
View file @
d57482a1
...
...
@@ -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
.
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