]> Pileus Git - ~andy/gtk/blobdiff - modules/engines/pixbuf/pixbuf-style.h
Change FSF Address
[~andy/gtk] / modules / engines / pixbuf / pixbuf-style.h
index 43bfc8b7893dcf4f55f1b969d4d5621a502fd8fc..ec6b60c225ae9d4db3ca6d5e281f7666f2d1a8a8 100644 (file)
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library 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/>.
  *
  * Written by Owen Taylor <otaylor@redhat.com>, based on code by
  * Carsten Haitzler <raster@rasterman.com>
  */
 
-#include <gtk/gtkstyle.h>
+#include <gtk/gtk.h>
 
 typedef struct _PixbufStyle PixbufStyle;
 typedef struct _PixbufStyleClass PixbufStyleClass;
 
-extern GType pixbuf_type_style;
+extern G_GNUC_INTERNAL GType pixbuf_type_style;
 
 #define PIXBUF_TYPE_STYLE              pixbuf_type_style
 #define PIXBUF_STYLE(object)           (G_TYPE_CHECK_INSTANCE_CAST ((object), PIXBUF_TYPE_STYLE, PixbufStyle))
@@ -44,6 +42,6 @@ struct _PixbufStyleClass
   GtkStyleClass parent_class;
 };
 
-void pixbuf_style_register_type (GtkThemeEngine *engine);
+G_GNUC_INTERNAL void pixbuf_style_register_type (GTypeModule *module);