wlmaker
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
launcher.h File Reference
#include <libbase/libbase.h>
#include <libbase/plist.h>
#include "subprocess_monitor.h"
#include "toolkit/toolkit.h"
Include dependency graph for launcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _wlmaker_launcher_t wlmaker_launcher_t
 

Functions

wlmaker_launcher_twlmaker_launcher_create_from_plist (const wlmtk_tile_style_t *style_ptr, bspl_dict_t *dict_ptr, wlmaker_subprocess_monitor_t *monitor_ptr)
 
void wlmaker_launcher_destroy (wlmaker_launcher_t *launcher_ptr)
 
wlmtk_tile_twlmaker_launcher_tile (wlmaker_launcher_t *launcher_ptr)
 

Variables

const bs_test_case_t wlmaker_launcher_test_cases []
 

Detailed Description

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Typedef Documentation

◆ wlmaker_launcher_t

Forward declaration: Launcher handle.

Function Documentation

◆ wlmaker_launcher_create_from_plist()

wlmaker_launcher_t * wlmaker_launcher_create_from_plist ( const wlmtk_tile_style_t style_ptr,
bspl_dict_t *  dict_ptr,
wlmaker_subprocess_monitor_t monitor_ptr 
)

Creates an application launcher, configured from a plist dict.

Parameters
style_ptr
dict_ptr
monitor_ptr
Returns
Pointer to the launcher handle or NULL on error.

◆ wlmaker_launcher_destroy()

void wlmaker_launcher_destroy ( wlmaker_launcher_t launcher_ptr)

Destroys the application launcher.

Parameters
launcher_ptr

◆ wlmaker_launcher_tile()

wlmtk_tile_t * wlmaker_launcher_tile ( wlmaker_launcher_t launcher_ptr)
Returns
A pointer to the wlmtk_tile_t superclass of launcher_ptr.

Variable Documentation

◆ wlmaker_launcher_test_cases

const bs_test_case_t wlmaker_launcher_test_cases[]
extern

Unit tests.