Searched refs:quark (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/dbus/
H A Dapplication-interface.cpp83 static GQuark quark = 0; local
84 if (!quark)
85 quark = g_quark_from_static_string ("inkscape_error");
87 return quark;
/inkscape/src/xml/
H A Drepr-util.cpp351 GQuark const quark = g_quark_from_string(name); local
353 if ( (GQuark)repr->code() == quark ) {
381 GQuark const quark = g_quark_from_string(name); local
383 if ( (GQuark)repr->code() == quark ) {
H A Drepr.h18 #include <glibmm/quark.h>

Completed in 90 milliseconds