New upstream version 3.22.28
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="gtk-migrating-unique-GtkApplication.html" title="Migrating from libunique to GApplication or GtkApplication">
|
||||
<link rel="prev" href="gtk-migrating-unique-GtkApplication.html" title="Migrating from libunique to GApplication or GtkApplication">
|
||||
<link rel="next" href="gtk-migrating-smclient-GtkApplication.html" title="Migrating from EggSMClient to GtkApplication">
|
||||
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -27,18 +27,18 @@
|
||||
instance using unique_app_send_message(). The commands can be either
|
||||
predefined or custom. Some of the predefined libunique commands have
|
||||
equivalents in GApplication. Instead of sending the UNIQUE_ACTIVATE
|
||||
command, call <a href="../gio/GApplication.html#g-application-activate"><code class="function">g_application_activate()</code></a>, instead of sending the
|
||||
UNIQUE_OPEN command, call <a href="../gio/GApplication.html#g-application-open"><code class="function">g_application_open()</code></a>. The
|
||||
command, call <code class="function">g_application_activate()</code>, instead of sending the
|
||||
UNIQUE_OPEN command, call <code class="function">g_application_open()</code>. The
|
||||
UNIQUE_NEW and UNIQUE_CLOSE and user-defined commands don't
|
||||
have direct replacement at this time.
|
||||
</p>
|
||||
<p>
|
||||
As a replacement for custom commands, GApplication implements the
|
||||
<a href="../gio/GActionGroup.html#GActionGroup-struct"><span class="type">GActionGroup</span></a> interface and lets you add a group of actions with
|
||||
<a href="../gio/GApplication.html#g-application-set-action-group"><code class="function">g_application_set_action_group()</code></a>. The actions can then be invoked,
|
||||
either by using the D-Bus interface for <a href="../gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> directly, or by
|
||||
calling <a href="../gio/GActionGroup.html#g-action-group-activate-action"><code class="function">g_action_group_activate_action()</code></a> from another instance of
|
||||
the GApplication. The <a href="../gio/GApplication.html#GApplication-struct"><span class="type">GApplication</span></a> documentation contains an
|
||||
<span class="type">GActionGroup</span> interface and lets you add a group of actions with
|
||||
<code class="function">g_application_set_action_group()</code>. The actions can then be invoked,
|
||||
either by using the D-Bus interface for <span class="type">GAction</span> directly, or by
|
||||
calling <code class="function">g_action_group_activate_action()</code> from another instance of
|
||||
the GApplication. The <span class="type">GApplication</span> documentation contains an
|
||||
example for using GApplication with actions.
|
||||
</p>
|
||||
<p>
|
||||
@ -47,6 +47,6 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.25.1</div>
|
||||
<hr>Generated by GTK-Doc V1.27</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user