Search code examples
How do I assert that two pointers are equal with GLib's testing framework?...


cunit-testingpointerscomparisonglib

Read More
GDB not detecting GLib auto-load python scripts...


linuxgdbarchlinuxglibpython-3.13

Read More
Upgrade glib to 2.82.5 through homebrew failed, python dependency not found...


homebrewglib

Read More
How do I use g_assert_cmpfloat () to check if two floats are equal without generating a safety warni...


cfloating-pointequalityglibassertion

Read More
Can I use g_autoptr in a class declaration?...


c++gccglibclass-members

Read More
GLib:C: How do I print a GValue...


cgtkglib

Read More
g_slist_last does not retrieve last record in list...


glib

Read More
How do I define a derivable type that also implements an interface and has a private struct in GObje...


cglibderived-classgobjectinterface-implementation

Read More
gobject/gnome/glib bindings for D using GIR?...


bindingdgnomeglibgobject

Read More
glibconfig.h no such file or directory...


clinuxcodeblocksglib

Read More
How can I open a file such that I can both read from it and write into it with Gio/GLib in C?...


cfileglibread-writegio

Read More
Different Julian dates in SQLite and GLib, which is correct?...


sqliteglibjulian-date

Read More
How do I instantiate a GValue in C?...


cglib

Read More
Stop a CPU-intensive operation by pressing a GTK button...


cgtkglib

Read More
How can I get the first key that matches a given value in a GHashTable in C?...


chashtableglib

Read More
Linux glib needs pkg-config and pkg-config needs glib?...


linuxglibpkg-config

Read More
GLib: Detecting output from a Python script...


casynchronouspipeglib

Read More
How to read a unicode file line by line using glib...


cgccfile-iounicodeglib

Read More
Compiler typecasting warnings and errors...


ccastinggtkglib

Read More
How to use GTK signals?...


c++qtgtkglibgobject

Read More
Integrating sdbus-cpp with the GLib event loop...


glibevent-loop

Read More
Why am I getting undefined reference errors when using GLib's G_DEFINE_INTERFACE in C?...


cglibmeson-buildgobject

Read More
Where are libc files located...


cgccgliblibccc

Read More
Is there any reason to use g_strdup from GLib over strdup from the C standard library?...


cglibstrdup

Read More
How do I actually provide a GType for the first argument of the GListStore constructor in C?...


cglibgio

Read More
How do I convert a GList into a GListModel in C?...


cglib

Read More
Is it correct to use GPtrArray for an array of strings (char*) in C?...


cglib

Read More
Check if a gobject was correctly freed...


unit-testingglibgobject

Read More
g_print() fails to print UTF8 string...


cutf-8glib

Read More
Using GCancellable with the GtkAlertDialog...


cmemory-managementglibgtk4gio

Read More
BackNext