~ubuntu-branches/ubuntu/trusty/glade-3/trusty-updates

« back to all changes in this revision

Viewing changes to doc/html/gladeui-GladeSignalEditor.html

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre, Michael Terry
  • Date: 2010-12-17 16:08:20 UTC
  • mfrom: (1.2.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20101217160820-h4q6yt3wre8c669k
Tags: 3.7.2-0ubuntu1
* New upstream release 3.7.2.
* debian/control: libgladeui-1-10 becomes libgladeui-1-11 due to soname
  change.
* debian/libgladeui-1-11.install: renamed from libgladeui-1-10.install.
* debian/rules: update DH_MAKESHLIBS for libgladeui soname change.
* debian/control: libgladeui-1-dev should be Arch: any and strictly Depends
  on the binary version of libglade-1-11. This also corrects the lintian
  warnings about being binNMUable and a weak library dev dependency.
* debian/control: drop Build-Depends-Indep requirements, they are no longer
  necessary, plus there is no Arch-Indep package left.

[ Michael Terry ]
* debian/watch: Fix pattern so that it works

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GladeSignalEditor</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Glade User Interface Designer Reference Manual">
8
8
<link rel="up" href="dockables.html" title="Part III. Dockable Glade UI Widgets">
9
9
<link rel="prev" href="GladeInspector.html" title="GladeInspector">
10
10
<link rel="next" href="GladeDesignView.html" title="GladeDesignView">
11
 
<meta name="generator" content="GTK-Doc V1.14.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
26
26
                  <a href="#gladeui-GladeSignalEditor.description" class="shortcut">Description</a>
27
27
</td></tr>
28
28
</table>
29
 
<div class="refentry" title="GladeSignalEditor">
 
29
<div class="refentry">
30
30
<a name="gladeui-GladeSignalEditor"></a><div class="titlepage"></div>
31
31
<div class="refnamediv"><table width="100%"><tr>
32
32
<td valign="top">
36
36
</td>
37
37
<td valign="top" align="right"></td>
38
38
</tr></table></div>
39
 
<div class="refsynopsisdiv" title="Synopsis">
 
39
<div class="refsynopsisdiv">
40
40
<a name="gladeui-GladeSignalEditor.synopsis"></a><h2>Synopsis</h2>
41
41
<pre class="synopsis">                    <a class="link" href="gladeui-GladeSignalEditor.html#GladeSignalEditor" title="GladeSignalEditor">GladeSignalEditor</a>;
42
42
<a class="link" href="gladeui-GladeSignalEditor.html#GladeSignalEditor" title="GladeSignalEditor"><span class="returnvalue">GladeSignalEditor</span></a> * <a class="link" href="gladeui-GladeSignalEditor.html#glade-signal-editor-new" title="glade_signal_editor_new ()">glade_signal_editor_new</a>             (<em class="parameter"><code><span class="type">gpointer</span> *editor</code></em>);
44
44
                                                         <em class="parameter"><code><a class="link" href="GladeWidget.html" title="GladeWidget"><span class="type">GladeWidget</span></a> *widget</code></em>);
45
45
</pre>
46
46
</div>
47
 
<div class="refsect1" title="Description">
 
47
<div class="refsect1">
48
48
<a name="gladeui-GladeSignalEditor.description"></a><h2>Description</h2>
49
49
</div>
50
 
<div class="refsect1" title="Details">
 
50
<div class="refsect1">
51
51
<a name="gladeui-GladeSignalEditor.details"></a><h2>Details</h2>
52
 
<div class="refsect2" title="GladeSignalEditor">
 
52
<div class="refsect2">
53
53
<a name="GladeSignalEditor"></a><h3>GladeSignalEditor</h3>
54
54
<pre class="programlisting">typedef struct {
55
55
        GtkVBox parent;
59
59
</pre>
60
60
</div>
61
61
<hr>
62
 
<div class="refsect2" title="glade_signal_editor_new ()">
 
62
<div class="refsect2">
63
63
<a name="glade-signal-editor-new"></a><h3>glade_signal_editor_new ()</h3>
64
64
<pre class="programlisting"><a class="link" href="gladeui-GladeSignalEditor.html#GladeSignalEditor" title="GladeSignalEditor"><span class="returnvalue">GladeSignalEditor</span></a> * glade_signal_editor_new             (<em class="parameter"><code><span class="type">gpointer</span> *editor</code></em>);</pre>
65
65
<div class="variablelist"><table border="0">
79
79
</table></div>
80
80
</div>
81
81
<hr>
82
 
<div class="refsect2" title="glade_signal_editor_load_widget ()">
 
82
<div class="refsect2">
83
83
<a name="glade-signal-editor-load-widget"></a><h3>glade_signal_editor_load_widget ()</h3>
84
84
<pre class="programlisting"><span class="returnvalue">void</span>                glade_signal_editor_load_widget     (<em class="parameter"><code><a class="link" href="gladeui-GladeSignalEditor.html#GladeSignalEditor" title="GladeSignalEditor"><span class="type">GladeSignalEditor</span></a> *editor</code></em>,
85
85
                                                         <em class="parameter"><code><a class="link" href="GladeWidget.html" title="GladeWidget"><span class="type">GladeWidget</span></a> *widget</code></em>);</pre>
106
106
</div>
107
107
<div class="footer">
108
108
<hr>
109
 
          Generated by GTK-Doc V1.14.1</div>
 
109
          Generated by GTK-Doc V1.15.1</div>
110
110
</body>
111
111
</html>
 
 
b'\\ No newline at end of file'