]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcustompaperunixdialog.h
filechooserbutton: Emit 'selection-changed' when changing the selection programmatically
[~andy/gtk] / gtk / gtkcustompaperunixdialog.h
index acb31634f731c7f42867dec1f92aa9c6b54feba2..9fcaff84145dba5edb4b3574c18f3914c0b5e45d 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_CUSTOM_PAPER_UNIX_DIALOG_H__
@@ -52,9 +50,6 @@ struct _GtkCustomPaperUnixDialogClass
   void (*_gtk_reserved2) (void);
   void (*_gtk_reserved3) (void);
   void (*_gtk_reserved4) (void);
-  void (*_gtk_reserved5) (void);
-  void (*_gtk_reserved6) (void);
-  void (*_gtk_reserved7) (void);
 };
 
 GType             gtk_custom_paper_unix_dialog_get_type           (void) G_GNUC_CONST;
@@ -63,6 +58,7 @@ GtkWidget *       _gtk_custom_paper_unix_dialog_new                (GtkWindow
 GtkUnit           _gtk_print_get_default_user_units                (void);
 void              _gtk_print_load_custom_papers                    (GtkListStore *store);
 void              _gtk_print_save_custom_papers                    (GtkListStore *store);
+GList *           _gtk_load_custom_papers                          (void);
 
 
 G_END_DECLS