|
wlmaker
|
#include <libbase/libbase.h>#include <libbase/plist.h>#include <stdbool.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "gen_menu.h"
Classes | |
| struct | command_desc |
Functions | |
| static bool | print_version (int argc, const char **argv) |
| static bool | print_help (int argc, const char **argv) |
| static bool | generate_menu (int argc, const char **argv) |
| int | main (int argc, const char **argv) |
Variables | |
| static char * | wlmtool_locale_ptr = NULL |
| static const bs_arg_t | wlmtool_args [] |
| static const struct command_desc | commands [] |
Command-line tool for Wayland Maker.
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.
|
static |
Generates the plist menu.
| int main | ( | int | argc, |
| const char ** | argv ) |
The main program.
|
static |
Prints help.
|
static |
Prints version information.
|
static |
List of available commands.
|
static |
Definition of commandline arguments.
|
static |
Locale, when specified as --locale argument to the commandline.