~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to doc/api/html/libbonobo-bonobo-context.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-06 18:53:16 UTC
  • mfrom: (1.1.25 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090306185316-uf09r30g7cvf67xi
Tags: 2.24.1-1
* New upstream bugfix release.
* debian/control.in:
  + Build depend on GLib >= 2.14.0.

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>bonobo-context</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.2">
7
7
<link rel="home" href="index.html" title="Libbonobo Reference Manual">
8
8
<link rel="up" href="general.html" title="General">
9
9
<link rel="prev" href="libbonobo-bonobo-types.html" title="bonobo-types">
69
69
<p>
70
70
  </p>
71
71
<div class="example">
72
 
<a name="id2739631"></a><p class="title"><b>Example 1. Getting and using the moniker context</b></p>
 
72
<a name="id2979882"></a><p class="title"><b>Example 1. Getting and using the moniker context</b></p>
73
73
<div class="example-contents"><pre class="programlisting">
74
74
Bonobo_MonikerContext context;
75
75
Bonobo_Unknown        object;
106
106
<p>
107
107
  </p>
108
108
<div class="example">
109
 
<a name="id2739681"></a><p class="title"><b>Example 2. How to get a factory to quit when it is idle</b></p>
 
109
<a name="id2979932"></a><p class="title"><b>Example 2. How to get a factory to quit when it is idle</b></p>
110
110
<div class="example-contents"><pre class="programlisting">
111
111
static void
112
112
last_unref_exit_cb (gpointer      context,
134
134
easier:
135
135
  </p>
136
136
<div class="example">
137
 
<a name="id2739705"></a><p class="title"><b>Example 3. How to get a factory to quit when it is idle</b></p>
 
137
<a name="id2979956"></a><p class="title"><b>Example 3. How to get a factory to quit when it is idle</b></p>
138
138
<div class="example-contents"><pre class="programlisting">
139
139
bonobo_running_context_auto_exit_unref (factory)
140
140
    </pre></div>