Sha256: 3c4e1df9a8c0ee2df9b4f139287499e01a5f5546daa051dea50ff5669e5429ab

Contents?: true

Size: 501 Bytes

Versions: 4

Compression:

Stored size: 501 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 "common.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

4 entries across 4 versions & 1 rubygems

Version Path
rugged-1.4.5 vendor/libgit2/src/win32/w32_buffer.h
rugged-1.4.4 vendor/libgit2/src/win32/w32_buffer.h
rugged-1.4.3 vendor/libgit2/src/win32/w32_buffer.h
rugged-1.4.2 vendor/libgit2/src/win32/w32_buffer.h