]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-application.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / shell / ev-application.h
index 831f8ec549024246ef586c1577f33f5e7f91e9ed..c00b554c34b7831f0132b5f605861e4edfbab97d 100644 (file)
@@ -17,7 +17,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_APPLICATION_H
@@ -65,7 +65,9 @@ void            ev_application_open_uri_list       (EvApplication   *application,
                                                      GSList          *uri_list,
                                                      GdkScreen       *screen,
                                                      guint32          timestamp);
+GDBusConnection  *ev_application_get_dbus_connection (EvApplication   *application);
 gboolean         ev_application_has_window          (EvApplication   *application);
+guint             ev_application_get_n_windows       (EvApplication   *application);
 const gchar *     ev_application_get_uri             (EvApplication   *application);
 GObject                 *ev_application_get_media_keys      (EvApplication   *application);