MCPcopy Create free account
hub / github.com/WayfireWM/wf-shell / parse_cssfile

Method parse_cssfile

src/util/wf-shell-app.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75bool WayfireShellApp::parse_cssfile(const Glib::ustring & option_name,
76 const Glib::ustring & value, bool has_value)
77{
78 std::cout << "Using custom css directory " << value << std::endl;
79 cmdline_css = value;
80 return true;
81}
82
83#define INOT_BUF_SIZE (1024 * sizeof(inotify_event))
84char buf[INOT_BUF_SIZE];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected