Merge pull request #2624 from cgwalters/misc-introspection-fixes

Rename ostree-cmdprivate to drop out of introspection
This commit is contained in:
Joseph Marrero Corchado 2022-06-03 09:10:27 -04:00 committed by GitHub
commit 971d5bc461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 12 deletions

View File

@ -53,8 +53,8 @@ CLEANFILES += $(BUILT_SOURCES)
libostree_1_la_SOURCES = \ libostree_1_la_SOURCES = \
src/libostree/ostree-async-progress.c \ src/libostree/ostree-async-progress.c \
src/libostree/ostree-cmdprivate.h \ src/libostree/ostree-cmd-private.h \
src/libostree/ostree-cmdprivate.c \ src/libostree/ostree-cmd-private.c \
src/libostree/ostree-core-private.h \ src/libostree/ostree-core-private.h \
src/libostree/ostree-core.c \ src/libostree/ostree-core.c \
src/libostree/ostree-date-utils.c \ src/libostree/ostree-date-utils.c \

View File

@ -71,7 +71,7 @@ IGNORE_HFILES= \
ostree-bootloader-grub2.h \ ostree-bootloader-grub2.h \
ostree-bootloader-syslinux.h \ ostree-bootloader-syslinux.h \
ostree-bootloader-uboot.h \ ostree-bootloader-uboot.h \
ostree-cmdprivate.h \ ostree-cmd-private.h \
ostree-core-private.h \ ostree-core-private.h \
ostree-fetcher.h \ ostree-fetcher.h \
ostree-gpg-verifier.h \ ostree-gpg-verifier.h \

View File

@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "ostree-cmdprivate.h" #include "ostree-cmd-private.h"
#include "ostree-repo-private.h" #include "ostree-repo-private.h"
#include "ostree-core-private.h" #include "ostree-core-private.h"
#include "ostree-repo-static-delta-private.h" #include "ostree-repo-static-delta-private.h"

View File

@ -32,7 +32,7 @@
#include "ostree.h" #include "ostree.h"
#include "ostree-core-private.h" #include "ostree-core-private.h"
#include "ostree-cmdprivate.h" #include "ostree-cmd-private.h"
#ifdef HAVE_LIBMOUNT #ifdef HAVE_LIBMOUNT
typedef FILE OtLibMountFile; typedef FILE OtLibMountFile;

View File

@ -25,7 +25,7 @@
#include "ostree-core-private.h" #include "ostree-core-private.h"
#include "ostree-repo-private.h" #include "ostree-repo-private.h"
#include "ostree-lzma-decompressor.h" #include "ostree-lzma-decompressor.h"
#include "ostree-cmdprivate.h" #include "ostree-cmd-private.h"
#include "ostree-checksum-input-stream.h" #include "ostree-checksum-input-stream.h"
#include "ostree-repo-static-delta-private.h" #include "ostree-repo-static-delta-private.h"
#include "otutil.h" #include "otutil.h"

View File

@ -27,7 +27,7 @@
#include "ostree.h" #include "ostree.h"
#include "otutil.h" #include "otutil.h"
#include "ostree-cmdprivate.h" #include "ostree-cmd-private.h"
static GOptionEntry options[] = { static GOptionEntry options[] = {
{ NULL } { NULL }

View File

@ -29,7 +29,7 @@
#include "ostree.h" #include "ostree.h"
#include "otutil.h" #include "otutil.h"
#include "ostree-cmdprivate.h" #include "ostree-cmd-private.h"
#include "ostree.h" #include "ostree.h"
static GOptionEntry options[] = { static GOptionEntry options[] = {

View File

@ -22,7 +22,7 @@
#include "ot-main.h" #include "ot-main.h"
#include "ot-admin-instutil-builtins.h" #include "ot-admin-instutil-builtins.h"
#include "ostree-cmdprivate.h" #include "ostree-cmd-private.h"
#include "otutil.h" #include "otutil.h"

View File

@ -25,7 +25,7 @@
#include "ot-main.h" #include "ot-main.h"
#include "ot-builtins.h" #include "ot-builtins.h"
#include "ostree.h" #include "ostree.h"
#include "ostree-cmdprivate.h" #include "ostree-cmd-private.h"
#include "otutil.h" #include "otutil.h"
static gboolean opt_quiet; static gboolean opt_quiet;

View File

@ -22,7 +22,7 @@
#include "ot-main.h" #include "ot-main.h"
#include "ot-builtins.h" #include "ot-builtins.h"
#include "ostree.h" #include "ostree.h"
#include "ostree-cmdprivate.h" #include "ostree-cmd-private.h"
#include "ot-main.h" #include "ot-main.h"
#include "otutil.h" #include "otutil.h"

View File

@ -27,7 +27,7 @@
#include <libglnx.h> #include <libglnx.h>
#include "ostree-cmdprivate.h" #include "ostree-cmd-private.h"
#include "ostree-mount-util.h" #include "ostree-mount-util.h"
static const char *arg_dest = "/tmp"; static const char *arg_dest = "/tmp";