Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/tbarcfg/private/tbarcfg.h

    ree3b28a9 re63e74a  
    7171};
    7272
    73 /** Taskbar configuration listener */
    74 typedef struct tbarcfg_listener {
    75         /** Notification callback */
    76         void (*cb)(void *);
    77         /** Callback argument */
    78         void *arg;
    79 } tbarcfg_listener_t;
    80 
    8173extern errno_t smenu_entry_new(tbarcfg_t *, sif_node_t *, const char *,
    8274    const char *, bool, smenu_entry_t **);
Note: See TracChangeset for help on using the changeset viewer.