]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcontainer.h
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
[~andy/gtk] / gtk / gtkcontainer.h
index 035cf3260b9a79a167e59e779df436f39a967f17..612fe8bcbe1ec932822199fb304debd2ad0b91d1 100644 (file)
 #include <gtk/gtkadjustment.h>
 
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
+G_BEGIN_DECLS
 
 #define GTK_TYPE_CONTAINER              (gtk_container_get_type ())
 #define GTK_CONTAINER(obj)              (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CONTAINER, GtkContainer))
@@ -174,15 +171,15 @@ GParamSpec** gtk_container_class_list_child_properties    (GObjectClass      *cclass,
 void         gtk_container_add_with_properties         (GtkContainer      *container,
                                                         GtkWidget         *widget,
                                                         const gchar       *first_prop_name,
-                                                        ...);
+                                                        ...) G_GNUC_NULL_TERMINATED;
 void         gtk_container_child_set                   (GtkContainer      *container,
                                                         GtkWidget         *child,
                                                         const gchar       *first_prop_name,
-                                                        ...);     
+                                                        ...) G_GNUC_NULL_TERMINATED;
 void         gtk_container_child_get                   (GtkContainer      *container,
                                                         GtkWidget         *child,
                                                         const gchar       *first_prop_name,
-                                                        ...);     
+                                                        ...) G_GNUC_NULL_TERMINATED;
 void         gtk_container_child_set_valist            (GtkContainer      *container,
                                                         GtkWidget         *child,
                                                         const gchar       *first_property_name,
@@ -223,9 +220,6 @@ GList *_gtk_container_focus_sort             (GtkContainer     *container,
 #define        gtk_container_border_width              gtk_container_set_border_width
 #endif /* GTK_DISABLE_DEPRECATED */
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
 
 #endif /* __GTK_CONTAINER_H__ */