]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-window-title.h
cleanup
[evince.git] / shell / ev-window-title.h
index b2035e20531a713c3e2f9906c8294b9bec738e7b..ec054dcc2768df79cfdb921f35b407e15b9fc031 100644 (file)
@@ -14,7 +14,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_WINDOW_TITLE_H__
@@ -37,8 +37,9 @@ EvWindowTitle *ev_window_title_new        (EvWindow *window);
 void          ev_window_title_set_type     (EvWindowTitle     *window_title,
                                             EvWindowTitleType  type);
 void           ev_window_title_set_document (EvWindowTitle     *window_title,
-                                            EvDocument        *document,
-                                            const char        *uri);
+                                            EvDocument        *document);
+void          ev_window_title_set_uri      (EvWindowTitle     *window_title,
+                                            const char        *uri);
 void          ev_window_title_free         (EvWindowTitle     *window_title);
 
 G_END_DECLS