]> www.fi.muni.cz Git - evince.git/commitdiff
[dualscreen] remove documentation, I have to redo it
authorLukáš Bezdička <255993@mail.muni.cz>
Sun, 24 Apr 2011 13:12:30 +0000 (15:12 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Wed, 1 Jun 2011 11:09:21 +0000 (13:09 +0200)
shell/ev-dualscreen.c

index bdf695ff598127a923ec7a749be8392a61da0e73..98e9322cd71c98aaa983ec6a72a6e7615a306777 100644 (file)
@@ -124,9 +124,6 @@ ev_dscwindow_presentation_page_changed_cb (EvViewPresentation *pview,
                ev_document_model_set_page(ev_dscwindow->priv->notes_model, page);
 }
 
-/**
- * ev_dscwindow_notes_interaction: User wants to load a different file as notes.
- **/
 static gboolean
 ev_dscwindow_notes_interaction (GtkContainer *container, EvDSCWindow *ev_dscwindow)
 {
@@ -178,13 +175,6 @@ ev_dscwindow_notes_interaction (GtkContainer *container, EvDSCWindow *ev_dscwind
        return TRUE;
 }
 
-/**
- * ev_dscwindow_get_control: Get the control instance.
- *
- * If there is none, create one.
- *
- * Returns: control instance
- **/
 EvDSCWindow *
 ev_dscwindow_get_control (void)
 {
@@ -262,9 +252,6 @@ ev_dscwindow_set_presentation (EvDSCWindow *ev_dscwindow,
        ev_dscwindow_window_placement (ev_dscwindow);
 }
 
-/**
- * ev_dscwindow_end: Destroy control window but keep presentation
- */
 static gboolean
 ev_dscwindow_end (GtkWidget *widget, GdkEvent *event)
 {
@@ -272,13 +259,6 @@ ev_dscwindow_end (GtkWidget *widget, GdkEvent *event)
        return TRUE;
 }
 
-/**
- * ev_dscwindow_init: Initialize multihead presentation
-*
-* @ev_dscwindow: EvDSCWindow.
-*
-* ev_dscwindow_set_presentation has to be called afterwards for loading in a document. TBD
-**/
 static void
 ev_dscwindow_init (EvDSCWindow *ev_dscwindow)
 {