]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkxembed.h
filechooser: Show FUSE mounted locations in shortcuts
[~andy/gtk] / gtk / gtkxembed.h
index d18e81a1218ae8662c81df2f07dc5073173281d8..483328896756995aa53d93f1af7c2c88cc019cbd 100644 (file)
@@ -13,9 +13,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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_XEMBED_H__
@@ -38,10 +36,11 @@ void _gtk_xembed_send_focus_message (GdkWindow         *recipient,
                                     XEmbedMessageType  message,
                                     glong              detail);
 
-void     _gtk_xembed_push_message       (XEvent    *xevent);
-void     _gtk_xembed_pop_message        (void);
-void     _gtk_xembed_set_focus_wrapped  (void);
-gboolean _gtk_xembed_get_focus_wrapped  (void);
+void        _gtk_xembed_push_message       (XEvent    *xevent);
+void        _gtk_xembed_pop_message        (void);
+void        _gtk_xembed_set_focus_wrapped  (void);
+gboolean    _gtk_xembed_get_focus_wrapped  (void);
+const char *_gtk_xembed_message_name       (XEmbedMessageType message);
 
 G_END_DECLS