Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glib

Proper termination of GLib main loop based on "quit" flag in C

c glib

Gettext message catalogues from virtual dir within PYZ for GtkBuilder widgets

python pygtk gettext glib pyz

`__noinline__` macro conflict between GLib and CUDA

c gcc cuda glib

How to stop g_main_loop_run properly?

c++ glib

How to downcast RefPtr

c++ treeview glib gtkmm

Is g_slice really faster than malloc

malloc glib

Deep copy a struct to another

c struct glib deep-copy

Avoid deadlock in a single thread

c++ multithreading glib

How can I programmatically open the default browser and pass a URL in C/Linux?

c linux glib

Check if a gobject was correctly freed

unit-testing glib gobject

How to parse an integer in a glib string (gchar *)?

c string glib atoi

Memory leak when using garbage collection with glib

Binding glib into Crystal lang (GC issue)

How can I work with a GLib.Array in Python?

python python-2.7 glib

GTK window with Quartz [starting from an issue with GStreamer]

c gcc open-source gtk glib

How to configure Glib on Microsoft Visual Studio 2010?

How g_main_loop works in gtk programming?

c event-handling gtk glib

how to add Xorg event handing in g_main_loop

c glib

possible to retrieve time left on a glib 'event?'

c linux timer glib

How do I get GDB to break on a GLib assertion failure?

debugging gdb glib