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

« back to all changes in this revision

Viewing changes to doc/api/tmpl/bonobo-moniker-extender.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
     </programlisting>
31
31
  </example>
32
32
  The moniker extender essentialy resolves 'moniker' against stream
33
 
and my some means ( not known when the moniker was written ) converts
 
33
and by some means ( not known when the moniker was written ) converts
34
34
this to a new exotic interface - via. the PersistStream interface.
35
35
</para>
36
36
 
96
96
 
97
97
</para>
98
98
 
99
 
<!-- ##### MACRO BONOBO_MONIKER_EXTENDER_TYPE ##### -->
100
 
<para>
101
 
 
102
 
</para>
103
 
 
104
 
 
105
 
 
106
99
<!-- ##### STRUCT BonoboMonikerExtender ##### -->
107
100
<para>
108
 
 
109
 
</para>
110
 
 
111
 
@object: 
 
101
Implements a moniker extender: Bonobo::MonikerExtender.
 
102
</para>
 
103
 
 
104
 
 
105
<!-- ##### STRUCT BonoboMonikerExtenderClass ##### -->
 
106
<para>
 
107
BonoboMonikerExtender's class.
 
108
</para>
 
109
 
 
110
@parent_class: 
 
111
@epv: 
112
112
@resolve: 
113
 
@data: 
114
113
 
115
114
<!-- ##### USER_FUNCTION BonoboMonikerExtenderFn ##### -->
116
115
<para>
117
 
 
 
116
Moniker resolution callback function.
118
117
</para>
119
118
 
120
 
@extender: 
121
 
@parent: 
122
 
@options: 
123
 
@display_name: 
124
 
@requested_interface: 
 
119
@extender: extender (self)
 
120
@parent: parent moniker
 
121
@options: resolve options
 
122
@display_name: ? FIXME
 
123
@requested_interface: ? FIXME
125
124
@ev: 
126
 
@Returns: 
127
 
 
128
 
 
129
 
<!-- ##### TYPEDEF BonoboMonikerExtenderClass ##### -->
130
 
<para>
131
 
 
132
 
</para>
 
125
@Returns: the resolution resulting object
133
126
 
134
127
 
135
128
<!-- ##### FUNCTION bonobo_moniker_extender_new ##### -->