Merge pull request #2055 from cgwalters/gtkdoc-warnings
lib: Squash two gtk-doc warnings
This commit is contained in:
commit
eefb5241c8
|
|
@ -24,9 +24,11 @@
|
||||||
#include "ostree-core.h"
|
#include "ostree-core.h"
|
||||||
#include "ostree-types.h"
|
#include "ostree-types.h"
|
||||||
|
|
||||||
|
#ifndef __GI_SCANNER__
|
||||||
#ifndef G_GNUC_DEPRECATED_FOR
|
#ifndef G_GNUC_DEPRECATED_FOR
|
||||||
# define G_GNUC_DEPRECATED_FOR(x)
|
# define G_GNUC_DEPRECATED_FOR(x)
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -694,7 +694,7 @@ void ostree_repo_commit_modifier_set_sepolicy (OstreeRepoCommitModifier
|
||||||
_OSTREE_PUBLIC
|
_OSTREE_PUBLIC
|
||||||
gboolean ostree_repo_commit_modifier_set_sepolicy_from_commit (OstreeRepoCommitModifier *modifier,
|
gboolean ostree_repo_commit_modifier_set_sepolicy_from_commit (OstreeRepoCommitModifier *modifier,
|
||||||
OstreeRepo *repo,
|
OstreeRepo *repo,
|
||||||
const char *commit,
|
const char *rev,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue