mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
g-ir-compiler: remove references to --code, remove --no-init options
The "--code" option was removed years ago in d5b8d8d523c3bc26aa9fe6c364d3a17d325b55b6 so remove references to it from README and g-ir-compiler(1) Remove the "--no-init" option from g-ir-compiler and g-ir-compiler(1) as it was documented to "can only be used if --code is also specified", so no reason to keep it around.
This commit is contained in:
parent
3f1cd04b20
commit
9c428a6a9e
@ -36,7 +36,6 @@
|
||||
#include "girparser.h"
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
gboolean no_init = FALSE;
|
||||
gchar **includedirs = NULL;
|
||||
gchar **input = NULL;
|
||||
gchar *output = NULL;
|
||||
@ -129,7 +128,6 @@ static void log_handler (const gchar *log_domain,
|
||||
|
||||
static GOptionEntry options[] =
|
||||
{
|
||||
{ "no-init", 0, 0, G_OPTION_ARG_NONE, &no_init, "do not create _init() function", NULL },
|
||||
{ "includedir", 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &includedirs, "include directories in GIR search path", NULL },
|
||||
{ "output", 'o', 0, G_OPTION_ARG_FILENAME, &output, "output file", "FILE" },
|
||||
{ "module", 'm', 0, G_OPTION_ARG_STRING, &mname, "module to compile", "NAME" },
|
||||
|
Loading…
Reference in New Issue
Block a user