python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I create a GVariant* to feed to g_variant_iter_new?
The following simple code is sufficient to reproduce the error I am having.
#include <gio/gio.h>
int main()
{
GVariantIter *Iter;
const gchar* s = "[('appname', uint64 size, uint64...
Tony Tannous
Votes: 0
Answers: 0
Convert gpointer to QByteArray in QT
How can I convert gpointer bytes (FT_BYTES) to QByteArray in Qt?
Point:
a) gpointer is a type like void* in glib Linux package.
b) A hex dump like a0 23 5c which is stored as gpointer and I like to co...

Abolfazl Diyanat
Votes: 0
Answers: 1
How can I resolve glib.h not found clang compiler on Mac with VSCode?
I'm experimenting with using VSCode for C development on Mac. I've been having trouble getting VSCode to find glib.h. I installed glib with brew.
I've been using pkg-config to identify my path:
> p...
Liam Monninger
Votes: 0
Answers: 0
How can i receive a pairing request event via dbus, glib?
I'm currently making a Bluetooth app with BlueZ
I need to get a Pairing request.
Using BlueZ DBus API, i've made my Agent into NoInputOutput mode, and i succeed the first pairing with my phone.
Howeve...
Popsicle
Votes: 0
Answers: 0