X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-window-title.h;h=ec054dcc2768df79cfdb921f35b407e15b9fc031;hb=b0e729d2f6401c7cf6988aa044f47b3ca8e48487;hp=b2035e20531a713c3e2f9906c8294b9bec738e7b;hpb=57eb84b3aa7def409e9b9939828b0a1f608e9a0e;p=evince.git diff --git a/shell/ev-window-title.h b/shell/ev-window-title.h index b2035e20..ec054dcc 100644 --- a/shell/ev-window-title.h +++ b/shell/ev-window-title.h @@ -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