]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkprintbackend.h
filechooser: Use _gtk_file_has_native_path() throughout when testing for local_only
[~andy/gtk] / gtk / gtkprintbackend.h
index b23220a0af6b513d7ef91e300e648ab8931f325c..5ae80efda218555eb84f38cde9bc4c2154416a55 100644 (file)
@@ -13,9 +13,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_PRINT_BACKEND_H__
@@ -167,10 +165,6 @@ void        gtk_print_backend_set_list_done        (GtkPrintBackend         *bac
 
 
 /* Backend-only functions for GtkPrinter */
-
-GtkPrinter *gtk_printer_new                   (const char      *name,
-                                              GtkPrintBackend *backend,
-                                              gboolean         is_virtual);
 gboolean    gtk_printer_is_new                (GtkPrinter      *printer);
 void        gtk_printer_set_accepts_pdf       (GtkPrinter      *printer,
                                               gboolean         val);