]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkprint-win32.h
Really keep GtkBubbleWindow private
[~andy/gtk] / gtk / gtkprint-win32.h
index 643834937a7bf82da08594a72fcdd5e5059faea8..4bcb8ffbc2e51e7d53fbbaeb499357631c72b2c6 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_WIN32_H__
@@ -52,8 +50,9 @@ typedef struct {
 
 void gtk_print_win32_devnames_free (GtkPrintWin32Devnames *devnames);
 GtkPrintWin32Devnames *gtk_print_win32_devnames_from_win32 (HGLOBAL global);
+GtkPrintWin32Devnames *gtk_print_win32_devnames_from_printer_name (const char *printer);
 HGLOBAL gtk_print_win32_devnames_to_win32 (const GtkPrintWin32Devnames *devnames);
-HGLOBAL gtk_print_win32_devnames_from_printer_name (const char *printer);
+HGLOBAL gtk_print_win32_devnames_to_win32_from_printer_name (const char *printer);
 
 G_END_DECLS