]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkaccelgroupprivate.h
filechooser: Show FUSE mounted locations in shortcuts
[~andy/gtk] / gtk / gtkaccelgroupprivate.h
index af42d13b3f77a998e3d2b59dda0529059e00de51..f1eb28ac422905aa21b6aa2b35fcc96a56dd3a53 100644 (file)
  * 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_ACCEL_GROUP_PRIVATE_H__
 #define __GTK_ACCEL_GROUP_PRIVATE_H__
 
 
-#define GTK_ACCEL_GROUP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GTK_TYPE_ACCEL_GROUP, GtkAccelGroupPrivate))
-
 struct _GtkAccelGroupPrivate
 {
   guint               lock_count;