Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite: Stop using g_test_bug() | Benjamin Otte | 2019-05-12 | 1 | -1/+0 |
| | | | | | | | | | | The calls used old bugzilla URLs and nobody cared about that. So apparently they are very unused. There's also a potential conflict between gitlab and bugzilla URLs and what base bug to use there. The old usages have been converted to comments. | ||||
* | testsuite: Add a test for functions that work without gtk_init() | Benjamin Otte | 2013-09-24 | 1 | -0/+59 |
So far, this is just supposed to be gdk_cairo_set_source_pixbuf(). Note that this is usually not an API guarantee but courtesy to applications that used these APIs without a gtk_init() call. https://bugzilla.gnome.org/show_bug.cgi?id=708547 |