We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222a09a commit 173bf32Copy full SHA for 173bf32
src/libappimage/utils/IconHandle.cpp
@@ -224,9 +224,12 @@ namespace appimage {
224
g_object_unref_t object_unref = nullptr;
225
226
/**
227
- * @brief Load libgobject-2.0.so and resolve the symbol addresses required by the IconHandle.
+ * @brief Load libgobject-2 and resolve the symbol addresses required by the IconHandle.
228
+ *
229
+ * Known library name by distribution:
230
+ * - Centos:'libgobject-2.0.so.0'
231
+ * - Debian/Ubuntu: libgobject-2.0.so
232
*
- * Note: in Centos libgobject has 'libgobject-2.0.so.0' as soname.
233
* Mode comments:
234
* RTLD_LAZY - load the lib only the required symbols
235
* RTLD_NODELETE - do not unload the lib, as it wasn't designed to be used this way it
0 commit comments