diff options
Diffstat (limited to 'build/doc/html/structpw__client__proxy__events.html')
-rw-r--r-- | build/doc/html/structpw__client__proxy__events.html | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/build/doc/html/structpw__client__proxy__events.html b/build/doc/html/structpw__client__proxy__events.html new file mode 100644 index 00000000..e43587bb --- /dev/null +++ b/build/doc/html/structpw__client__proxy__events.html @@ -0,0 +1,167 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.15"/> +<meta name="viewport" content="width=device-width, initial-scale=1"/> +<title>PipeWire: pw_client_proxy_events Struct Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtreedata.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ + $(document).ready(initResizable); +/* @license-end */</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectalign" style="padding-left: 0.5em;"> + <div id="projectname">PipeWire +  <span id="projectnumber">0.2.9</span> + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.15 --> +<script type="text/javascript" src="menudata.js"></script> +<script type="text/javascript" src="menu.js"></script> +<script type="text/javascript"> +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ +$(function() { + initMenu('',false,false,'search.php','Search'); +}); +/* @license-end */</script> +<div id="main-nav"></div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ +$(document).ready(function(){initNavTree('structpw__client__proxy__events.html','');}); +/* @license-end */ +</script> +<div id="doc-content"> +<div class="header"> + <div class="summary"> +<a href="#pub-attribs">Data Fields</a> </div> + <div class="headertitle"> +<div class="title">pw_client_proxy_events Struct Reference</div> </div> +</div><!--header--> +<div class="contents"> + +<p>Client events. + <a href="structpw__client__proxy__events.html#details">More...</a></p> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> +Data Fields</h2></td></tr> +<tr class="memitem:a1a570f5e88ac2994c8d2ad2b998f77c2"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structpw__client__proxy__events.html#a1a570f5e88ac2994c8d2ad2b998f77c2">version</a></td></tr> +<tr class="separator:a1a570f5e88ac2994c8d2ad2b998f77c2"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a933fd9f7570c63a01d28e73196ba1967"><td class="memItemLeft" align="right" valign="top">void(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structpw__client__proxy__events.html#a933fd9f7570c63a01d28e73196ba1967">info</a> )(void *object, const struct <a class="el" href="structpw__client__info.html">pw_client_info</a> *info)</td></tr> +<tr class="memdesc:a933fd9f7570c63a01d28e73196ba1967"><td class="mdescLeft"> </td><td class="mdescRight">Notify client info. <a href="#a933fd9f7570c63a01d28e73196ba1967">More...</a><br /></td></tr> +<tr class="separator:a933fd9f7570c63a01d28e73196ba1967"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a1e81bc9c9343c2338743947a18948382"><td class="memItemLeft" align="right" valign="top">void(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structpw__client__proxy__events.html#a1e81bc9c9343c2338743947a18948382">permissions</a> )(void *object, uint32_t index, uint32_t n_permissions, const struct <a class="el" href="structpw__permission.html">pw_permission</a> *permissions)</td></tr> +<tr class="memdesc:a1e81bc9c9343c2338743947a18948382"><td class="mdescLeft"> </td><td class="mdescRight">Notify a client permission. <a href="#a1e81bc9c9343c2338743947a18948382">More...</a><br /></td></tr> +<tr class="separator:a1e81bc9c9343c2338743947a18948382"><td class="memSeparator" colspan="2"> </td></tr> +</table> +<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> +<div class="textblock"><p>Client events. </p> +</div><h2 class="groupheader">Field Documentation</h2> +<a id="a933fd9f7570c63a01d28e73196ba1967"></a> +<h2 class="memtitle"><span class="permalink"><a href="#a933fd9f7570c63a01d28e73196ba1967">◆ </a></span>info</h2> + +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">void(* pw_client_proxy_events::info) (void *object, const struct <a class="el" href="structpw__client__info.html">pw_client_info</a> *info)</td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Notify client info. </p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramname">info</td><td>info about the client </td></tr> + </table> + </dd> +</dl> + +</div> +</div> +<a id="a1e81bc9c9343c2338743947a18948382"></a> +<h2 class="memtitle"><span class="permalink"><a href="#a1e81bc9c9343c2338743947a18948382">◆ </a></span>permissions</h2> + +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">void(* pw_client_proxy_events::permissions) (void *object, uint32_t index, uint32_t n_permissions, const struct <a class="el" href="structpw__permission.html">pw_permission</a> *permissions)</td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Notify a client permission. </p> +<p>Event emited as a result of the get_permissions method.</p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramname">default_permissions</td><td>the default permissions </td></tr> + <tr><td class="paramname">index</td><td>the index of the first permission entry </td></tr> + <tr><td class="paramname">n_permissions</td><td>the number of permissions </td></tr> + <tr><td class="paramname">permissions</td><td>the permissions </td></tr> + </table> + </dd> +</dl> + +</div> +</div> +<a id="a1a570f5e88ac2994c8d2ad2b998f77c2"></a> +<h2 class="memtitle"><span class="permalink"><a href="#a1a570f5e88ac2994c8d2ad2b998f77c2">◆ </a></span>version</h2> + +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">uint32_t pw_client_proxy_events::version</td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +<hr/>The documentation for this struct was generated from the following file:<ul> +<li><a class="el" href="interfaces_8h_source.html">interfaces.h</a></li> +</ul> +</div><!-- contents --> +</div><!-- doc-content --> +<!-- start footer part --> +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> + <ul> + <li class="navelem"><a class="el" href="structpw__client__proxy__events.html">pw_client_proxy_events</a></li> + <li class="footer">Generated by + <a href="http://www.doxygen.org/index.html"> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li> + </ul> +</div> +</body> +</html> |