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
The comment in appimage.h isn't clear on what char* md5 is for and doesn't tell me that the returned string should (apparently) be free()d later:
/* * Finds the desktop file of a registered AppImage and returns the path * Returns NULL if the desktop file can't be found, which should only occur when the AppImage hasn't been registered yet */char*appimage_registered_desktop_file_path(constchar*path, char*md5, boolverbose);
This is a piece of code where I use it. I hope it's used correct.
The comment in appimage.h isn't clear on what
char* md5
is for and doesn't tell me that the returned string should (apparently) be free()d later:This is a piece of code where I use it. I hope it's used correct.
The text was updated successfully, but these errors were encountered: