Fix kolibri_libini.h #120
Closed
Egor00f
wants to merge 3 commits from
(deleted):main into main
pull from: (deleted):main
merge into: KolibriOS:main
KolibriOS:main
KolibriOS:reshare-tweak
KolibriOS:rewrite-piano
KolibriOS:add-license-file-header-to-guide
KolibriOS:blocks-add-models
KolibriOS:shell-improve-cpuid
KolibriOS:rewrite_ide_drv
KolibriOS:refactor/links
KolibriOS:add_usbother
KolibriOS:webview-3.91
KolibriOS:qrcodegen
KolibriOS:ci/update
KolibriOS:floppybird-window-fix
KolibriOS:laser-tank-fix-win-height
KolibriOS:improvement/commit-and-branch-styles
KolibriOS:docs/libs
Labels
Clear labels
C
Category/Applications
Category/Drivers
Category/General
Category/Kernel
Category/Libraries
Eolite
FASM
FS
GSoC
HardwareTested
HLL
Influence/Settings
Influence/Text/TYPO
IRCC
Kernel
Pay for the code
This issue in GSoC program
Kind
Breaking
Breaking change that won't be backward compatible
Kind
Bug
Something is not working
Kind
Build
Kind
Documentation
Documentation changes
Kind
Enhancement
Improve existing functionality
Kind
Feature
New functionality
Kind
Security
This is security issue
Kind
Testing
Issue or pull request related to testing
Paid task
PR
Conflicts
PR conflicts with main
PR
Dependent
This PR is dependent on another PR
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
PR
Ready to merge
Pull request is ready for merge
PR
Request changes
Changes requested in pull request
PR
Review required
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
No Label
PR
Request changes
Milestone
No items
No Milestone
Projects
Clear projects
No project
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KolibriOS/kolibrios#120
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "(deleted):main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Correction of the set of function arguments(The set of arguments of a pair of functions does not match) and addition of function descriptions.
As I understand, no programs in the repo are including the file so far. Hence there is no easy way to check if the changes are correct. At the same time, nothing is broken for sure.
@@ -16,0 +46,4 @@/*Read the hotkey.The string for ini_get_shortcut is an arbitrary number of modifiers Ctrl/Alt/Shift/LCtrl/LAlt/LShift/RCtrl/RAlt/RShift, followed by a Latin letter/number/key name (proper names are Home, End, PgUp, PgDn, Ins=Insert, Del=Delete, Tab, Plus, Esc, Enter, Backspace, Space, Left, Right, Up, Down). The string can be written with any case of characters. Parts are either written together or separated by a plus. For example: Ctrl+Alt+Backspace, RCtrl+RShift, ShiftA, f10, shiftalt5This line is insanely long.
@@ -16,0 +11,4 @@/*Loop through the keys in the section, calling the user-defined function for each one.*/extern uint32_t(*LIBINI_enum_keys)(const char* f_name, const char* sec_name, void(*)(const char* f_name, const char* sec_name, const char* key_name, const char* key_value)) __attribute__((__stdcall__));Correct the code according to the reviewer's comments
Pull request closed