X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-annotation-window.h;h=b9ba4f128edd2033cc48aff7e7031dcdd7216392;hb=2dd348d6fe62d96589c81379bbd01314d6442dc0;hp=8cbd8321bd7d2aae15214652513caa27c07749fb;hpb=229170c1870cdc32fdd7dcf28136f437dc4cbab2;p=evince.git diff --git a/libview/ev-annotation-window.h b/libview/ev-annotation-window.h index 8cbd8321..b9ba4f12 100644 --- a/libview/ev-annotation-window.h +++ b/libview/ev-annotation-window.h @@ -16,7 +16,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_ANNOTATION_WINDOW_H @@ -38,18 +38,19 @@ typedef struct _EvAnnotationWindowClass EvAnnotationWindowClass; #define EV_IS_ANNOTATION_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_ANNOTATION_WINDOW)) #define EV_ANNOTATION_WINDOW_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_ANNOTATION_WINDOW, EvAnnotationWindowClass)) -GType ev_annotation_window_get_type (void) G_GNUC_CONST; -GtkWidget *ev_annotation_window_new (EvAnnotation *annot, - GtkWindow *parent); -EvAnnotation *ev_annotation_window_get_annotation (EvAnnotationWindow *window); -void ev_annotation_window_set_annotation (EvAnnotationWindow *window, - EvAnnotation *annot); -gboolean ev_annotation_window_is_open (EvAnnotationWindow *window); -const EvRectangle *ev_annotation_window_get_rectangle (EvAnnotationWindow *window); -void ev_annotation_window_set_rectangle (EvAnnotationWindow *window, - EvRectangle *rect); -void ev_annotation_window_grab_focus (EvAnnotationWindow *window); -void ev_annotation_window_ungrab_focus (EvAnnotationWindow *window); +GType ev_annotation_window_get_type (void) G_GNUC_CONST; +GtkWidget *ev_annotation_window_new (EvAnnotation *annot, + GtkWindow *parent); +EvAnnotation *ev_annotation_window_get_annotation (EvAnnotationWindow *window); +void ev_annotation_window_set_annotation (EvAnnotationWindow *window, + EvAnnotation *annot); +gboolean ev_annotation_window_is_open (EvAnnotationWindow *window); +void ev_annotation_window_get_rectangle (EvAnnotationWindow *window, + EvRectangle *rect); +void ev_annotation_window_set_rectangle (EvAnnotationWindow *window, + const EvRectangle *rect); +void ev_annotation_window_grab_focus (EvAnnotationWindow *window); +void ev_annotation_window_ungrab_focus (EvAnnotationWindow *window); G_END_DECLS