]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtksocketprivate.h
GtkTextView: don't popdown a bubble if we don't have one
[~andy/gtk] / gtk / gtksocketprivate.h
index bdb8cb99a734903eb3462346d7edc4b7a29ab74a..4f9d4f8be257f71128b79df55c582a2347029daf 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -26,6 +25,7 @@
 #ifndef __GTK_SOCKET_PRIVATE_H__
 #define __GTK_SOCKET_PRIVATE_H__
 
+#include "gtkplug.h"
 #include "gtksocket.h"
 
 struct _GtkSocketPrivate
@@ -52,4 +52,10 @@ struct _GtkSocketPrivate
   GtkWidget *toplevel;
 };
 
+/* from gtkplug.c */
+void _gtk_plug_add_to_socket      (GtkPlug   *plug,
+                                  GtkSocket *socket_);
+void _gtk_plug_remove_from_socket (GtkPlug   *plug,
+                                  GtkSocket *socket_);
+
 #endif /* __GTK_SOCKET_PRIVATE_H__ */