~ubuntu-branches/ubuntu/utopic/anjuta/utopic-proposed

« back to all changes in this revision

Viewing changes to manuals/reference/libanjuta/html/libanjuta-AnjutaFileDropEntry.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.4.14)
  • Revision ID: package-import@ubuntu.com-20140712151739-p9xy0ntlgbpm2nxq
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>AnjutaFileDropEntry</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 
7
<link rel="home" href="index.html" title="Anjuta Developers Reference Manual">
 
8
<link rel="up" href="libanjuta-api.html" title="libanjuta API">
 
9
<link rel="prev" href="libanjuta-AnjutaEnvironmentEditor.html" title="AnjutaEnvironmentEditor">
 
10
<link rel="next" href="libanjuta-AnjutaFileList.html" title="AnjutaFileList">
 
11
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="libanjuta-AnjutaEnvironmentEditor.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="libanjuta-api.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">Anjuta Developers Reference Manual</th>
 
21
<td><a accesskey="n" href="libanjuta-AnjutaFileList.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#libanjuta-AnjutaFileDropEntry.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#libanjuta-AnjutaFileDropEntry.description" class="shortcut">Description</a>
 
27
</td></tr>
 
28
</table>
 
29
<div class="refentry">
 
30
<a name="libanjuta-AnjutaFileDropEntry"></a><div class="titlepage"></div>
 
31
<div class="refnamediv"><table width="100%"><tr>
 
32
<td valign="top">
 
33
<h2><span class="refentrytitle"><a name="libanjuta-AnjutaFileDropEntry.top_of_page"></a>AnjutaFileDropEntry</span></h2>
 
34
<p>AnjutaFileDropEntry</p>
 
35
</td>
 
36
<td valign="top" align="right"></td>
 
37
</tr></table></div>
 
38
<div class="refsynopsisdiv">
 
39
<a name="libanjuta-AnjutaFileDropEntry.synopsis"></a><h2>Synopsis</h2>
 
40
<pre class="synopsis">struct              <a class="link" href="libanjuta-AnjutaFileDropEntry.html#AnjutaFileDropEntryClass" title="struct AnjutaFileDropEntryClass">AnjutaFileDropEntryClass</a>;
 
41
<a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="libanjuta-AnjutaFileDropEntry.html#anjuta-file-drop-entry-new" title="anjuta_file_drop_entry_new ()">anjuta_file_drop_entry_new</a>          (<em class="parameter"><code><span class="type">void</span></code></em>);
 
42
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaFileDropEntry.html#anjuta-file-drop-entry-set-relative-path" title="anjuta_file_drop_entry_set_relative_path ()">anjuta_file_drop_entry_set_relative_path</a>
 
43
                                                        (<em class="parameter"><code><span class="type">AnjutaFileDropEntry</span> *self</code></em>,
 
44
                                                         <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> *path</code></em>);
 
45
                    <a class="link" href="libanjuta-AnjutaFileDropEntry.html#AnjutaFileDropEntryPriv" title="AnjutaFileDropEntryPriv">AnjutaFileDropEntryPriv</a>;
 
46
</pre>
 
47
</div>
 
48
<div class="refsect1">
 
49
<a name="libanjuta-AnjutaFileDropEntry.description"></a><h2>Description</h2>
 
50
<p>
 
51
</p>
 
52
</div>
 
53
<div class="refsect1">
 
54
<a name="libanjuta-AnjutaFileDropEntry.details"></a><h2>Details</h2>
 
55
<div class="refsect2">
 
56
<a name="AnjutaFileDropEntryClass"></a><h3>struct AnjutaFileDropEntryClass</h3>
 
57
<pre class="programlisting">struct AnjutaFileDropEntryClass {
 
58
        AnjutaDropEntryClass parent_class;
 
59
};
 
60
</pre>
 
61
<p>
 
62
</p>
 
63
</div>
 
64
<hr>
 
65
<div class="refsect2">
 
66
<a name="anjuta-file-drop-entry-new"></a><h3>anjuta_file_drop_entry_new ()</h3>
 
67
<pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         anjuta_file_drop_entry_new          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
68
<p>
 
69
</p>
 
70
</div>
 
71
<hr>
 
72
<div class="refsect2">
 
73
<a name="anjuta-file-drop-entry-set-relative-path"></a><h3>anjuta_file_drop_entry_set_relative_path ()</h3>
 
74
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_file_drop_entry_set_relative_path
 
75
                                                        (<em class="parameter"><code><span class="type">AnjutaFileDropEntry</span> *self</code></em>,
 
76
                                                         <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> *path</code></em>);</pre>
 
77
<p>
 
78
</p>
 
79
</div>
 
80
<hr>
 
81
<div class="refsect2">
 
82
<a name="AnjutaFileDropEntryPriv"></a><h3>AnjutaFileDropEntryPriv</h3>
 
83
<pre class="programlisting">typedef struct _AnjutaFileDropEntryPriv AnjutaFileDropEntryPriv;</pre>
 
84
<p>
 
85
</p>
 
86
</div>
 
87
</div>
 
88
</div>
 
89
<div class="footer">
 
90
<hr>
 
91
          Generated by GTK-Doc V1.19</div>
 
92
</body>
 
93
</html>
 
 
b'\\ No newline at end of file'