2024-10-19 16:05:49 +02:00
|
|
|
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
|
|
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_actions_8c" xml:lang="en-US">
|
|
|
|
<title>src/actions.c File Reference</title>
|
|
|
|
<indexterm><primary>src/actions.c</primary></indexterm>
|
|
|
|
<para>
|
|
|
|
|
2024-10-20 01:05:12 +02:00
|
|
|
<para>events management (actions) </para>
|
2024-10-19 16:05:49 +02:00
|
|
|
|
|
|
|
</para>
|
2024-10-25 22:12:02 +02:00
|
|
|
<programlisting linenumbering="unnumbered">#include <unistd.h><?linebreak?>#include <gtk-4.0/gtk/gtk.h><?linebreak?></programlisting>Include dependency graph for actions.c:<para>
|
|
|
|
<informalfigure>
|
|
|
|
<mediaobject>
|
|
|
|
<imageobject>
|
|
|
|
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d1/d0b/actions_8c__incl.png"></imagedata>
|
|
|
|
</imageobject>
|
|
|
|
</mediaobject>
|
|
|
|
</informalfigure>
|
|
|
|
</para>
|
|
|
|
<simplesect>
|
2024-10-19 16:05:49 +02:00
|
|
|
<title>Macros </title>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para><anchor xml:id="_actions_8c_1a6601e30a11906888d0db1ec40237b758"/>#define <emphasis role="strong">GEM_GRAPH_CLIENT_TYPE_WINDOW</emphasis>   (gem_graph_client_window_get_type())</para>
|
2024-10-20 01:05:12 +02:00
|
|
|
|
|
|
|
<para>Phantom doc. </para>
|
2024-10-19 16:05:49 +02:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</simplesect>
|
|
|
|
<simplesect>
|
|
|
|
<title>Functions </title>
|
|
|
|
<itemizedlist>
|
2024-10-20 01:05:12 +02:00
|
|
|
<listitem><para>void <link linkend="_actions_8c_1a2a1b1eeff3f2631d6291e0f9ea909049">on_preferences_action</link> (GSimpleAction *action, GVariant *parameter, gpointer user_data)</para>
|
2024-10-19 16:05:49 +02:00
|
|
|
|
2024-10-20 01:05:12 +02:00
|
|
|
<para>phantom documentation </para>
|
2024-10-19 16:05:49 +02:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</simplesect>
|
|
|
|
<section>
|
|
|
|
<title>Detailed Description</title>
|
|
|
|
|
2024-10-20 01:05:12 +02:00
|
|
|
<para>events management (actions) </para>
|
2024-10-19 16:05:49 +02:00
|
|
|
|
|
|
|
<para>This file is part of Gem-graph. </para>
|
|
|
|
</section>
|
2024-10-20 01:05:12 +02:00
|
|
|
<section>
|
|
|
|
<title>Function Documentation</title>
|
|
|
|
<anchor xml:id="_actions_8c_1a2a1b1eeff3f2631d6291e0f9ea909049"/><section>
|
|
|
|
<title>on_preferences_action()</title>
|
|
|
|
<indexterm><primary>on_preferences_action</primary><secondary>actions.c</secondary></indexterm>
|
|
|
|
<indexterm><primary>actions.c</primary><secondary>on_preferences_action</secondary></indexterm>
|
|
|
|
<para><computeroutput>void on_preferences_action (GSimpleAction * action, GVariant * parameter, gpointer user_data)</computeroutput></para><para>
|
|
|
|
|
|
|
|
<para>phantom documentation </para>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<formalpara>
|
|
|
|
<title>
|
|
|
|
Parameters</title>
|
|
|
|
<para>
|
|
|
|
<table frame="all">
|
|
|
|
<tgroup cols="2" align="left" colsep="1" rowsep="1">
|
|
|
|
<colspec colwidth="1*"/>
|
|
|
|
<colspec colwidth="4*"/>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry>*action</entry><entry>
|
|
|
|
<para></para>
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>*parameter</entry><entry>
|
|
|
|
<para></para>
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>user_data</entry><entry>
|
|
|
|
<para></para>
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
|
|
|
</formalpara>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
</section>
|
2024-10-19 16:05:49 +02:00
|
|
|
</section>
|