~attente/glib/gicon-upstream

« back to all changes in this revision

Viewing changes to docs/reference/gobject/html/howto-gobject-methods.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane, Josselin Mouette, Iain Lane
  • Date: 2012-10-17 11:51:14 UTC
  • mfrom: (172.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20121017115114-gqog9lavags5afi1
Tags: 2.34.1-1
[ Josselin Mouette ]
* Require libelfg0-dev, not libelf-dev which has nothing to do with 
  it.

[ Iain Lane ]
* New upstream release
  + GTimeZone support for zoneinfo version 1
  + Leak in glib-compile-resources
  + g_settings_bind: use canonical property name
  + Port gio tests from pygobject to pygi
* Switch python-gobject-2 BD to python-gi, folowing porting of tests. 
* debian/patches/50_git_gmenuexporter_allow_null_bus_on_name_vanished.patch:
  Cherry-pick upstream patch to fix crash when GBusNameVanishedCallback is
  called with a NULL GDBusConnection. (LP: #1044322)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="howto-gobject.html" title="How to define and implement a new GObject">
9
9
<link rel="prev" href="howto-gobject-destruction.html" title="Object Destruction">
10
10
<link rel="next" href="howto-gobject-chainup.html" title="Chaining up">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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">
45
45
    </p>
46
46
<div class="sect2">
47
47
<div class="titlepage"><div><div><h3 class="title">
48
 
<a name="idp19297104"></a>Non-virtual public methods</h3></div></div></div>
 
48
<a name="idp21021552"></a>Non-virtual public methods</h3></div></div></div>
49
49
<p>
50
50
        These are the simplest: you want to provide a simple method which
51
51
        can act on your object. All you need to do is to provide a function
71
71
</div>
72
72
<div class="sect2">
73
73
<div class="titlepage"><div><div><h3 class="title">
74
 
<a name="idp19300096"></a>Virtual public methods</h3></div></div></div>
 
74
<a name="idp21024544"></a>Virtual public methods</h3></div></div></div>
75
75
<p>
76
76
        This is the preferred way to create polymorphic GObjects. All you
77
77
        need to do is to define the common method and its class function in
169
169
</div>
170
170
<div class="sect2">
171
171
<div class="titlepage"><div><div><h3 class="title">
172
 
<a name="idp19310192"></a>Virtual private Methods</h3></div></div></div>
 
172
<a name="idp21034640"></a>Virtual private Methods</h3></div></div></div>
173
173
<p>
174
174
        These are very similar to Virtual Public methods. They just don't
175
175
        have a public function to call the function directly. The header
252
252
</div>
253
253
<div class="footer">
254
254
<hr>
255
 
          Generated by GTK-Doc V1.18.1</div>
 
255
          Generated by GTK-Doc V1.18</div>
256
256
</body>
257
257
</html>
 
 
b'\\ No newline at end of file'