]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkrecentchooserdefault.h
filechooser: Use _gtk_file_has_native_path() throughout when testing for local_only
[~andy/gtk] / gtk / gtkrecentchooserdefault.h
index 852f4014a1b0b0e73a43d93356077dab81f70a0c..cbff1d96a547355ccc163eb7a6c3151e13433d6e 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_RECENT_CHOOSER_DEFAULT_H__
@@ -26,7 +24,7 @@
 G_BEGIN_DECLS
 
 
-#define GTK_TYPE_RECENT_CHOOSER_DEFAULT    (gtk_recent_chooser_default_get_type ())
+#define GTK_TYPE_RECENT_CHOOSER_DEFAULT    (_gtk_recent_chooser_default_get_type ())
 #define GTK_RECENT_CHOOSER_DEFAULT(obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RECENT_CHOOSER_DEFAULT, GtkRecentChooserDefault))
 #define GTK_IS_RECENT_CHOOSER_DEFAULT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RECENT_CHOOSER_DEFAULT))