Home | History | Annotate | Download | only in gtk

Lines Matching refs:userStyleSheet

312 static gchar* userStyleSheet = NULL;
321 if (flag && userStyleSheet)
322 g_object_set(G_OBJECT(settings), "user-stylesheet-uri", userStyleSheet, NULL);
329 g_free(userStyleSheet);
330 userStyleSheet = JSStringCopyUTF8CString(path);