Blame docs/reference/gobject/html/pt02.html

Packit ae235b
Packit ae235b
<html>
Packit ae235b
<head>
Packit ae235b
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit ae235b
<title>Part IV. Tutorial: GObject Reference Manual</title>
Packit ae235b
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
Packit ae235b
<link rel="home" href="index.html" title="GObject Reference Manual">
Packit ae235b
<link rel="up" href="index.html" title="GObject Reference Manual">
Packit ae235b
<link rel="prev" href="gobject-query.html" title="gobject-query">
Packit ae235b
<link rel="next" href="howto-gobject.html" title="How to define and implement a new GObject">
Packit ae235b
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
Packit ae235b
<link rel="stylesheet" href="style.css" type="text/css">
Packit ae235b
</head>
Packit ae235b
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit ae235b
Packit ae235b
Packit ae235b
Home
Packit ae235b
Packit ae235b
Prev
Packit ae235b
Next
Packit ae235b
Packit ae235b
Packit ae235b

Packit ae235b
Part IV. Tutorial
Packit ae235b
Packit ae235b
Packit ae235b

Packit ae235b
      This chapter tries to answer the real-life questions of users and presents
Packit ae235b
      the most common use cases in order from most likely to least
Packit ae235b
      likely.
Packit ae235b
    

Packit ae235b
Packit ae235b

Table of Contents

Packit ae235b
Packit ae235b
How to define and implement a new GObject
Packit ae235b
Packit ae235b
Boilerplate header code
Packit ae235b
Boilerplate code
Packit ae235b
Object construction
Packit ae235b
Object destruction
Packit ae235b
Object methods
Packit ae235b
Packit ae235b
Non-virtual public methods
Packit ae235b
Virtual public methods
Packit ae235b
Virtual private Methods
Packit ae235b
Packit ae235b
Chaining up
Packit ae235b
Packit ae235b
How to define and implement interfaces
Packit ae235b
Packit ae235b
Defining interfaces
Packit ae235b
Implementing interfaces
Packit ae235b
Interface definition prerequisites
Packit ae235b
Interface properties
Packit ae235b
Overriding interface methods
Packit ae235b
Packit ae235b
How to create and use signals
Packit ae235b
Simple use of signals
Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b

Generated by GTK-Doc V1.27
Packit ae235b
</body>
Packit ae235b
</html>