~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to doc/reference/panel-applet/html/port-gnome2.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
Import upstream version 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>Part III. Porting Applets from GNOME 2.x</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="Panel Applet Library Reference Manual">
 
8
<link rel="up" href="index.html" title="Panel Applet Library Reference Manual">
 
9
<link rel="prev" href="getting-started.introspection.html" title="Writing an applet in languages other than C">
 
10
<link rel="next" href="reference.html" title="Part IV. API Reference">
 
11
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
 
16
<td><a accesskey="p" href="getting-started.introspection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
17
<td> </td>
 
18
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
19
<th width="100%" align="center">Panel Applet Library Reference Manual</th>
 
20
<td><a accesskey="n" href="reference.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
21
</tr></table>
 
22
<div class="part">
 
23
<div class="titlepage"><div><div><h1 class="title">
 
24
<a name="port-gnome2"></a>Part III. Porting Applets from GNOME 2.x</h1></div></div></div>
 
25
<div class="refsect1">
 
26
<a name="port-gnome2.dbus"></a><h2>Porting a D-Bus-based Applet</h2>
 
27
<p>
 
28
     There is no major issue porting a D-Bus-based applet from GNOME 2.x, from a Panel Applet library perspective. It is actually likely that the main issues will be that the applet has to be ported to GTK+ 3. Please refer to the <a class="ulink" href="http://library.gnome.org/devel/gtk3/stable/gtk-migrating-2-to-3.html" target="_top">GTK+ 2 to GTK+ 3 migration guide</a> for this.
 
29
    </p>
 
30
</div>
 
31
<div class="refsect1">
 
32
<a name="port-gnome2.bonobo"></a><h2>Porting a Bonobo-based Applet</h2>
 
33
<p>
 
34
     Please see the <a class="ulink" href="http://live.gnome.org/GnomeGoals/AppletsDbusMigration" target="_top">documentation</a> on the wiki.
 
35
    </p>
 
36
</div>
 
37
</div>
 
38
<div class="footer">
 
39
<hr>
 
40
          Generated by GTK-Doc V1.17.1</div>
 
41
</body>
 
42
</html>
 
 
b'\\ No newline at end of file'