~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

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 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.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">
45
45
    </p>
46
46
<div class="sect2">
47
47
<div class="titlepage"><div><div><h3 class="title">
48
 
<a name="id639074"></a>Non-virtual public methods</h3></div></div></div>
 
48
<a name="id-1.6.3.7.3"></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="id639099"></a>Virtual public methods</h3></div></div></div>
 
74
<a name="id-1.6.3.7.4"></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="id639183"></a>Virtual private Methods</h3></div></div></div>
 
172
<a name="id-1.6.3.7.5"></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</div>
 
255
          Generated by GTK-Doc V1.18.1</div>
256
256
</body>
257
257
</html>
 
 
b'\\ No newline at end of file'