Ubuntu Pastebin

Paste from greyback at Tue, 15 Sep 2015 09:56:36 +0000

Download as text
1
2
3
4
5
	GMainContext * creationcontext = g_object_get_data(G_OBJECT(cgmanager), "cgmanager-context");
	if (creationcontext == NULL) {
		g_object_unref(cgmanager);
		return;
	}
Download as text