]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/totem-screensaver/totem-scrsaver.h
Add Malay translation. Fixes bug 611488.
[evince.git] / cut-n-paste / totem-screensaver / totem-scrsaver.h
index f34fb15b4a77f7df5aa6c4a6bd5e31c622994108..ab9c820db7ec6588e6dfc67dff65e4011c723302 100644 (file)
@@ -13,8 +13,8 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the Gnome Library; see the file COPYING.LIB.  If not,
-   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.
+   write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301  USA.
 
    Author: Bastien Nocera <hadess@hadess.net>
  */
@@ -42,8 +42,10 @@ struct TotemScrsaverClass {
        GObjectClass parent_class; 
 };
 
-GType totem_scrsaver_get_type          (void);
+GType totem_scrsaver_get_type          (void) G_GNUC_CONST;
 TotemScrsaver *totem_scrsaver_new      (void);
 void totem_scrsaver_enable             (TotemScrsaver *scr);
 void totem_scrsaver_disable            (TotemScrsaver *scr);
+void totem_scrsaver_set_state          (TotemScrsaver *scr,
+                                        gboolean enable);