~ubuntu-branches/ubuntu/hardy/gedit/hardy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/html/gedit-gedit-recent.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-07-11 14:06:41 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20060711140641-9ale6eu5anm0iftf
Tags: upstream-2.15.4
ImportĀ upstreamĀ versionĀ 2.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
<div class="refsect1" lang="en">
56
56
<a name="details"></a><h2>Details</h2>
57
57
<div class="refsect2" lang="en">
58
 
<a name="id2529593"></a><h3>
 
58
<a name="id294919"></a><h3>
59
59
<a name="gedit-recent-init"></a>gedit_recent_init ()</h3>
60
 
<a class="indexterm" name="id2541907"></a><pre class="programlisting">void        gedit_recent_init               (void);</pre>
 
60
<a class="indexterm" name="id294931"></a><pre class="programlisting">void        gedit_recent_init               (void);</pre>
61
61
<p>
62
62
 
63
63
</p>
64
64
</div>
65
65
<hr>
66
66
<div class="refsect2" lang="en">
67
 
<a name="id2541927"></a><h3>
 
67
<a name="id292912"></a><h3>
68
68
<a name="gedit-recent-get-model"></a>gedit_recent_get_model ()</h3>
69
 
<a class="indexterm" name="id2543277"></a><pre class="programlisting">EggRecentModel* gedit_recent_get_model      (void);</pre>
 
69
<a class="indexterm" name="id292924"></a><pre class="programlisting">EggRecentModel* gedit_recent_get_model      (void);</pre>
70
70
<p>
71
71
 
72
72
</p>
84
84
</div>
85
85
<hr>
86
86
<div class="refsect2" lang="en">
87
 
<a name="id2543312"></a><h3>
 
87
<a name="id301309"></a><h3>
88
88
<a name="gedit-recent-add"></a>gedit_recent_add ()</h3>
89
 
<a class="indexterm" name="id2586123"></a><pre class="programlisting">void        gedit_recent_add                (const gchar *uri);</pre>
 
89
<a class="indexterm" name="id301321"></a><pre class="programlisting">void        gedit_recent_add                (const gchar *uri);</pre>
90
90
<p>
91
91
 
92
92
</p>
104
104
</div>
105
105
<hr>
106
106
<div class="refsect2" lang="en">
107
 
<a name="id2544266"></a><h3>
 
107
<a name="id315111"></a><h3>
108
108
<a name="gedit-recent-remove"></a>gedit_recent_remove ()</h3>
109
 
<a class="indexterm" name="id2544278"></a><pre class="programlisting">void        gedit_recent_remove             (const gchar *uri);</pre>
 
109
<a class="indexterm" name="id315122"></a><pre class="programlisting">void        gedit_recent_remove             (const gchar *uri);</pre>
110
110
<p>
111
111
 
112
112
</p>