repo.or.cz
/
mmediamanager.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add libmmanager-gtk, fix some parts of src/Makefile.am and
[mmediamanager.git]
/
test
/
clients
/
test-dbus-spawn.c
blob
7ea054b8e0c93ba36c7281b3d28834544eabc4f0
1
#include <glib.h>
2
3
int
main
(
int
argc
,
char
**
argv
)
4
{
5
g_print
(
"Hello World!
\n
"
);
6
7
return
0
;
8
}