1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gtkmm 2.4: Gtk::Socket Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
<td width="10%" height="40"><img src="../../images/gtkmm_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
<td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
<a class="qindex" href="../../index.html">Main Page</a>
<a href="group__Widgets.html">Widgets</a>
<a class="qindex" href="namespaces.html"> Namespaces</a>
<a href="../../tutorial/html/index.html"> Book</a>
</center>
<hr width="100%"/>
<!-- begin main content -->
<div id="content">
<!-- Generated by Doxygen 1.5.1 -->
<div class="nav">
<a class="el" href="namespaceGtk.html">Gtk</a>::<a class="el" href="classGtk_1_1Socket.html">Socket</a></div>
<h1>Gtk::Socket Class Reference<br>
<small>
[<a class="el" href="group__Widgets.html">Widgets</a>, <a class="el" href="group__Containers.html">Container Widgets</a>]</small>
</h1><!-- doxytag: class="Gtk::Socket" --><!-- doxytag: inherits="Gtk::Container" -->Inheritance diagram for Gtk::Socket:<p><center><img src="classGtk_1_1Socket__inherit__graph.png" border="0" usemap="#Gtk_1_1Socket__inherit__map" alt="Inheritance graph"></center>
<map name="Gtk_1_1Socket__inherit__map">
<area href="classGtk_1_1Container.html" shape="rect" coords="61,393,173,420" alt="">
<area href="classGtk_1_1Widget.html" shape="rect" coords="71,316,164,343" alt="">
<area href="classGtk_1_1Object.html" shape="rect" coords="5,239,96,265" alt="">
<area doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1Object.html" shape="rect" coords="7,161,100,188" alt="">
<area doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ObjectBase.html" shape="rect" coords="53,84,179,111" alt="">
<area doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1Interface.html" shape="rect" coords="128,161,237,188" alt="">
<area doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classsigc_1_1trackable.html" shape="rect" coords="60,7,172,33" alt="">
<area href="classAtk_1_1Implementor.html" shape="rect" coords="120,239,251,265" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classGtk_1_1Socket-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classGtk_1_1Container.html">Container</a> for widgets from other processes.
<p>
Together with <a class="el" href="classGtk_1_1Plug.html">Gtk::Plug</a>, <a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a> provides the ability to embed widgets from one process into another process in a fashion that is transparent to the user. One process creates a <a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a> widget and, passes the that widget's window ID to the other process, which then creates a <a class="el" href="classGtk_1_1Plug.html">Gtk::Plug</a> with that window ID. Any widgets contained in the <a class="el" href="classGtk_1_1Plug.html">Gtk::Plug</a> then will appear inside the first applications window.<p>
The socket's window ID is obtained by using <a class="el" href="classGtk_1_1Socket.html#5b74203a8d76a56cbdd2d8eef8a8ada0">get_id()</a>. Before using this function, the socket must have been realized, and for hence, have been added to its parent.<p>
<div class="fragment"><pre class="fragment"> <a class="code" href="classGtk_1_1Socket.html">Gtk::Socket</a> socket;
parent.add(socket);
<span class="comment">// The following call is only necessary if one of the ancestors of the</span>
<span class="comment">// socket is not yet visible</span>
socket.<a class="code" href="classGtk_1_1Widget.html#3331962a5e38bf2bb107ecc3c8c24f39">realize</a>();
cout << <span class="stringliteral">"The ID of the sockets window is: "</span> << socket.<a class="code" href="classGtk_1_1Socket.html#5b74203a8d76a56cbdd2d8eef8a8ada0">get_id</a>() << endl;
</pre></div><p>
Note that if you pass the window ID of the socket to another process that will create a plug in the socket, you must make sure that the socket widget is not destroyed until that plug is created. Violating this rule will cause unpredictable consequences, the most likely consequence being that the plug will appear as a separate toplevel window. You can check if the plug has been created by examining the plug_window member of the GtkSocket structure returned by <a class="el" href="classGtk_1_1Socket.html#8db159ba10c1e0af31dcf42a03a4265c">gobj()</a>. If this field is non-NULL, then the plug has been successfully created inside of the socket.<p>
When gtkmm is notified that the embedded window has been destroyed, then it will destroy the socket as well. You should always, therefore, be prepared for your sockets to be destroyed at any time when the main event loop is running.<p>
The communication between a <a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a> and a <a class="el" href="classGtk_1_1Plug.html">Gtk::Plug</a> follows the XEmbed protocol. This protocol has also been implemented in other toolkits, e.g. Qt, allowing the same level of integration when embedding a Qt widget in gtkmm or vice versa.
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Socket.html#78302d12dea4720a2eb7376151e4e2c2">add_id</a> (<a class="el" href="namespaceGdk.html#bc645cff9ee57146245d4a5b4da7abac">Gdk::NativeWindow</a> window_id)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Adds an XEMBED client, such as a <a class="el" href="classGtk_1_1Plug.html">Gtk::Plug</a>, to the <a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a>. <a href="#78302d12dea4720a2eb7376151e4e2c2"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceGdk.html#bc645cff9ee57146245d4a5b4da7abac">Gdk::NativeWindow</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Socket.html#5b74203a8d76a56cbdd2d8eef8a8ada0">get_id</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the window ID of a <a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a> widget, which can then be used to create a client embedded inside the socket, for instance with Gtk::Plug::new(). <a href="#5b74203a8d76a56cbdd2d8eef8a8ada0"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const GtkSocket* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Socket.html#a968610fec6657506185397ad90f5e8c">gobj</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GtkObject. <a href="#a968610fec6657506185397ad90f5e8c"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">GtkSocket* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Socket.html#8db159ba10c1e0af31dcf42a03a4265c">gobj</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GtkObject. <a href="#8db159ba10c1e0af31dcf42a03a4265c"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy0.html">Glib::SignalProxy0</a><void> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Socket.html#9aadb73b6a429dc345057f50e7fe2317">signal_plug_added</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>void on_my_plug_added()</code> </dd></dl>
<a href="#9aadb73b6a429dc345057f50e7fe2317"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy0.html">Glib::SignalProxy0</a><bool> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Socket.html#bd64fc5bbf0b383912578c1eca7e2ac8">signal_plug_removed</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>bool on_my_plug_removed()</code> </dd></dl>
<a href="#bd64fc5bbf0b383912578c1eca7e2ac8"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Socket.html#e1e8129b8da37b2f7a0c4d70a59307fb">Socket</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Socket.html#e969afb32aff0425fbba6c74728525d5">~Socket</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Socket.html#fb6fdb1e21c47565510bd57b3d817c59">on_plug_added</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Socket.html#e889153786cc66c35b3db61ec857456c">on_plug_removed</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Related Functions</h2></td></tr>
<tr><td colspan="2">(Note that these are not member functions.) <br><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Socket.html#9ad8d2c8cba37b3583cb23dfaa8795de">wrap</a> (GtkSocket* object, bool take_copy=false)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/namespaceGlib.html#671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. <a href="#9ad8d2c8cba37b3583cb23dfaa8795de"></a><br></td></tr>
</table>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="e969afb32aff0425fbba6c74728525d5"></a><!-- doxytag: member="Gtk::Socket::~Socket" ref="e969afb32aff0425fbba6c74728525d5" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual Gtk::Socket::~Socket </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="e1e8129b8da37b2f7a0c4d70a59307fb"></a><!-- doxytag: member="Gtk::Socket::Socket" ref="e1e8129b8da37b2f7a0c4d70a59307fb" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Gtk::Socket::Socket </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="78302d12dea4720a2eb7376151e4e2c2"></a><!-- doxytag: member="Gtk::Socket::add_id" ref="78302d12dea4720a2eb7376151e4e2c2" args="(Gdk::NativeWindow window_id)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::Socket::add_id </td>
<td>(</td>
<td class="paramtype"><a class="el" href="namespaceGdk.html#bc645cff9ee57146245d4a5b4da7abac">Gdk::NativeWindow</a> </td>
<td class="paramname"> <em>window_id</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Adds an XEMBED client, such as a <a class="el" href="classGtk_1_1Plug.html">Gtk::Plug</a>, to the <a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a>.
<p>
The client may be in the same process or in a different process.<p>
To embed a <a class="el" href="classGtk_1_1Plug.html">Gtk::Plug</a> in a <a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a>, you can either create the <a class="el" href="classGtk_1_1Plug.html">Gtk::Plug</a> with <code>gtk_plug_new (0)</code>, call <a class="el" href="classGtk_1_1Plug.html#578a1acb0c06a4851561a7ac3d2c1031">Gtk::Plug::get_id()</a> to get the window ID of the plug, and then pass that to the <a class="el" href="classGtk_1_1Socket.html#78302d12dea4720a2eb7376151e4e2c2">add_id()</a>, or you can call <a class="el" href="classGtk_1_1Socket.html#5b74203a8d76a56cbdd2d8eef8a8ada0">get_id()</a> to get the window ID for the socket, and call Gtk::Plug::new() passing in that ID.<p>
The <a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a> must have already be added into a toplevel window before you can make this call. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>window_id</em> </td><td>The window ID of a client participating in the XEMBED protocol. </td></tr>
</table>
</dl>
</div>
</div><p>
<a class="anchor" name="5b74203a8d76a56cbdd2d8eef8a8ada0"></a><!-- doxytag: member="Gtk::Socket::get_id" ref="5b74203a8d76a56cbdd2d8eef8a8ada0" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="namespaceGdk.html#bc645cff9ee57146245d4a5b4da7abac">Gdk::NativeWindow</a> Gtk::Socket::get_id </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Gets the window ID of a <a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a> widget, which can then be used to create a client embedded inside the socket, for instance with Gtk::Plug::new().
<p>
The <a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a> must have already be added into a toplevel window before you can make this call. <dl class="return" compact><dt><b>Returns:</b></dt><dd>The window ID for the socket. </dd></dl>
</div>
</div><p>
<a class="anchor" name="a968610fec6657506185397ad90f5e8c"></a><!-- doxytag: member="Gtk::Socket::gobj" ref="a968610fec6657506185397ad90f5e8c" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const GtkSocket* Gtk::Socket::gobj </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Provides access to the underlying C GtkObject.
<p>
<p>
Reimplemented from <a class="el" href="classGtk_1_1Container.html#a9c925218a599711b415da4aafca475d">Gtk::Container</a>.
</div>
</div><p>
<a class="anchor" name="8db159ba10c1e0af31dcf42a03a4265c"></a><!-- doxytag: member="Gtk::Socket::gobj" ref="8db159ba10c1e0af31dcf42a03a4265c" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GtkSocket* Gtk::Socket::gobj </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Provides access to the underlying C GtkObject.
<p>
<p>
Reimplemented from <a class="el" href="classGtk_1_1Container.html#1b45ff015f4b09b143699bad9d4e423d">Gtk::Container</a>.
</div>
</div><p>
<a class="anchor" name="fb6fdb1e21c47565510bd57b3d817c59"></a><!-- doxytag: member="Gtk::Socket::on_plug_added" ref="fb6fdb1e21c47565510bd57b3d817c59" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gtk::Socket::on_plug_added </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="e889153786cc66c35b3db61ec857456c"></a><!-- doxytag: member="Gtk::Socket::on_plug_removed" ref="e889153786cc66c35b3db61ec857456c" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool Gtk::Socket::on_plug_removed </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="9aadb73b6a429dc345057f50e7fe2317"></a><!-- doxytag: member="Gtk::Socket::signal_plug_added" ref="9aadb73b6a429dc345057f50e7fe2317" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy0.html">Glib::SignalProxy0</a>< void > Gtk::Socket::signal_plug_added </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>void on_my_plug_added()</code> </dd></dl>
<p>
</div>
</div><p>
<a class="anchor" name="bd64fc5bbf0b383912578c1eca7e2ac8"></a><!-- doxytag: member="Gtk::Socket::signal_plug_removed" ref="bd64fc5bbf0b383912578c1eca7e2ac8" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy0.html">Glib::SignalProxy0</a>< bool > Gtk::Socket::signal_plug_removed </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>bool on_my_plug_removed()</code> </dd></dl>
<p>
</div>
</div><p>
<hr><h2>Friends And Related Function Documentation</h2>
<a class="anchor" name="9ad8d2c8cba37b3583cb23dfaa8795de"></a><!-- doxytag: member="Gtk::Socket::wrap" ref="9ad8d2c8cba37b3583cb23dfaa8795de" args="(GtkSocket *object, bool take_copy=false)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1Socket.html">Gtk::Socket</a>* wrap </td>
<td>(</td>
<td class="paramtype">GtkSocket * </td>
<td class="paramname"> <em>object</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"> <em>take_copy</em> = <code>false</code></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [related]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
A <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/namespaceGlib.html#671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>object</em> </td><td>The C instance. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>take_copy</em> </td><td>False if the result should take ownership of the C instance. True if it should take a new copy or ref. </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A C++ instance that wraps this C instance. </dd></dl>
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="socket_8h.html">socket.h</a></ul>
</div>
<!-- end main content -->
<hr><address><small>
Generated for gtkmm 2.4 by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.5.1 © 1997-2001</small></address>
</body>
</html>
|