Tagged Questions
0
votes
0answers
25 views
Dbus glib interface design and usage
In our project we use dbus for Inter Process communication. We have one interface where all the methods that need to be exposed to other process are tied together. That is only one interface for all ...
0
votes
1answer
46 views
signal names generated on interface “org.freedesktop.NetworkManager.Device” of Network Manager in linux
i am new to Dbus and i am trying to catch the signal generated when Network Cable is plugged in or plugged out.i am trying with sample code given at ...
0
votes
1answer
83 views
Passing non PODs [ Plain old DataTypes ] over IPC
I am writing an implementation for doing IPC. User do a call, I take all these parameters and pass them onto other process.
I have written an automatic code generator for such functions based on ...
0
votes
3answers
395 views
How to compile a basic D-Bus/glib example?
I'm trying to learn how to use D-Bus with C bindings. I've never used D-Bus before. I'm following this tutorial, which I assume is the official one (Freedesktop.org). I've read it until this paragraph ...
1
vote
0answers
294 views
Emit signal is not happening in bluez dbus
I wrote some basic code to access the "start inquiry" bluez functionality by using dbus api's. Start Inquiry is happening that I could saw on hcidump. But I am not receiving any signal from the dbus ...
0
votes
1answer
120 views
dbus SIGABRT / SIGSEGV issues “sometimes”
While using the DBUS library in a C code. I do get some issues while trying to send back the response on bus causing one of the processes to crash.
I can't paste some parts of code due to ...
0
votes
1answer
328 views
how to use org.bluez.AudioSource GetProperty
how can i check weather the given device is connected. using org.bluez.AudioSource GetProperty
I am using c and DBus,can anybody help me to get out of this...
1
vote
1answer
223 views
Please recommend a good D-Bus tutorial (Linux C GTK+)
Yes, I have done a search yet found only partly working stuff. It seems to be a real maze. E.g.:
Why do they even use g_main_loop_run()? Is it really necessary when the GTK+ program has already ...
0
votes
2answers
58 views
D-Bus list name
How can I list all names in the D-Bus sessionBus with C?
I'm looking for the C GIO equivalent for the dbus.list_names python method
I want to list all names in «org.mpris.MediaPlayer2» which as ...
0
votes
2answers
148 views
Is a bus always necessary for dbus
I am trying to use the low level c-api of DBUS to implement a server-client over sockets. My question is .. is it necessary that a bus should be used always for dbus communication. And does a BUS just ...
0
votes
1answer
188 views
DBus synchronous call timeout
I have a DBus server which exposes a method that requires a huge time to complete (about 3 minutes).
The client performs a synchronous call to this method.
The problem is, after exactly 25 secs the ...
0
votes
1answer
199 views
Failed to connect dbus signal based on DBusGProxy
I am working on a small project .My OS is Linux (Ubuntu 11.04). I want to connect to the DBus Daemon signal NameOwnerChanged in order to be indicated which app is shutdown or startup.I wrote a small ...
0
votes
1answer
414 views
C program to detect usb events using DBus in Linux [closed]
Can anybody plz get me an example code in C to detect usb events using dbus in linux
0
votes
1answer
187 views
How do I get the value of a DBus property?
I'm trying to create a general remote control application for MPRIS based media players. Controlling the media players is so easy, but as I'm quite new to DBus and DBus-GLib, getting values from DBus ...
0
votes
1answer
474 views
Send array of struct containing an array over DBus using glib
I am trying to send an array of this struct to a DBus Server:
typedef struct
{
guint arg1;
guchar msg[DTC_ACTION_PATH_LENGTH];
} DTC_ErrorMessage;
Here is the function I am working on:
...
1
vote
1answer
965 views
DBusWatch and DBusTimeout examples
I need to write an application in C for asynchronous sending and reading messages on the dbus message queue. I've read that for doing that I should use the DBusWatch and DBusTimeout objects that the ...
0
votes
1answer
1k views
Can anybody explain this command
Here I want to know about dbus-send command in brief
I want to know how we can use this and how this command call automatically functions of other c files.
Here I put one example which is used in ...
1
vote
1answer
495 views
C and dbus dictionaries with glib
I'm currently building a program which needs to interface with the d-bus. I'm using the glib dbus library. I have a method that returns a dbus dictionary type, like this:
array [
dict entry(
...
0
votes
1answer
111 views
Can we access data-members and pointers to objects over the D-bus?
I have been accessing exposed member functions, corresponding to an object exposed over D-Bus. Is there any way by which I can access the (public)data members as well ? If so, how?
Also I read here-
...
1
vote
1answer
2k views
dbus c: what bindings (gdbus?) and client/server simple example
I would like to use dbus for communication between applications (actually I'm using a localhost socket).
I'm searching for a very basic (but complete/compilable) working example, so googleing around I ...
1
vote
1answer
157 views
DBUS Server Crashing
I am implementing a DBUS object with Glib bindings and am having problems with returning GArrays:
gboolean TestObject_get_data(TestObject* obj, GArray* buffer, GError** error)
{
int i;
...
0
votes
1answer
2k views
error: unknown type name while compiling dbus
i have a c-file containing some dbus stuff and implementing the dbus.h. this is working fine so far. now i intent to split my c-file in a c-file and a header-file. but now - the compile process failes ...
1
vote
1answer
130 views
How to call a varargs function via dbus?
How to call a varargs function via dbus, like printf?
The server is written in C, the client is written in Python.
My questions are how to write the XML spec file? And how to write my GObject?
...
0
votes
1answer
174 views
Dbus mainloop.h missing error
I used
gcc `pkg-config --cflags --libs dbus-1` hello-serv.c -o server
to compile a dbus program and getting error:
hello-serv.c:7:32: fatal error: dbus/dbus-mainloop.h: No such file or directory
...
3
votes
1answer
3k views
Compiling C program with dbus header files
I'm trying to compile a C program, with these headers: http://pastebin.com/SppCXb0U , on Ubuntu. At first I didn't have any luck at all, but after reading about pkg-config I crafted this line:
gcc ...
1
vote
1answer
694 views
can't get dbus signal listener to work in C with gnome multimedia keys
I'm trying to make my own application that will listen to the media-keys in gnome using dbus. I have found a script that works in python and I'm trying to make it work by converting it to C. My c-code ...
1
vote
2answers
631 views
DBus Glib with C++: Can't create a DBusGProxy, release it and create that again
I'm working on a lib that uses Glib internally to connect to other modules.
This lib has a initialize method that sets up the dbus connection and a terminate method that finalizes all the internal ...
1
vote
1answer
323 views
get rhythmbox information from other user
I have Rhythmbox running on my desktop, and I want to be able to control it from remotely via a web interface. I'm having problems accessing it, however, because rhythmbox-client is complaining that ...
0
votes
1answer
102 views
C DBus : Fails when calling method returning string
Cant please someone tell me why the code below crashes when executing, (compilation goes OK) it in rotated X environment 90 to left.
DBusGConnection *connection;
DBusGProxy *proxy;
GError ...
0
votes
0answers
177 views
Python Dbus : SystemBus and SesssionBus mainloops
I need to run SystemBus and SessionBus mainloops in my python application.
So I would like to ask what is the best way to do this ?
To run SystemBus mainloop in application's main thread and ...
3
votes
2answers
448 views
D-Bus GLib bindings—unable to get code off the ground
I've been playing with GLib's D-Bus bindings, trying to get something (anything) working, with very limited success. I've been trying to get Ross Burton's example code to compile and run, but keep ...
2
votes
1answer
1k views
DBus Glib Send Signal - No signals being emitted
I am attempting to send a signal out over the session message bus. I am able to call methods fine using d-feet dbus debugger with no problem. Unfortunately d-feet does not allow you to connect to ...
1
vote
2answers
404 views
dbus: flush connection?
When I do a "dbus_connection_close", do I need to flush the message queue?
In other words, do I need to continue with "dbus_connection_read_write_dispatch" until I receive the "disconnected" ...
