]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/toolbar-editor/egg-toolbars-model.h
docs: finding.page, changed 'file' to 'document' as per jaliste.
[evince.git] / cut-n-paste / toolbar-editor / egg-toolbars-model.h
index 6961ee4ec0f4bd457147ea767a4cd0d56680e911..5d9841f83af3ba914acd832ec3e6af82d38c0175 100644 (file)
@@ -13,7 +13,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * 
  *  $Id$
  */
  * 
  *  $Id$
  */
@@ -23,7 +23,7 @@
 
 #include <glib.h>
 #include <glib-object.h>
 
 #include <glib.h>
 #include <glib-object.h>
-#include <gdk/gdktypes.h>
+#include <gdk/gdk.h>
 
 G_BEGIN_DECLS
 
 
 G_BEGIN_DECLS
 
@@ -98,19 +98,19 @@ typedef struct EggToolbarsItemType EggToolbarsItemType;
 struct EggToolbarsItemType
 {
   GdkAtom type;
 struct EggToolbarsItemType
 {
   GdkAtom type;
-        
+
   gboolean (* has_data) (EggToolbarsItemType *type,
                          const char          *name);
   char *   (* get_data) (EggToolbarsItemType *type,
                          const char          *name);
   gboolean (* has_data) (EggToolbarsItemType *type,
                          const char          *name);
   char *   (* get_data) (EggToolbarsItemType *type,
                          const char          *name);
-  
+
   char *   (* new_name) (EggToolbarsItemType *type,
                          const char          *data);
   char *   (* get_name) (EggToolbarsItemType *type,
                          const char          *data);
 };
 
   char *   (* new_name) (EggToolbarsItemType *type,
                          const char          *data);
   char *   (* get_name) (EggToolbarsItemType *type,
                          const char          *data);
 };
 
-GType            egg_toolbars_model_flags_get_type (void);
+GType            egg_tb_model_flags_get_type       (void);
 GType            egg_toolbars_model_get_type       (void);
 EggToolbarsModel *egg_toolbars_model_new           (void);
 gboolean          egg_toolbars_model_load_names     (EggToolbarsModel *model,
 GType            egg_toolbars_model_get_type       (void);
 EggToolbarsModel *egg_toolbars_model_new           (void);
 gboolean          egg_toolbars_model_load_names     (EggToolbarsModel *model,