]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-mapping.h
[shell] Free dbus introspection data on application shutdown
[evince.git] / libdocument / ev-mapping.h
index 3092d9885aae51c0188aabccf55e6e356e37f529..b6024c5cf92580cf8e0ce384990c3547f59251ae 100644 (file)
@@ -15,7 +15,7 @@
  *
  * 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.
  */
 
 #if !defined (__EV_EVINCE_DOCUMENT_H_INSIDE__) && !defined (EVINCE_COMPILATION)
 
 G_BEGIN_DECLS
 
-typedef struct _EvMapping EvMapping;
-
-struct _EvMapping {
-       EvRectangle area;
-       gpointer    data;
-};
-
 EvMapping *ev_mapping_list_find        (GList         *mapping_list,
                                        gconstpointer  data);
 EvMapping *ev_mapping_list_find_custom (GList         *mapping_list,