]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-annotation-window.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / libview / ev-annotation-window.h
index 8cbd8321bd7d2aae15214652513caa27c07749fb..b9ba4f128edd2033cc48aff7e7031dcdd7216392 100644 (file)
@@ -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