Changeset 42075 in webkit


Ignore:
Timestamp:
Mar 28, 2009 2:16:00 PM (15 years ago)
Author:
xan@webkit.org
Message:

2009-03-28 Xan Lopez <xlopez@igalia.com>

Reviewed by Mark Rowe.

https://bugs.webkit.org/show_bug.cgi?id=24790
[GTK] webkitsoupauthdialog.h lacks WEBKIT_API before function

Set the right visibility to the WebKitSoupAuthDialog get_type
function.

  • webkit/webkitsoupauthdialog.h:
Location:
trunk/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r42069 r42075  
     12009-03-28  Xan Lopez  <xlopez@igalia.com>
     2
     3        Reviewed by Mark Rowe.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=24790
     6        [GTK] webkitsoupauthdialog.h lacks WEBKIT_API before function
     7
     8        Set the right visibility to the WebKitSoupAuthDialog get_type
     9        function.
     10
     11        * webkit/webkitsoupauthdialog.h:
     12
    1132009-03-28  Jan Michael Alonzo  <jmalonzo@webkit.org>
    214
  • trunk/WebKit/gtk/webkit/webkitsoupauthdialog.h

    r41428 r42075  
    2020#include <gtk/gtk.h>
    2121#include <libsoup/soup.h>
     22
     23#include <webkit/webkitdefines.h>
    2224
    2325#ifndef WEBKIT_SOUP_AUTH_DIALOG_H
     
    4345} WebKitSoupAuthDialogClass;
    4446
    45 GType webkit_soup_auth_dialog_get_type (void);
     47WEBKIT_API GType
     48webkit_soup_auth_dialog_get_type (void);
    4649
    4750G_END_DECLS
Note: See TracChangeset for help on using the changeset viewer.