~indicator-applet-developers/ubuntu/precise/indicator-appmenu/upstream

« back to all changes in this revision

Viewing changes to docs/devel/html/HudResult.html

  • Committer: Charles Kerr
  • Date: 2012-04-05 16:19:32 UTC
  • mfrom: (1.4.2)
  • Revision ID: charles.kerr@canonical.com-20120405161932-rf6899hc99e99pmb
* New upstream release.
  * Faster searches and better search results. (lp: #947283, lp: #972354)
  * Don't submit searches with zero tokens. (lp: #973203)
  * Propertly emit the WindowUnregistered signal when windows go away.
  * Improvements to the gcov automake rules.
  * Fix bootstrap error in tests.
  - reduce hud cpu usage and DoS on long strings (lp: #938584, lp: #948820)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> max_usage</code></em>);
46
46
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="HudResult.html#hud-result-get-html-description" title="hud_result_get_html_description ()">hud_result_get_html_description</a>     (<em class="parameter"><code><a class="link" href="HudResult.html" title="HudResult"><span class="type">HudResult</span></a> *result</code></em>);
47
47
<a class="link" href="HudResult.html" title="HudResult"><span class="returnvalue">HudResult</span></a> *         <a class="link" href="HudResult.html#hud-result-get-if-matched" title="hud_result_get_if_matched ()">hud_result_get_if_matched</a>           (<em class="parameter"><code><a class="link" href="HudItem.html" title="HudItem"><span class="type">HudItem</span></a> *item</code></em>,
48
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *search_string</code></em>,
 
48
                                                         <em class="parameter"><code><span class="type">HudTokenList</span> *search_tokens</code></em>,
49
49
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> penalty</code></em>);
50
50
<a class="link" href="HudItem.html" title="HudItem"><span class="returnvalue">HudItem</span></a> *           <a class="link" href="HudResult.html#hud-result-get-item" title="hud_result_get_item ()">hud_result_get_item</a>                 (<em class="parameter"><code><a class="link" href="HudResult.html" title="HudResult"><span class="type">HudResult</span></a> *result</code></em>);
51
51
<a class="link" href="HudResult.html" title="HudResult"><span class="returnvalue">HudResult</span></a> *         <a class="link" href="HudResult.html#hud-result-new" title="hud_result_new ()">hud_result_new</a>                      (<em class="parameter"><code><a class="link" href="HudItem.html" title="HudItem"><span class="type">HudItem</span></a> *item</code></em>,
52
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *search_string</code></em>,
 
52
                                                         <em class="parameter"><code><span class="type">HudTokenList</span> *search_tokens</code></em>,
53
53
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> penalty</code></em>);
54
54
</pre>
55
55
</div>
140
140
<div class="refsect2">
141
141
<a name="hud-result-get-if-matched"></a><h3>hud_result_get_if_matched ()</h3>
142
142
<pre class="programlisting"><a class="link" href="HudResult.html" title="HudResult"><span class="returnvalue">HudResult</span></a> *         hud_result_get_if_matched           (<em class="parameter"><code><a class="link" href="HudItem.html" title="HudItem"><span class="type">HudItem</span></a> *item</code></em>,
143
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *search_string</code></em>,
 
143
                                                         <em class="parameter"><code><span class="type">HudTokenList</span> *search_tokens</code></em>,
144
144
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> penalty</code></em>);</pre>
145
145
<p>
146
146
Creates a <a class="link" href="HudResult.html" title="HudResult"><span class="type">HudResult</span></a> for <em class="parameter"><code>item</code></em>, only if the resulting unadjusted
207
207
<div class="refsect2">
208
208
<a name="hud-result-new"></a><h3>hud_result_new ()</h3>
209
209
<pre class="programlisting"><a class="link" href="HudResult.html" title="HudResult"><span class="returnvalue">HudResult</span></a> *         hud_result_new                      (<em class="parameter"><code><a class="link" href="HudItem.html" title="HudItem"><span class="type">HudItem</span></a> *item</code></em>,
210
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *search_string</code></em>,
 
210
                                                         <em class="parameter"><code><span class="type">HudTokenList</span> *search_tokens</code></em>,
211
211
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> penalty</code></em>);</pre>
212
212
<p>
213
213
Creates a <a class="link" href="HudResult.html" title="HudResult"><span class="type">HudResult</span></a> for <em class="parameter"><code>item</code></em> as search for using <em class="parameter"><code>search_string</code></em>.