-
-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,020 changed files
with
307,758 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: Aravis Project Team | ||
SPDX-License-Identifier: LGPL-2.1-or-later | ||
--> | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Aravis.PixelFormat</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<meta charset="utf-8" /> | ||
|
||
|
||
<meta property="og:type" content="website"/> | ||
|
||
|
||
<meta property="og:image:width" content="256"/> | ||
<meta property="og:image:height" content="256"/> | ||
<meta property="og:image:secure_url" content="aravis.svg"/> | ||
<meta property="og:image:alt" content="Aravis-0.10"/> | ||
|
||
|
||
|
||
<meta property="og:title" content="Aravis.PixelFormat"/> | ||
<meta property="og:description" content="Reference for Aravis.PixelFormat"/> | ||
<meta name="twitter:title" content="Aravis.PixelFormat"/> | ||
<meta name="twitter:description" content="Reference for Aravis.PixelFormat"/> | ||
|
||
|
||
|
||
<meta name="twitter:card" content="summary"/> | ||
|
||
|
||
|
||
|
||
<link rel="search" type="application/opensearchdescription+xml" title="Aravis" href="opensearch.xml"> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="style.css" type="text/css" /> | ||
|
||
|
||
|
||
|
||
<script src="urlmap.js"></script> | ||
|
||
|
||
<script src="fzy.js"></script> | ||
<script src="search.js"></script> | ||
|
||
<script src="main.js"></script> | ||
|
||
|
||
</head> | ||
|
||
<body> | ||
<div id="body-wrapper" tabindex="-1"> | ||
|
||
<nav class="sidebar devhelp-hidden"> | ||
|
||
<div class="section"> | ||
<img src="aravis.svg" class="logo"/> | ||
</div> | ||
|
||
|
||
<div class="search section"> | ||
<form id="search-form" autocomplete="off"> | ||
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/> | ||
</form> | ||
</div> | ||
|
||
<div class="section namespace"> | ||
<h3><a href="index.html">Aravis</a></h3> | ||
<p>API Version: 0.10</p> | ||
|
||
<p>Library Version: 0.9.0</p> | ||
|
||
</div> | ||
|
||
<div class="section"> | ||
<h5>Type</h5> | ||
<div class="links"> | ||
<a class="current" href="struct.PixelFormat.html#description">PixelFormat</a> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div class="section generator"> | ||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.4</p> | ||
</div> | ||
</nav> | ||
|
||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button> | ||
|
||
|
||
<section id="main" class="content"> | ||
<header> | ||
<h3>Struct</h3> | ||
<h1><a href="index.html">Aravis</a><span class="sep"></span>PixelFormat</h1> | ||
</header> | ||
|
||
<section> | ||
<summary> | ||
<div class="docblock"> | ||
<p></p> | ||
</div> | ||
<div class="toggle-wrapper"> | ||
<h4 style="display:flex;" id="description"> | ||
Description | ||
<a href="#description" class="anchor"></a> | ||
|
||
<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvenums.h#L105">[src]</a> | ||
|
||
</h4> | ||
|
||
<pre><code>typedef guint32 ArvPixelFormat</code></pre> | ||
|
||
<div class="docblock"> | ||
<p>A datatype to hold a pixel format.</p> | ||
</div> | ||
|
||
|
||
|
||
<div class="docblock"> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
</div> | ||
</summary> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</section> | ||
</section> | ||
|
||
|
||
|
||
<div id="toc" class="toc"> | ||
<nav aria-labelledby="toc-title"> | ||
<p id="toc-title">Content</p> | ||
<ul class="toc-list"> | ||
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</ul> | ||
</nav> | ||
</div> | ||
|
||
|
||
<section id="search" class="content hidden"></section> | ||
|
||
<footer> | ||
|
||
</footer> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.