Browser functions. More...
Go to the source code of this file.
Data Structures | |
struct | BrowserFunction |
A NeoMutt function. More... | |
Typedefs | |
typedef int(* | browser_function_t) (struct BrowserPrivateData *priv, int op) |
Functions | |
int | browser_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Browser function. | |
Browser functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file functions.h.
typedef int(* browser_function_t) (struct BrowserPrivateData *priv, int op) |
Definition at line 38 of file functions.h.
int browser_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Browser function.
win | Window for the Browser |
op | Operation to perform, e.g. OP_GOTO_PARENT |
num | FunctionRetval, e.g. FR_SUCCESS |
Definition at line 1140 of file functions.c.