X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2Fev-history.h;h=d8bb53f5f32934f0fc50d67170e017d6e0bf9412;hb=4f8bc8db98020835d2c4d39c902a296b784cf030;hp=2d27bda615c6b341be6cdd7a97bb21335c44c6db;hpb=4bb9bc83e2de5cd88fa2e3f81a7da6e7d81cbf99;p=evince.git diff --git a/shell/ev-history.h b/shell/ev-history.h index 2d27bda6..d8bb53f5 100644 --- a/shell/ev-history.h +++ b/shell/ev-history.h @@ -13,7 +13,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.. * */ @@ -48,6 +48,8 @@ struct _EvHistory struct _EvHistoryClass { GObjectClass parent_class; + + void (*changed) (EvHistory *history); }; GType ev_history_get_type (void);