]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkimmulticontext.h
filechooserbutton: Add a description string to assertions about emitted signals
[~andy/gtk] / gtk / gtkimmulticontext.h
index 1ed6533d3babb826ca5babf006258afda6a8138d..1979bf673c10c6c0313ed7f4bfd04a0e65d962b8 100644 (file)
  * 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_IM_MULTICONTEXT_H__
+#define __GTK_IM_MULTICONTEXT_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_IM_MULTICONTEXT_H__
-#define __GTK_IM_MULTICONTEXT_H__
-
 #include <gtk/gtkimcontext.h>
 #include <gtk/gtkmenushell.h>
 
@@ -45,7 +43,7 @@ struct _GtkIMMulticontext
 {
   GtkIMContext object;
 
-  /* <private> */
+  /*< private >*/
   GtkIMMulticontextPrivate *priv;
 };