comparison include/core/strings.h @ 403:df4a027623d0 default tip

x11: fix build fail when glib is not detected this can happen if glib is just not installed, or if dev headers are not installed either.
author Paper <paper@tflc.us>
date Mon, 10 Nov 2025 15:51:45 -0500
parents 47c9f8502269
children
comparison
equal deleted inserted replaced
402:d859306e2db4 403:df4a027623d0
74 74
75 bool BeginningMatchesSubstring(const std::string &str, const std::string &sub); 75 bool BeginningMatchesSubstring(const std::string &str, const std::string &sub);
76 76
77 std::string Translate(const char *str); 77 std::string Translate(const char *str);
78 78
79 /* hehehe */
80 bool IsGTKThemeDark(const std::string_view str);
81
79 }; // namespace Strings 82 }; // namespace Strings
80 83
81 #endif // MINORI_CORE_STRINGS_H_ 84 #endif // MINORI_CORE_STRINGS_H_