Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gd-icon-utils.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2011, 2012 Red Hat, Inc.
3  *
4  * Gnome Documents is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by the
6  * Free Software Foundation; either version 2 of the License, or (at your
7  * option) any later version.
8  *
9  * Gnome Documents is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12  * for more details.
13  *
14  * You should have received a copy of the GNU General Public License along
15  * with Gnome Documents; if not, write to the Free Software Foundation,
16  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17  *
18  * Author: Cosimo Cecchi <cosimoc@redhat.com>
19  *
20  */
21 
22 #ifndef __GD_CREATE_SYMBOLIC_ICON_H__
23 #define __GD_CREATE_SYMBOLIC_ICON_H__
24 
25 #include <gtk/gtk.h>
26 
27 GIcon *gd_create_symbolic_icon (const gchar *name,
28  gint base_size);
29 
30 cairo_surface_t *gd_embed_image_in_frame (cairo_surface_t *source_image,
31  const gchar *frame_image_url,
32  GtkBorder *slice_width,
33  GtkBorder *border_width);
34 
35 #endif /* __GD_CREATE_SYMBOLIC_ICON_H__ */