~ubuntu-branches/ubuntu/saucy/epiphany-browser/saucy

« back to all changes in this revision

Viewing changes to doc/reference/xml/ephy-toolbar.xml

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-10-02 20:30:38 UTC
  • mfrom: (1.6.14)
  • Revision ID: package-import@ubuntu.com-20121002203038-ijw6x1x3vgv6tyi5
Tags: 3.6.0-0ubuntu1
* New upstream release (LP: #1033909)
  - New overview with most visited sites as start page (LP: #343397)
* Rename gir1.2-epiphany-3.4 -> gir1.2-epiphany-3.6
* debian/control.in:
  - Bump minimum webkit and libsoup
  - Drop build-depends on gnome-doc-utils and seed
  - Build-depend on gcr and gnome-desktop3
* debian/rules:
  - Copy Debian fix to rename epiphany.desktop to
    epiphany-browser.desktop so that the shell recognizes it.
* debian/patches/00_epiphany-browser.patch: Refreshed
* debian/patches/14_pkglibdir.patch:
  - Dropped, applied in new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
 
3
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
 
4
<refentry id="epiphany-EphyToolbar">
 
5
<refmeta>
 
6
<refentrytitle role="top_of_page" id="epiphany-EphyToolbar.top_of_page">EphyToolbar</refentrytitle>
 
7
<manvolnum>3</manvolnum>
 
8
<refmiscinfo>
 
9
  EPIPHANY Library
 
10
</refmiscinfo>
 
11
</refmeta>
 
12
<refnamediv>
 
13
<refname>EphyToolbar</refname>
 
14
<refpurpose></refpurpose>
 
15
</refnamediv>
 
16
 
 
17
<refsynopsisdiv id="epiphany-EphyToolbar.synopsis" role="synopsis">
 
18
<title role="synopsis.title">Synopsis</title>
 
19
 
 
20
<synopsis>struct              <link linkend="EphyToolbar">EphyToolbar</link>;
 
21
<link linkend="GtkWidget"><returnvalue>GtkWidget</returnvalue></link> *         <link linkend="ephy-toolbar-new">ephy_toolbar_new</link>                    (<parameter><link linkend="EphyWindow"><type>EphyWindow</type></link> *window</parameter>);
 
22
</synopsis>
 
23
</refsynopsisdiv>
 
24
 
 
25
<refsect1 id="epiphany-EphyToolbar.description" role="desc">
 
26
<title role="desc.title">Description</title>
 
27
<para>
 
28
</para>
 
29
</refsect1>
 
30
<refsect1 id="epiphany-EphyToolbar.details" role="details">
 
31
<title role="details.title">Details</title>
 
32
<refsect2 id="EphyToolbar" role="struct">
 
33
<title>struct EphyToolbar</title>
 
34
<indexterm zone="EphyToolbar"><primary>EphyToolbar</primary></indexterm>
 
35
<programlisting>struct EphyToolbar {
 
36
  GtkToolbar parent;
 
37
};
 
38
</programlisting>
 
39
<para>
 
40
</para></refsect2>
 
41
<refsect2 id="ephy-toolbar-new" role="function">
 
42
<title>ephy_toolbar_new ()</title>
 
43
<indexterm zone="ephy-toolbar-new"><primary>ephy_toolbar_new</primary></indexterm>
 
44
<programlisting><link linkend="GtkWidget"><returnvalue>GtkWidget</returnvalue></link> *         ephy_toolbar_new                    (<parameter><link linkend="EphyWindow"><type>EphyWindow</type></link> *window</parameter>);</programlisting>
 
45
<para>
 
46
</para></refsect2>
 
47
 
 
48
</refsect1>
 
49
 
 
50
</refentry>