You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GLib's `g_strdup` already provides the same functionality
as `cpdbGetStringCopy` from cpdb-libs, so use the former
instead of relying on a custom CPDB implementation.
For `cpdbGetStringCopy`, there's this pending cpdb-libs
PR to remove it altogether: [2]
[1] https://docs.gtk.org/glib/func.strdup.html
[2] OpenPrinting/cpdb-libs#42
0 commit comments