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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.1.56) (27.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20140712151739-eyw0ufhvwa5s11jc
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:
48
48
enum                <a class="link" href="libanjuta-AnjutaShell.html#AnjutaShellError" title="enum AnjutaShellError">AnjutaShellError</a>;
49
49
enum                <a class="link" href="libanjuta-AnjutaShell.html#AnjutaShellPlacement" title="enum AnjutaShellPlacement">AnjutaShellPlacement</a>;
50
50
struct              <a class="link" href="libanjuta-AnjutaShell.html#AnjutaShellIface" title="struct AnjutaShellIface">AnjutaShellIface</a>;
51
 
<span class="returnvalue">GQuark</span>              <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-error-quark" title="anjuta_shell_error_quark ()">anjuta_shell_error_quark</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
 
51
<a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-error-quark" title="anjuta_shell_error_quark ()">anjuta_shell_error_quark</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
52
52
<a class="link" href="AnjutaStatus.html" title="AnjutaStatus"><span class="returnvalue">AnjutaStatus</span></a> *      <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-get-status" title="anjuta_shell_get_status ()">anjuta_shell_get_status</a>             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
53
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
53
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
54
54
<a class="link" href="AnjutaUI.html" title="AnjutaUI"><span class="returnvalue">AnjutaUI</span></a> *          <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-get-ui" title="anjuta_shell_get_ui ()">anjuta_shell_get_ui</a>                 (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
55
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
55
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
56
56
<a class="link" href="AnjutaPreferences.html" title="AnjutaPreferences"><span class="returnvalue">AnjutaPreferences</span></a> * <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-get-preferences" title="anjuta_shell_get_preferences ()">anjuta_shell_get_preferences</a>        (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
57
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
57
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
58
58
<span class="returnvalue">AnjutaPluginManager</span> * <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-get-plugin-manager" title="anjuta_shell_get_plugin_manager ()">anjuta_shell_get_plugin_manager</a>   (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
59
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
59
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
60
60
<span class="returnvalue">AnjutaProfileManager</span> * <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-get-profile-manager" title="anjuta_shell_get_profile_manager ()">anjuta_shell_get_profile_manager</a> (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
61
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
61
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
62
62
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-freeze" title="anjuta_shell_freeze ()">anjuta_shell_freeze</a>                 (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
63
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
63
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
64
64
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-thaw" title="anjuta_shell_thaw ()">anjuta_shell_thaw</a>                   (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
65
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
65
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
66
66
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-add-widget" title="anjuta_shell_add_widget ()">anjuta_shell_add_widget</a>             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
67
67
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
68
68
                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
69
69
                                                         <em class="parameter"><code>const <span class="type">char</span> *title</code></em>,
70
70
                                                         <em class="parameter"><code>const <span class="type">char</span> *stock_id</code></em>,
71
71
                                                         <em class="parameter"><code><a class="link" href="libanjuta-AnjutaShell.html#AnjutaShellPlacement" title="enum AnjutaShellPlacement"><span class="type">AnjutaShellPlacement</span></a> placement</code></em>,
72
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
72
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
73
73
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-add-widget-custom" title="anjuta_shell_add_widget_custom ()">anjuta_shell_add_widget_custom</a>      (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
74
74
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
75
75
                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
77
77
                                                         <em class="parameter"><code>const <span class="type">char</span> *stock_id</code></em>,
78
78
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *label</code></em>,
79
79
                                                         <em class="parameter"><code><a class="link" href="libanjuta-AnjutaShell.html#AnjutaShellPlacement" title="enum AnjutaShellPlacement"><span class="type">AnjutaShellPlacement</span></a> placement</code></em>,
80
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
80
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
81
81
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-add-widget-full" title="anjuta_shell_add_widget_full ()">anjuta_shell_add_widget_full</a>        (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
82
82
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
83
83
                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
84
84
                                                         <em class="parameter"><code>const <span class="type">char</span> *title</code></em>,
85
85
                                                         <em class="parameter"><code>const <span class="type">char</span> *stock_id</code></em>,
86
86
                                                         <em class="parameter"><code><a class="link" href="libanjuta-AnjutaShell.html#AnjutaShellPlacement" title="enum AnjutaShellPlacement"><span class="type">AnjutaShellPlacement</span></a> placement</code></em>,
87
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> locked</code></em>,
88
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
87
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> locked</code></em>,
 
88
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
89
89
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-remove-widget" title="anjuta_shell_remove_widget ()">anjuta_shell_remove_widget</a>          (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
90
90
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
91
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
91
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
92
92
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-present-widget" title="anjuta_shell_present_widget ()">anjuta_shell_present_widget</a>         (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
93
93
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
94
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
94
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
95
95
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-iconify-dockable-widget" title="anjuta_shell_iconify_dockable_widget ()">anjuta_shell_iconify_dockable_widget</a>
96
96
                                                        (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
97
97
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
98
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
98
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
99
99
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-hide-dockable-widget" title="anjuta_shell_hide_dockable_widget ()">anjuta_shell_hide_dockable_widget</a>   (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
100
100
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
101
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
101
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
102
102
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-show-dockable-widget" title="anjuta_shell_show_dockable_widget ()">anjuta_shell_show_dockable_widget</a>   (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
103
103
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
104
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
104
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
105
105
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-maximize-widget" title="anjuta_shell_maximize_widget ()">anjuta_shell_maximize_widget</a>        (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
106
106
                                                         <em class="parameter"><code>const <span class="type">char</span> *widget_name</code></em>,
107
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
107
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
108
108
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-unmaximize" title="anjuta_shell_unmaximize ()">anjuta_shell_unmaximize</a>             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
109
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
109
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
110
110
<span class="returnvalue">AnjutaShell</span> *       <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-create-window" title="anjuta_shell_create_window ()">anjuta_shell_create_window</a>          (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
111
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
111
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
112
112
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-add-value" title="anjuta_shell_add_value ()">anjuta_shell_add_value</a>              (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
113
113
                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
114
 
                                                         <em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>,
115
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
114
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
 
115
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
116
116
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-add-valist" title="anjuta_shell_add_valist ()">anjuta_shell_add_valist</a>             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
117
117
                                                         <em class="parameter"><code>const <span class="type">char</span> *first_name</code></em>,
118
 
                                                         <em class="parameter"><code><span class="type">GType</span> first_type</code></em>,
 
118
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> first_type</code></em>,
119
119
                                                         <em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);
120
120
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-add" title="anjuta_shell_add ()">anjuta_shell_add</a>                    (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
121
121
                                                         <em class="parameter"><code>const <span class="type">char</span> *first_name</code></em>,
122
 
                                                         <em class="parameter"><code><span class="type">GType</span> first_type</code></em>,
 
122
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> first_type</code></em>,
123
123
                                                         <em class="parameter"><code>...</code></em>);
124
124
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-get-value" title="anjuta_shell_get_value ()">anjuta_shell_get_value</a>              (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
125
125
                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
126
 
                                                         <em class="parameter"><code><span class="type">GValue</span> *value</code></em>,
127
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
126
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
 
127
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
128
128
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-get-valist" title="anjuta_shell_get_valist ()">anjuta_shell_get_valist</a>             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
129
129
                                                         <em class="parameter"><code>const <span class="type">char</span> *first_name</code></em>,
130
 
                                                         <em class="parameter"><code><span class="type">GType</span> first_type</code></em>,
 
130
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> first_type</code></em>,
131
131
                                                         <em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);
132
132
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-get" title="anjuta_shell_get ()">anjuta_shell_get</a>                    (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
133
133
                                                         <em class="parameter"><code>const <span class="type">char</span> *first_name</code></em>,
134
 
                                                         <em class="parameter"><code><span class="type">GType</span> first_type</code></em>,
 
134
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> first_type</code></em>,
135
135
                                                         <em class="parameter"><code>...</code></em>);
136
136
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-remove-value" title="anjuta_shell_remove_value ()">anjuta_shell_remove_value</a>           (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
137
137
                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
138
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
139
 
<span class="returnvalue">GObject</span> *           <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-get-object" title="anjuta_shell_get_object ()">anjuta_shell_get_object</a>             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
140
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *iface_name</code></em>,
141
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
138
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
139
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-get-object" title="anjuta_shell_get_object ()">anjuta_shell_get_object</a>             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
 
140
                                                         <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> *iface_name</code></em>,
 
141
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
142
142
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-session-save" title="anjuta_shell_session_save ()">anjuta_shell_session_save</a>           (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
143
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *session_directory</code></em>,
144
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</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> *session_directory</code></em>,
 
144
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
145
145
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-session-load" title="anjuta_shell_session_load ()">anjuta_shell_session_load</a>           (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
146
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *session_directory</code></em>,
147
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
146
                                                         <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> *session_directory</code></em>,
 
147
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
148
148
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-save-prompt" title="anjuta_shell_save_prompt ()">anjuta_shell_save_prompt</a>            (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
149
149
                                                         <em class="parameter"><code><a class="link" href="AnjutaSavePrompt.html" title="AnjutaSavePrompt"><span class="type">AnjutaSavePrompt</span></a> *prompt</code></em>,
150
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
150
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
151
151
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-saving-push" title="anjuta_shell_saving_push ()">anjuta_shell_saving_push</a>            (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>);
152
152
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-saving-pop" title="anjuta_shell_saving_pop ()">anjuta_shell_saving_pop</a>             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>);
153
153
#define             <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-get-interface" title="anjuta_shell_get_interface()">anjuta_shell_get_interface</a>          (shell,
381
381
<hr>
382
382
<div class="refsect2">
383
383
<a name="anjuta-shell-error-quark"></a><h3>anjuta_shell_error_quark ()</h3>
384
 
<pre class="programlisting"><span class="returnvalue">GQuark</span>              anjuta_shell_error_quark            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
384
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              anjuta_shell_error_quark            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
385
385
<p>
386
386
</p>
387
387
</div>
389
389
<div class="refsect2">
390
390
<a name="anjuta-shell-get-status"></a><h3>anjuta_shell_get_status ()</h3>
391
391
<pre class="programlisting"><a class="link" href="AnjutaStatus.html" title="AnjutaStatus"><span class="returnvalue">AnjutaStatus</span></a> *      anjuta_shell_get_status             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
392
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
392
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
393
393
<p>
394
394
Retrieves the <a class="link" href="AnjutaStatus.html" title="AnjutaStatus"><span class="type">AnjutaStatus</span></a> object associated with the shell.
395
395
</p>
419
419
<div class="refsect2">
420
420
<a name="anjuta-shell-get-ui"></a><h3>anjuta_shell_get_ui ()</h3>
421
421
<pre class="programlisting"><a class="link" href="AnjutaUI.html" title="AnjutaUI"><span class="returnvalue">AnjutaUI</span></a> *          anjuta_shell_get_ui                 (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
422
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
422
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
423
423
<p>
424
424
Retrieves the <a class="link" href="AnjutaUI.html" title="AnjutaUI"><span class="type">AnjutaUI</span></a> object associated with the shell.
425
425
</p>
449
449
<div class="refsect2">
450
450
<a name="anjuta-shell-get-preferences"></a><h3>anjuta_shell_get_preferences ()</h3>
451
451
<pre class="programlisting"><a class="link" href="AnjutaPreferences.html" title="AnjutaPreferences"><span class="returnvalue">AnjutaPreferences</span></a> * anjuta_shell_get_preferences        (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
452
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
452
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
453
453
<p>
454
454
Retrieves the <a class="link" href="AnjutaPreferences.html" title="AnjutaPreferences"><span class="type">AnjutaPreferences</span></a> object associated with the shell.
455
455
</p>
479
479
<div class="refsect2">
480
480
<a name="anjuta-shell-get-plugin-manager"></a><h3>anjuta_shell_get_plugin_manager ()</h3>
481
481
<pre class="programlisting"><span class="returnvalue">AnjutaPluginManager</span> * anjuta_shell_get_plugin_manager   (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
482
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
482
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
483
483
<p>
484
484
Retrieves the <span class="type">AnjutaPluginManager</span> object associated with the shell.
485
485
</p>
509
509
<div class="refsect2">
510
510
<a name="anjuta-shell-get-profile-manager"></a><h3>anjuta_shell_get_profile_manager ()</h3>
511
511
<pre class="programlisting"><span class="returnvalue">AnjutaProfileManager</span> * anjuta_shell_get_profile_manager (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
512
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
512
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
513
513
<p>
514
514
Retrieves the <span class="type">AnjutaProfileManager</span> object associated with the shell.
515
515
</p>
539
539
<div class="refsect2">
540
540
<a name="anjuta-shell-freeze"></a><h3>anjuta_shell_freeze ()</h3>
541
541
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_freeze                 (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
542
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
542
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
543
543
<p>
544
544
Freezes addition of any UI elements (widgets) in the shell. All widget
545
545
additions are queued for later additions when freeze count reaches 0.
568
568
<div class="refsect2">
569
569
<a name="anjuta-shell-thaw"></a><h3>anjuta_shell_thaw ()</h3>
570
570
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_thaw                   (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
571
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
571
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
572
572
<p>
573
573
Reduces the freeze count by one and performs pending widget additions
574
574
when the count reaches 0.
599
599
                                                         <em class="parameter"><code>const <span class="type">char</span> *title</code></em>,
600
600
                                                         <em class="parameter"><code>const <span class="type">char</span> *stock_id</code></em>,
601
601
                                                         <em class="parameter"><code><a class="link" href="libanjuta-AnjutaShell.html#AnjutaShellPlacement" title="enum AnjutaShellPlacement"><span class="type">AnjutaShellPlacement</span></a> placement</code></em>,
602
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
602
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
603
603
<p>
604
604
Adds <em class="parameter"><code>widget</code></em> in the shell. The <em class="parameter"><code>placement</code></em> tells where the widget should
605
605
appear, but generally it will be overridden by the container
654
654
                                                         <em class="parameter"><code>const <span class="type">char</span> *stock_id</code></em>,
655
655
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *label</code></em>,
656
656
                                                         <em class="parameter"><code><a class="link" href="libanjuta-AnjutaShell.html#AnjutaShellPlacement" title="enum AnjutaShellPlacement"><span class="type">AnjutaShellPlacement</span></a> placement</code></em>,
657
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
657
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
658
658
<p>
659
659
Adds <em class="parameter"><code>widget</code></em> in the shell. The <em class="parameter"><code>placement</code></em> tells where the widget should
660
660
appear, but generally it will be overridden by the container
714
714
                                                         <em class="parameter"><code>const <span class="type">char</span> *title</code></em>,
715
715
                                                         <em class="parameter"><code>const <span class="type">char</span> *stock_id</code></em>,
716
716
                                                         <em class="parameter"><code><a class="link" href="libanjuta-AnjutaShell.html#AnjutaShellPlacement" title="enum AnjutaShellPlacement"><span class="type">AnjutaShellPlacement</span></a> placement</code></em>,
717
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> locked</code></em>,
718
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
717
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> locked</code></em>,
 
718
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
719
719
<p>
720
720
Adds <em class="parameter"><code>widget</code></em> in the shell. The <em class="parameter"><code>placement</code></em> tells where the widget should
721
721
appear, but generally it will be overridden by the container
774
774
<a name="anjuta-shell-remove-widget"></a><h3>anjuta_shell_remove_widget ()</h3>
775
775
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_remove_widget          (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
776
776
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
777
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
777
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
778
778
<p>
779
779
Removes the widget from shell. The widget should have been added before
780
780
with <a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-add-widget" title="anjuta_shell_add_widget ()"><span class="type">anjuta_shell_add_widget</span></a>.
805
805
<a name="anjuta-shell-present-widget"></a><h3>anjuta_shell_present_widget ()</h3>
806
806
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_present_widget         (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
807
807
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
808
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
808
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
809
809
<p>
810
810
Make sure the widget is visible to user. If the widget is hidden, it will
811
811
be shown. If it is not visible to user, it will be made visible.
837
837
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_iconify_dockable_widget
838
838
                                                        (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
839
839
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
840
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
840
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
841
841
<p>
842
842
If the widget is dockable, it iconifies it.
843
843
</p>
867
867
<a name="anjuta-shell-hide-dockable-widget"></a><h3>anjuta_shell_hide_dockable_widget ()</h3>
868
868
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_hide_dockable_widget   (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
869
869
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
870
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
870
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
871
871
<p>
872
872
If the widget is dockable, it hides it.
873
873
</p>
897
897
<a name="anjuta-shell-show-dockable-widget"></a><h3>anjuta_shell_show_dockable_widget ()</h3>
898
898
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_show_dockable_widget   (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
899
899
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
900
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
900
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
901
901
<p>
902
902
If the widget was hidden or iconified, it will make it visible.
903
903
</p>
927
927
<a name="anjuta-shell-maximize-widget"></a><h3>anjuta_shell_maximize_widget ()</h3>
928
928
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_maximize_widget        (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
929
929
                                                         <em class="parameter"><code>const <span class="type">char</span> *widget_name</code></em>,
930
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
930
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
931
931
<p>
932
932
Maximizes a widget so it will occupy all the possible space.
933
933
</p>
956
956
<div class="refsect2">
957
957
<a name="anjuta-shell-unmaximize"></a><h3>anjuta_shell_unmaximize ()</h3>
958
958
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_unmaximize             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
959
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
959
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
960
960
<p>
961
961
Unmaximizes the UI which was previously maximized by 
962
962
<a class="link" href="libanjuta-AnjutaShell.html#anjuta-shell-maximize-widget" title="anjuta_shell_maximize_widget ()"><span class="type">anjuta_shell_maximize_widget</span></a>
982
982
<div class="refsect2">
983
983
<a name="anjuta-shell-create-window"></a><h3>anjuta_shell_create_window ()</h3>
984
984
<pre class="programlisting"><span class="returnvalue">AnjutaShell</span> *       anjuta_shell_create_window          (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
985
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
985
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
986
986
<p>
987
987
Create a new main window in the same process.
988
988
</p>
1008
1008
<a name="anjuta-shell-add-value"></a><h3>anjuta_shell_add_value ()</h3>
1009
1009
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_add_value              (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
1010
1010
                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
1011
 
                                                         <em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>,
1012
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1011
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
 
1012
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1013
1013
<p>
1014
1014
Sets a value in the shell with the given name. Any previous value will
1015
1015
be overridden. "value_added" signal will be emitted. Objects connecting
1045
1045
<a name="anjuta-shell-add-valist"></a><h3>anjuta_shell_add_valist ()</h3>
1046
1046
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_add_valist             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
1047
1047
                                                         <em class="parameter"><code>const <span class="type">char</span> *first_name</code></em>,
1048
 
                                                         <em class="parameter"><code><span class="type">GType</span> first_type</code></em>,
 
1048
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> first_type</code></em>,
1049
1049
                                                         <em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);</pre>
1050
1050
<p>
1051
1051
Adds a valist of values in the shell. The valist should be in the order -
1082
1082
<a name="anjuta-shell-add"></a><h3>anjuta_shell_add ()</h3>
1083
1083
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_add                    (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
1084
1084
                                                         <em class="parameter"><code>const <span class="type">char</span> *first_name</code></em>,
1085
 
                                                         <em class="parameter"><code><span class="type">GType</span> first_type</code></em>,
 
1085
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> first_type</code></em>,
1086
1086
                                                         <em class="parameter"><code>...</code></em>);</pre>
1087
1087
<p>
1088
 
Adds a list of values in the shell. The list should be <code class="literal">NULL</code> terminated
 
1088
Adds a list of values in the shell. The list should be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated
1089
1089
and should be in the order - name1, type1, value1, name2, type2, value2,
1090
 
..., <code class="literal">NULL</code>. "value_added" signal will be emitted for each of the value.
 
1090
..., <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. "value_added" signal will be emitted for each of the value.
1091
1091
</p>
1092
1092
<div class="variablelist"><table border="0" class="variablelist">
1093
1093
<colgroup>
1109
1109
</tr>
1110
1110
<tr>
1111
1111
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
1112
 
<td>First value, Second value name, Second value type .... <code class="literal">NULL</code>
 
1112
<td>First value, Second value name, Second value type .... <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1113
1113
</td>
1114
1114
</tr>
1115
1115
</tbody>
1120
1120
<a name="anjuta-shell-get-value"></a><h3>anjuta_shell_get_value ()</h3>
1121
1121
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_get_value              (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
1122
1122
                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
1123
 
                                                         <em class="parameter"><code><span class="type">GValue</span> *value</code></em>,
1124
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1123
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
 
1124
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1125
1125
<p>
1126
1126
Gets a value from the shell with the given name. The value will be set
1127
1127
in the passed value pointer.
1156
1156
<a name="anjuta-shell-get-valist"></a><h3>anjuta_shell_get_valist ()</h3>
1157
1157
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_get_valist             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
1158
1158
                                                         <em class="parameter"><code>const <span class="type">char</span> *first_name</code></em>,
1159
 
                                                         <em class="parameter"><code><span class="type">GType</span> first_type</code></em>,
 
1159
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> first_type</code></em>,
1160
1160
                                                         <em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);</pre>
1161
1161
<p>
1162
1162
Gets a valist of values from the shell. The valist should be in the order -
1192
1192
<a name="anjuta-shell-get"></a><h3>anjuta_shell_get ()</h3>
1193
1193
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_get                    (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
1194
1194
                                                         <em class="parameter"><code>const <span class="type">char</span> *first_name</code></em>,
1195
 
                                                         <em class="parameter"><code><span class="type">GType</span> first_type</code></em>,
 
1195
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> first_type</code></em>,
1196
1196
                                                         <em class="parameter"><code>...</code></em>);</pre>
1197
1197
<p>
1198
 
Gets a list of values in the shell. The list should be <code class="literal">NULL</code> terminated
 
1198
Gets a list of values in the shell. The list should be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated
1199
1199
and should be in the order - name1, type1, value1, name2, type2, value2,
1200
 
..., <code class="literal">NULL</code>.
 
1200
..., <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1201
1201
</p>
1202
1202
<div class="variablelist"><table border="0" class="variablelist">
1203
1203
<colgroup>
1219
1219
</tr>
1220
1220
<tr>
1221
1221
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
1222
 
<td>First value holder, Second value name, Second value type .... <code class="literal">NULL</code>
 
1222
<td>First value holder, Second value name, Second value type .... <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1223
1223
</td>
1224
1224
</tr>
1225
1225
</tbody>
1230
1230
<a name="anjuta-shell-remove-value"></a><h3>anjuta_shell_remove_value ()</h3>
1231
1231
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_remove_value           (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
1232
1232
                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
1233
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1233
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1234
1234
<p>
1235
1235
Removes a value from the shell with the given name. "value_removed" signal
1236
1236
will be emitted. Objects connecting to this signal can then update their
1260
1260
<hr>
1261
1261
<div class="refsect2">
1262
1262
<a name="anjuta-shell-get-object"></a><h3>anjuta_shell_get_object ()</h3>
1263
 
<pre class="programlisting"><span class="returnvalue">GObject</span> *           anjuta_shell_get_object             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
1264
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *iface_name</code></em>,
1265
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1263
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           anjuta_shell_get_object             (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
 
1264
                                                         <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> *iface_name</code></em>,
 
1265
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1266
1266
<p>
1267
1267
Searches the currently available plugins to find the one which
1268
1268
implements the given interface as primary interface and returns it. If
1304
1304
<tr>
1305
1305
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1306
1306
<td>A plugin object implementing the primary
1307
 
interface or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
1307
interface or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
1308
1308
</td>
1309
1309
</tr>
1310
1310
</tbody>
1314
1314
<div class="refsect2">
1315
1315
<a name="anjuta-shell-session-save"></a><h3>anjuta_shell_session_save ()</h3>
1316
1316
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_session_save           (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
1317
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *session_directory</code></em>,
1318
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1317
                                                         <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> *session_directory</code></em>,
 
1318
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1319
1319
<p>
1320
1320
</p>
1321
1321
</div>
1323
1323
<div class="refsect2">
1324
1324
<a name="anjuta-shell-session-load"></a><h3>anjuta_shell_session_load ()</h3>
1325
1325
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_session_load           (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
1326
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *session_directory</code></em>,
1327
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1326
                                                         <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> *session_directory</code></em>,
 
1327
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1328
1328
<p>
1329
1329
</p>
1330
1330
</div>
1333
1333
<a name="anjuta-shell-save-prompt"></a><h3>anjuta_shell_save_prompt ()</h3>
1334
1334
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_shell_save_prompt            (<em class="parameter"><code><span class="type">AnjutaShell</span> *shell</code></em>,
1335
1335
                                                         <em class="parameter"><code><a class="link" href="AnjutaSavePrompt.html" title="AnjutaSavePrompt"><span class="type">AnjutaSavePrompt</span></a> *prompt</code></em>,
1336
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1336
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1337
1337
<p>
1338
1338
</p>
1339
1339
</div>