Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glib

detect/remove unpaired surrogate character in Python 2 + GTK

python unicode utf-8 gtk glib

Fetch a file from web using GLib/GIO from C

c url glib

Should a g_object_new have a matching g_object_unref?

c memory glib gobject

How to control level of debugging info in glib?

c glib

How to config glib in Makefile?

makefile glib

I need a spatial index in C

c glib

Updated Bluez DBUS-API document?

bluetooth glib dbus vala gio

add callback for separate g_main_loop

loops glib

Purpose of GValue, GTypeValueTable, GTypeInfo and GParamSpec

gtk gnome glib gobject

How to walk a directory in C

c gtk glib directory-walk

How can I set the log level in glib

c logging glib

How to remove the warning in gcc 4.6: missing initializer [-Wmissing-field-initializers]?

c gcc struct warnings glib

What is the correct way of casting const char* to char* without changing the API and not getting a warning

c gcc constants glib gobject

glib.GError: Error interpreting JPEG image file (Unsupported marker type 0x05)

python jpeg pygtk glib

glib.h: No such file or directory

linux glib locate

Is glib usable in an unobtrusive way?

c coding-style glib

printing utf8 in glib

c glib utf-8

glib memory allocation VS std *alloc and free

c performance memory malloc glib