]> Pileus Git - ~andy/gtk/blobdiff - gtk/deprecated/gtkhsv.h
filechooserbutton: When the combo box changes, set the *file*, not the current folder
[~andy/gtk] / gtk / deprecated / gtkhsv.h
index bdf2694e5e6ace2f10876b4c33563f1fe4765085..b25f20be0d2e2652552815ee9a0cbe78a2fc8843 100644 (file)
@@ -17,9 +17,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/>.
  */
 
 /*
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
+#ifndef __GTK_HSV_H__
+#define __GTK_HSV_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_HSV_H__
-#define __GTK_HSV_H__
-
 #include <gtk/gtkwidget.h>
 
 G_BEGIN_DECLS
@@ -80,27 +78,27 @@ struct _GtkHSVClass
 
 
 GType      gtk_hsv_get_type     (void) G_GNUC_CONST;
-GDK_DEPRECATED
+GDK_DEPRECATED_IN_3_4
 GtkWidget* gtk_hsv_new          (void);
-GDK_DEPRECATED
+GDK_DEPRECATED_IN_3_4
 void       gtk_hsv_set_color    (GtkHSV    *hsv,
                                 double     h,
                                 double     s,
                                 double     v);
-GDK_DEPRECATED
+GDK_DEPRECATED_IN_3_4
 void       gtk_hsv_get_color    (GtkHSV    *hsv,
                                 gdouble   *h,
                                 gdouble   *s,
                                 gdouble   *v);
-GDK_DEPRECATED
+GDK_DEPRECATED_IN_3_4
 void       gtk_hsv_set_metrics  (GtkHSV    *hsv,
                                 gint       size,
                                 gint       ring_width);
-GDK_DEPRECATED
+GDK_DEPRECATED_IN_3_4
 void       gtk_hsv_get_metrics  (GtkHSV    *hsv,
                                 gint      *size,
                                 gint      *ring_width);
-GDK_DEPRECATED
+GDK_DEPRECATED_IN_3_4
 gboolean   gtk_hsv_is_adjusting (GtkHSV    *hsv);
 
 G_END_DECLS