Changeset 95fc538 in mainline for uspace/lib/tbarcfg/src/tbarcfg.c


Ignore:
Timestamp:
2023-10-26T11:51:50Z (13 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
d28bdbe
Parents:
cb2894e
Message:

It should be Taskbar not Task Bar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/tbarcfg/src/tbarcfg.c

    rcb2894e r95fc538  
    3131 */
    3232/**
    33  * @file Task bar configuration
     33 * @file Taskbar configuration
    3434 */
    3535
     
    4141#include "../private/tbarcfg.h"
    4242
    43 /** Open task bar configuration.
     43/** Open taskbar configuration.
    4444 *
    4545 * @param repopath Pathname of the menu repository
    46  * @param rtbcfg Place to store pointer to task bar configuration
     46 * @param rtbcfg Place to store pointer to taskbar configuration
    4747 * @return EOK on success or an error code
    4848 */
     
    116116}
    117117
    118 /** Close task bar configuration.
     118/** Close taskbar configuration.
    119119 *
    120120 * @param tbcfg Start menu
     
    126126/** Get first start menu entry.
    127127 *
    128  * @param tbcfg Task bar configuration
     128 * @param tbcfg Taskbar configuration
    129129 * @return First entry or @c NULL if the menu is empty
    130130 */
Note: See TracChangeset for help on using the changeset viewer.