wlmaker
|
#include <libbase/libbase.h>
#include <libbase/plist.h>
#include "subprocess_monitor.h"
#include "toolkit/toolkit.h"
Go to the source code of this file.
Typedefs | |
typedef struct _wlmaker_launcher_t | wlmaker_launcher_t |
Functions | |
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) |
void | wlmaker_launcher_destroy (wlmaker_launcher_t *launcher_ptr) |
wlmtk_tile_t * | wlmaker_launcher_tile (wlmaker_launcher_t *launcher_ptr) |
Variables | |
const bs_test_case_t | wlmaker_launcher_test_cases [] |
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 struct _wlmaker_launcher_t wlmaker_launcher_t |
Forward declaration: Launcher handle.
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.
style_ptr | |
dict_ptr | |
monitor_ptr |
void wlmaker_launcher_destroy | ( | wlmaker_launcher_t * | launcher_ptr | ) |
Destroys the application launcher.
launcher_ptr |
wlmtk_tile_t * wlmaker_launcher_tile | ( | wlmaker_launcher_t * | launcher_ptr | ) |
launcher_ptr
.
|
extern |
Unit tests.