Changeset b336bfd8 in mainline for uspace/app/nav/types/panel.h


Ignore:
Timestamp:
2025-02-06T20:42:14Z (8 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
a7a16a2f
Parents:
accdf882
Message:

Start text editor if open action is used on .txt file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/types/panel.h

    raccdf882 rb336bfd8  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2025 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    8080        /** Request panel activation */
    8181        void (*activate_req)(void *, panel_t *);
     82        /** Open file */
     83        void (*file_open)(void *, panel_t *, const char *);
    8284} panel_cb_t;
    8385
Note: See TracChangeset for help on using the changeset viewer.