X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-document-print.h;h=26ed0b543a00867cf9af5ac06056d93068631ee6;hb=5f2fa944aef4749c6d5cc85aea3b95a58eeb86bb;hp=12ce50c7480c30b94b57829055a88b75ca30f1ad;hpb=361706c42c9eccd5d86211c8f3bcfd93441d5908;p=evince.git diff --git a/libdocument/ev-document-print.h b/libdocument/ev-document-print.h index 12ce50c7..26ed0b54 100644 --- a/libdocument/ev-document-print.h +++ b/libdocument/ev-document-print.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. */ #ifndef EV_DOCUMENT_PRINT_H @@ -30,15 +30,15 @@ G_BEGIN_DECLS #define EV_TYPE_DOCUMENT_PRINT (ev_document_print_get_type ()) #define EV_DOCUMENT_PRINT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), EV_TYPE_DOCUMENT_PRINT, EvDocumentPrint)) -#define EV_DOCUMENT_PRINT_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_PRINT, EvDocumentPrintIface)) +#define EV_DOCUMENT_PRINT_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_PRINT, EvDocumentPrintInterface)) #define EV_IS_DOCUMENT_PRINT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), EV_TYPE_DOCUMENT_PRINT)) #define EV_IS_DOCUMENT_PRINT_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_PRINT)) -#define EV_DOCUMENT_PRINT_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EV_TYPE_DOCUMENT_PRINT, EvDocumentPrintIface)) +#define EV_DOCUMENT_PRINT_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EV_TYPE_DOCUMENT_PRINT, EvDocumentPrintInterface)) -typedef struct _EvDocumentPrint EvDocumentPrint; -typedef struct _EvDocumentPrintIface EvDocumentPrintIface; +typedef struct _EvDocumentPrint EvDocumentPrint; +typedef struct _EvDocumentPrintInterface EvDocumentPrintInterface; -struct _EvDocumentPrintIface +struct _EvDocumentPrintInterface { GTypeInterface base_iface;