summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/gtk-doc/html/gtk3/ch26s02.html
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2018-08-20 21:12:06 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2018-08-20 21:12:06 -0400
commit63e87c2d0c9d263f14c77b68f85c67d46ece82a9 (patch)
tree6260365cbf7d24f37d27669e8538227fcb72e243 /gtk+-mingw/share/gtk-doc/html/gtk3/ch26s02.html
parenta4460f6d9453bbd7e584937686449cef3e19f052 (diff)
Removed gtk+ docsHEADmaster
Diffstat (limited to 'gtk+-mingw/share/gtk-doc/html/gtk3/ch26s02.html')
-rw-r--r--gtk+-mingw/share/gtk-doc/html/gtk3/ch26s02.html53
1 files changed, 0 insertions, 53 deletions
diff --git a/gtk+-mingw/share/gtk-doc/html/gtk3/ch26s02.html b/gtk+-mingw/share/gtk-doc/html/gtk3/ch26s02.html
deleted file mode 100644
index e164530..0000000
--- a/gtk+-mingw/share/gtk-doc/html/gtk3/ch26s02.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Commands and Messages</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
-<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.18.1 (XML mode)">
-<link rel="stylesheet" href="style.css" type="text/css">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
-<td><a accesskey="p" href="gtk-migrating-unique-GtkApplication.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
-<td><a accesskey="u" href="gtk-migrating-unique-GtkApplication.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
-<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">GTK+ 3 Reference Manual</th>
-<td><a accesskey="n" href="gtk-migrating-smclient-GtkApplication.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
-</tr></table>
-<div class="section">
-<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1397814"></a>Commands and Messages</h2></div></div></div>
-<p>
- libunique lets you send messages with commands to a running
- instance using <code class="function">unique_app_send_message()</code>. The commands can be either
- predefined or custom. Some of the predefined libunique commands have
- equivalents in GApplication. Instead of sending the <code class="literal">UNIQUE_ACTIVATE</code>
- command, call <a href="http://library.gnome.org/devel/gio/unstable/GApplication.html#g-application-activate"><code class="function">g_application_activate()</code></a>, instead of sending the
- <code class="literal">UNIQUE_OPEN</code> command, call <a href="http://library.gnome.org/devel/gio/unstable/GApplication.html#g-application-open"><code class="function">g_application_open()</code></a>. The
- <code class="literal">UNIQUE_NEW</code> and <code class="literal">UNIQUE_CLOSE</code> 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="http://library.gnome.org/devel/gio/unstable/GActionGroup.html"><span class="type">GActionGroup</span></a> interface and lets you add a group of actions with
- <a href="http://library.gnome.org/devel/gio/unstable/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="http://library.gnome.org/devel/gio/unstable/GAction.html"><span class="type">GAction</span></a> directly, or by
- calling <a href="http://library.gnome.org/devel/gio/unstable/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="http://library.gnome.org/devel/gio/unstable/GApplication.html"><span class="type">GApplication</span></a> documentation contains an
- example for using GApplication with actions.
- </p>
-<p>
- For more complex needs, GApplication supports passing entire
- commandlines to the running instance.
- </p>
-</div>
-<div class="footer">
-<hr>
- Generated by GTK-Doc V1.18.1</div>
-</body>
-</html> \ No newline at end of file