Sha256: a11005a0f3b2ecb3220ea9cdfd1df4b61d90f10e0e68ed2716b2f9502f2fa8f7

Contents?: true

Size: 504 Bytes

Versions: 8

Compression:

Stored size: 504 Bytes

Contents

/*
 * Copyright (C) the libgit2 contributors. All rights reserved.
 *
 * This file is part of libgit2, distributed under the GNU GPL v2 with
 * a Linking Exception. For full terms see the included COPYING file.
 */
#ifndef INCLUDE_win32_w32_buffer_h__
#define INCLUDE_win32_w32_buffer_h__

#include "git2_util.h"
#include "str.h"

/**
 * Convert a wide character string to UTF-8 and append the results to the
 * buffer.
 */
int git_str_put_w(git_str *buf, const wchar_t *string_w, size_t len_w);

#endif

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rugged-1.7.2 vendor/libgit2/src/util/win32/w32_buffer.h
rugged-1.6.5 vendor/libgit2/src/util/win32/w32_buffer.h
rugged-1.7.1 vendor/libgit2/src/util/win32/w32_buffer.h
rugged-1.6.3 vendor/libgit2/src/util/win32/w32_buffer.h
rugged-1.6.2 vendor/libgit2/src/util/win32/w32_buffer.h
rugged-1.5.1 vendor/libgit2/src/util/win32/w32_buffer.h
rugged-1.5.0.1 vendor/libgit2/src/util/win32/w32_buffer.h
rugged-1.5.0 vendor/libgit2/src/util/win32/w32_buffer.h