]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkappchooserprivate.h
GtkBubbleWindow: use OSD style class
[~andy/gtk] / gtk / gtkappchooserprivate.h
index f3404aab2f5c08b1d6ad7d5e9900762124a56c0e..f35df37388b799afd94d5f4251796ec92e430adc 100644 (file)
@@ -14,9 +14,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with the Gnome Library; see the file COPYING.LIB.  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/>.
  *
  * Authors: Cosimo Cecchi <ccecchi@redhat.com>
  */
 #include <glib.h>
 #include <gio/gio.h>
 
+#include "gtkappchooser.h"
 #include "gtkappchooserwidget.h"
 
 typedef struct _GtkAppChooserIface GtkAppChooserIface;
 typedef GtkAppChooserIface GtkAppChooserInterface;
 
-#define GTK_APP_CHOOSER_GET_IFACE(inst)\
-  (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_APP_CHOOSER, GtkAppChooserIface))
+#define GTK_APP_CHOOSER_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_APP_CHOOSER, GtkAppChooserIface))
 
 struct _GtkAppChooserIface {
   GTypeInterface base_iface;