X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-document-attachments.h;h=e699a824a482c0031fbab6ba7875110c43d2c90e;hb=c53e0983d86042d243786f7f8dd4872f83706390;hp=44e5f0177878d5ec55f8eeb9fbcd057acdd2e030;hpb=68172538bd783a8ad763e8e3416e4081fcc06580;p=evince.git diff --git a/libdocument/ev-document-attachments.h b/libdocument/ev-document-attachments.h index 44e5f017..e699a824 100644 --- a/libdocument/ev-document-attachments.h +++ b/libdocument/ev-document-attachments.h @@ -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) @@ -32,15 +32,15 @@ G_BEGIN_DECLS #define EV_TYPE_DOCUMENT_ATTACHMENTS (ev_document_attachments_get_type ()) #define EV_DOCUMENT_ATTACHMENTS(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), EV_TYPE_DOCUMENT_ATTACHMENTS, EvDocumentAttachments)) -#define EV_DOCUMENT_ATTACHMENTS_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_ATTACHMENTS, EvDocumentAttachmentsIface)) +#define EV_DOCUMENT_ATTACHMENTS_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_ATTACHMENTS, EvDocumentAttachmentsInterface)) #define EV_IS_DOCUMENT_ATTACHMENTS(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), EV_TYPE_DOCUMENT_ATTACHMENTS)) #define EV_IS_DOCUMENT_ATTACHMENTS_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_ATTACHMENTS)) -#define EV_DOCUMENT_ATTACHMENTS_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EV_TYPE_DOCUMENT_ATTACHMENTS, EvDocumentAttachmentsIface)) +#define EV_DOCUMENT_ATTACHMENTS_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EV_TYPE_DOCUMENT_ATTACHMENTS, EvDocumentAttachmentsInterface)) -typedef struct _EvDocumentAttachments EvDocumentAttachments; -typedef struct _EvDocumentAttachmentsIface EvDocumentAttachmentsIface; +typedef struct _EvDocumentAttachments EvDocumentAttachments; +typedef struct _EvDocumentAttachmentsInterface EvDocumentAttachmentsInterface; -struct _EvDocumentAttachmentsIface +struct _EvDocumentAttachmentsInterface { GTypeInterface base_iface;