cropper

diff support.h @ 1:80535e4deaa4

nicer code formating
author meillo@marmaro.de
date Tue, 04 Dec 2007 20:23:25 +0100
parents ca9155129253
children
line diff
     1.1 --- a/support.h	Tue Dec 04 16:48:51 2007 +0100
     1.2 +++ b/support.h	Tue Dec 04 20:23:25 2007 +0100
     1.3 @@ -1,16 +1,6 @@
     1.4 -/*
     1.5 - * DO NOT EDIT THIS FILE - it is generated by Glade.
     1.6 - */
     1.7 -
     1.8 -#ifdef HAVE_CONFIG_H
     1.9 -#  include <config.h>
    1.10 -#endif
    1.11 -
    1.12  #include <gtk/gtk.h>
    1.13  
    1.14 -/*
    1.15 - * Public Functions.
    1.16 - */
    1.17 +/* Public Functions  */
    1.18  
    1.19  /*
    1.20   * This function returns a widget in a component created by Glade.
    1.21 @@ -18,27 +8,21 @@
    1.22   * or alternatively any widget in the component, and the name of the widget
    1.23   * you want returned.
    1.24   */
    1.25 -GtkWidget*  lookup_widget              (GtkWidget       *widget,
    1.26 -                                        const gchar     *widget_name);
    1.27 +GtkWidget* lookup_widget(GtkWidget* widget, const gchar* widget_name);
    1.28  
    1.29  
    1.30  /* Use this function to set the directory containing installed pixmaps. */
    1.31 -void        add_pixmap_directory       (const gchar     *directory);
    1.32 +void add_pixmap_directory(const gchar* directory);
    1.33  
    1.34  
    1.35 -/*
    1.36 - * Private Functions.
    1.37 - */
    1.38 +/* Private Functions  */
    1.39 +
    1.40  
    1.41  /* This is used to create the pixmaps used in the interface. */
    1.42 -GtkWidget*  create_pixmap              (GtkWidget       *widget,
    1.43 -                                        const gchar     *filename);
    1.44 +GtkWidget* create_pixmap(GtkWidget* widget, const gchar* filename);
    1.45  
    1.46  /* This is used to create the pixbufs used in the interface. */
    1.47 -GdkPixbuf*  create_pixbuf              (const gchar     *filename);
    1.48 +GdkPixbuf* create_pixbuf(const gchar* filename);
    1.49  
    1.50  /* This is used to set ATK action descriptions. */
    1.51 -void        glade_set_atk_action_description (AtkAction       *action,
    1.52 -                                              const gchar     *action_name,
    1.53 -                                              const gchar     *description);
    1.54 -
    1.55 +void glade_set_atk_action_description(AtkAction* action, const gchar* action_name, const gchar* description);